From 3261830338749a069675b92a702e25b1f3003e56 Mon Sep 17 00:00:00 2001 From: Abigail Hartman Date: Thu, 19 Nov 2020 07:06:54 -0800 Subject: [PATCH] TA autogenerated code for v3.2-preview.1 (#13794) --- .../azure/ai/textanalytics/__init__.py | 20 + .../azure/ai/textanalytics/_async_lro.py | 75 + .../azure/ai/textanalytics/_async_paging.py | 20 + .../azure/ai/textanalytics/_base_client.py | 2 + .../_generated/_operations_mixin.py | 226 +- .../_generated/_text_analytics_client.py | 7 + .../_generated/aio/_operations_mixin.py | 238 +- .../_generated/aio/_text_analytics_client.py | 7 + .../_generated/v3_0/_metadata.json | 22 +- .../_generated/v3_0/_text_analytics_client.py | 1 - .../v3_0/aio/_text_analytics_client.py | 1 - .../_text_analytics_client_operations.py | 52 +- .../_text_analytics_client_operations.py | 52 +- .../_generated/v3_1_preview_2/_metadata.json | 26 +- .../v3_1_preview_2/_text_analytics_client.py | 1 - .../aio/_text_analytics_client.py | 1 - .../_text_analytics_client_operations.py | 70 +- .../v3_1_preview_2/models/_models.py | 10 +- .../v3_1_preview_2/models/_models_py3.py | 12 +- .../_text_analytics_client_operations.py | 70 +- .../_generated/v3_1_preview_3/__init__.py | 16 + .../v3_1_preview_3/_configuration.py | 68 + .../_generated/v3_1_preview_3/_metadata.json | 228 + .../v3_1_preview_3/_text_analytics_client.py | 62 + .../_generated/v3_1_preview_3/aio/__init__.py | 10 + .../v3_1_preview_3/aio/_configuration.py | 64 + .../aio/_text_analytics_client.py | 56 + .../v3_1_preview_3/aio/operations/__init__.py | 13 + .../_text_analytics_client_operations.py | 1039 + .../v3_1_preview_3/models/__init__.py | 224 + .../v3_1_preview_3/models/_models.py | 2329 +++ .../v3_1_preview_3/models/_models_py3.py | 2619 +++ .../models/_text_analytics_client_enums.py | 118 + .../v3_1_preview_3/operations/__init__.py | 13 + .../_text_analytics_client_operations.py | 1057 + .../_generated/v3_1_preview_3/py.typed | 1 + .../azure/ai/textanalytics/_lro.py | 90 + .../azure/ai/textanalytics/_models.py | 343 +- .../azure/ai/textanalytics/_paging.py | 20 + .../ai/textanalytics/_response_handlers.py | 160 +- .../textanalytics/_response_handlers_async.py | 58 + .../textanalytics/_text_analytics_client.py | 249 +- .../aio/_text_analytics_client_async.py | 249 + .../async_samples/sample_analyze_async.py | 113 + .../sample_analyze_healthcare_async.py | 88 + .../sample_health_with_cancellation_async.py | 76 + .../samples/sample_analyze.py | 108 + .../samples/sample_analyze_healthcare.py | 78 + .../sample_health_with_cancellation.py | 68 + ...successful_passing_dict_entities_task.yaml | 15152 +++++++++++++++ ...ccessful_passing_dict_key_phrase_task.yaml | 250 + ...essful_passing_dict_pii_entities_task.yaml | 15934 ++++++++++++++++ ...ing_text_document_input_entities_task.yaml | 158 + ...g_text_document_input_key_phrase_task.yaml | 80 + ...text_document_input_pii_entities_task.yaml | 226 + .../test_analyze.test_bad_credentials.yaml | 37 + ...est_bad_model_version_error_all_tasks.yaml | 85 + ...ad_model_version_error_multiple_tasks.yaml | 160 + ...t_bad_model_version_error_single_task.yaml | 79 + ...ze.test_bad_request_on_empty_document.yaml | 43 + ...t_client_passed_default_language_hint.yaml | 225 + ...test_analyze.test_duplicate_ids_error.yaml | 47 + ...t_analyze.test_empty_credential_class.yaml | 37 + ...t_analyze.test_empty_document_failure.yaml | 44 + ...alyze.test_invalid_language_hint_docs.yaml | 224 + ...yze.test_invalid_language_hint_method.yaml | 222 + ...ages_of_results_returned_successfully.yaml | 7588 ++++++++ ....test_out_of_order_ids_multiple_tasks.yaml | 256 + ...ut_same_order_as_input_multiple_tasks.yaml | 217 + .../test_analyze.test_pass_cls.yaml | 216 + ...est_passing_only_string_entities_task.yaml | 155 + ...t_passing_only_string_key_phrase_task.yaml | 80 + ...passing_only_string_pii_entities_task.yaml | 226 + ....test_per_item_dont_use_language_hint.yaml | 155 + ..._analyze.test_rotate_subscription_key.yaml | 345 + ...tats_and_model_version_multiple_tasks.yaml | 14734 ++++++++++++++ .../test_analyze.test_too_many_documents.yaml | 64 + .../test_analyze.test_user_agent.yaml | 231 + ...st_whole_batch_dont_use_language_hint.yaml | 155 + ...nalyze.test_whole_batch_language_hint.yaml | 225 + ...le_batch_language_hint_and_dict_input.yaml | 225 + ...language_hint_and_dict_per_item_hints.yaml | 225 + ...ole_batch_language_hint_and_obj_input.yaml | 227 + ..._language_hint_and_obj_per_item_hints.yaml | 225 + ...successful_passing_dict_entities_task.yaml | 112 + ...ccessful_passing_dict_key_phrase_task.yaml | 58 + ...essful_passing_dict_pii_entities_task.yaml | 156 + ...ing_text_document_input_entities_task.yaml | 156 + ...g_text_document_input_key_phrase_task.yaml | 58 + ...text_document_input_pii_entities_task.yaml | 156 + ...st_analyze_async.test_bad_credentials.yaml | 32 + ...est_bad_model_version_error_all_tasks.yaml | 63 + ...ad_model_version_error_multiple_tasks.yaml | 114 + ...t_bad_model_version_error_single_task.yaml | 57 + ...nc.test_bad_request_on_empty_document.yaml | 33 + ...t_client_passed_default_language_hint.yaml | 155 + ...nalyze_async.test_duplicate_ids_error.yaml | 37 + ...yze_async.test_empty_credential_class.yaml | 32 + ...async.test_invalid_language_hint_docs.yaml | 154 + ...ync.test_invalid_language_hint_method.yaml | 154 + ...ages_of_results_returned_successfully.yaml | 198 + ...lts_with_errors_returned_successfully.yaml | 284 + ....test_out_of_order_ids_multiple_tasks.yaml | 126 + ...ut_same_order_as_input_multiple_tasks.yaml | 147 + .../test_analyze_async.test_pass_cls.yaml | 146 + ...est_passing_only_string_entities_task.yaml | 153 + ...t_passing_only_string_key_phrase_task.yaml | 58 + ...passing_only_string_pii_entities_task.yaml | 156 + ....test_per_item_dont_use_language_hint.yaml | 155 + ...ze_async.test_rotate_subscription_key.yaml | 294 + ...tats_and_model_version_multiple_tasks.yaml | 102 + ...analyze_async.test_too_many_documents.yaml | 54 + .../test_analyze_async.test_user_agent.yaml | 109 + ...st_whole_batch_dont_use_language_hint.yaml | 155 + ..._async.test_whole_batch_language_hint.yaml | 109 + ...le_batch_language_hint_and_dict_input.yaml | 155 + ...language_hint_and_dict_per_item_hints.yaml | 109 + ...ole_batch_language_hint_and_obj_input.yaml | 109 + ..._language_hint_and_obj_per_item_hints.yaml | 157 + ...care.test_all_successful_passing_dict.yaml | 78 + ...uccessful_passing_text_document_input.yaml | 78 + ...alyze_healthcare.test_bad_credentials.yaml | 33 + ...althcare.test_bad_model_version_error.yaml | 77 + ..._analyze_healthcare.test_cancellation.yaml | 150 + ...t_client_passed_default_language_hint.yaml | 77 + ...t_attribute_error_no_result_attribute.yaml | 76 + ...attribute_error_nonexistent_attribute.yaml | 76 + ...alyze_healthcare.test_document_errors.yaml | 85 + ...yze_healthcare.test_document_warnings.yaml | 75 + ...e_healthcare.test_duplicate_ids_error.yaml | 42 + ...ealthcare.test_empty_credential_class.yaml | 33 + ...healthcare.test_input_with_all_errors.yaml | 82 + ...ealthcare.test_input_with_some_errors.yaml | 82 + ...hcare.test_invalid_language_hint_docs.yaml | 77 + ...are.test_invalid_language_hint_method.yaml | 77 + ...ages_of_results_returned_successfully.yaml | 80 + ...lts_with_errors_returned_successfully.yaml | 82 + ...lyze_healthcare.test_out_of_order_ids.yaml | 79 + ...hcare.test_output_same_order_as_input.yaml | 77 + ...test_analyze_healthcare.test_pass_cls.yaml | 75 + ...e_healthcare.test_passing_only_string.yaml | 81 + ...yze_healthcare.test_payload_too_large.yaml | 8541 +++++++++ ....test_per_item_dont_use_language_hint.yaml | 77 + ...althcare.test_rotate_subscription_key.yaml | 185 + ...are.test_show_stats_and_model_version.yaml | 79 + ...ze_healthcare.test_too_many_documents.yaml | 49 + ...st_analyze_healthcare.test_user_agent.yaml | 77 + ...st_whole_batch_dont_use_language_hint.yaml | 77 + ...thcare.test_whole_batch_language_hint.yaml | 77 + ...le_batch_language_hint_and_dict_input.yaml | 77 + ...language_hint_and_dict_per_item_hints.yaml | 77 + ...ole_batch_language_hint_and_obj_input.yaml | 77 + ..._language_hint_and_obj_per_item_hints.yaml | 76 + ...sync.test_all_successful_passing_dict.yaml | 56 + ...uccessful_passing_text_document_input.yaml | 56 + ...healthcare_async.test_bad_credentials.yaml | 28 + ...re_async.test_bad_model_version_error.yaml | 55 + ...ze_healthcare_async.test_cancellation.yaml | 82 + ...t_client_passed_default_language_hint.yaml | 55 + ...t_attribute_error_no_result_attribute.yaml | 54 + ...attribute_error_nonexistent_attribute.yaml | 54 + ...healthcare_async.test_document_errors.yaml | 63 + ...althcare_async.test_document_warnings.yaml | 53 + ...thcare_async.test_duplicate_ids_error.yaml | 32 + ...are_async.test_empty_credential_class.yaml | 28 + ...care_async.test_input_with_all_errors.yaml | 60 + ...are_async.test_input_with_some_errors.yaml | 60 + ...async.test_invalid_language_hint_docs.yaml | 55 + ...ync.test_invalid_language_hint_method.yaml | 55 + ...ages_of_results_returned_successfully.yaml | 58 + ...lts_with_errors_returned_successfully.yaml | 60 + ...ealthcare_async.test_out_of_order_ids.yaml | 57 + ...async.test_output_same_order_as_input.yaml | 55 + ...nalyze_healthcare_async.test_pass_cls.yaml | 53 + ...thcare_async.test_passing_only_string.yaml | 59 + ...althcare_async.test_payload_too_large.yaml | 8531 +++++++++ ....test_per_item_dont_use_language_hint.yaml | 55 + ...re_async.test_rotate_subscription_key.yaml | 136 + ...ync.test_show_stats_and_model_version.yaml | 57 + ...lthcare_async.test_too_many_documents.yaml | 781 + ...lyze_healthcare_async.test_user_agent.yaml | 55 + ...st_whole_batch_dont_use_language_hint.yaml | 55 + ..._async.test_whole_batch_language_hint.yaml | 55 + ...le_batch_language_hint_and_dict_input.yaml | 55 + ...language_hint_and_dict_per_item_hints.yaml | 55 + ...ole_batch_language_hint_and_obj_input.yaml | 55 + ..._language_hint_and_obj_per_item_hints.yaml | 54 + .../tests/test_analyze.py | 1265 ++ .../tests/test_analyze_async.py | 1421 ++ .../tests/test_analyze_healthcare.py | 752 + .../tests/test_analyze_healthcare_async.py | 875 + .../tests/test_json_pointer.py | 2 +- .../azure-ai-textanalytics/tests/testcase.py | 2 +- sdk/textanalytics/tests.yml | 4 +- 194 files changed, 99763 insertions(+), 216 deletions(-) create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_async_lro.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_async_paging.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/__init__.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/_configuration.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/_metadata.json create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/_text_analytics_client.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/__init__.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/_configuration.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/_text_analytics_client.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/operations/__init__.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/operations/_text_analytics_client_operations.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/__init__.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/_models.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/_models_py3.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/_text_analytics_client_enums.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/operations/__init__.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/operations/_text_analytics_client_operations.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/py.typed create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_lro.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_paging.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_response_handlers_async.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_analyze_async.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_analyze_healthcare_async.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_health_with_cancellation_async.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/samples/sample_analyze.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/samples/sample_analyze_healthcare.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/samples/sample_health_with_cancellation.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_entities_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_key_phrase_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_pii_entities_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_entities_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_key_phrase_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_pii_entities_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_credentials.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_all_tasks.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_multiple_tasks.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_single_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_request_on_empty_document.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_client_passed_default_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_duplicate_ids_error.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_empty_credential_class.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_empty_document_failure.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_invalid_language_hint_docs.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_invalid_language_hint_method.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_multiple_pages_of_results_returned_successfully.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_out_of_order_ids_multiple_tasks.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_output_same_order_as_input_multiple_tasks.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_pass_cls.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_entities_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_key_phrase_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_pii_entities_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_per_item_dont_use_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_rotate_subscription_key.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_show_stats_and_model_version_multiple_tasks.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_too_many_documents.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_user_agent.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_dont_use_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_dict_input.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_dict_per_item_hints.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_obj_input.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_obj_per_item_hints.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_entities_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_key_phrase_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_pii_entities_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_entities_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_key_phrase_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_pii_entities_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_credentials.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_all_tasks.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_multiple_tasks.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_single_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_request_on_empty_document.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_client_passed_default_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_duplicate_ids_error.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_empty_credential_class.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_invalid_language_hint_docs.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_invalid_language_hint_method.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_multiple_pages_of_results_returned_successfully.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_multiple_pages_of_results_with_errors_returned_successfully.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_out_of_order_ids_multiple_tasks.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_output_same_order_as_input_multiple_tasks.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_pass_cls.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_entities_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_key_phrase_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_pii_entities_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_per_item_dont_use_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_rotate_subscription_key.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_show_stats_and_model_version_multiple_tasks.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_too_many_documents.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_user_agent.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_dont_use_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_dict_input.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_obj_input.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_all_successful_passing_dict.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_all_successful_passing_text_document_input.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_bad_credentials.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_bad_model_version_error.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_cancellation.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_client_passed_default_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_attribute_error_no_result_attribute.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_attribute_error_nonexistent_attribute.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_errors.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_warnings.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_duplicate_ids_error.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_empty_credential_class.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_input_with_all_errors.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_input_with_some_errors.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_invalid_language_hint_docs.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_invalid_language_hint_method.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_multiple_pages_of_results_returned_successfully.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_multiple_pages_of_results_with_errors_returned_successfully.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_out_of_order_ids.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_output_same_order_as_input.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_pass_cls.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_passing_only_string.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_payload_too_large.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_per_item_dont_use_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_rotate_subscription_key.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_show_stats_and_model_version.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_too_many_documents.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_user_agent.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_dont_use_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_dict_input.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_dict_per_item_hints.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_obj_input.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_obj_per_item_hints.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_all_successful_passing_dict.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_all_successful_passing_text_document_input.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_bad_credentials.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_bad_model_version_error.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_cancellation.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_client_passed_default_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_attribute_error_no_result_attribute.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_attribute_error_nonexistent_attribute.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_errors.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_warnings.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_duplicate_ids_error.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_empty_credential_class.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_input_with_all_errors.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_input_with_some_errors.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_invalid_language_hint_docs.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_invalid_language_hint_method.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_multiple_pages_of_results_returned_successfully.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_multiple_pages_of_results_with_errors_returned_successfully.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_out_of_order_ids.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_output_same_order_as_input.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_pass_cls.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_passing_only_string.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_payload_too_large.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_per_item_dont_use_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_rotate_subscription_key.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_show_stats_and_model_version.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_too_many_documents.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_user_agent.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_dont_use_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_dict_input.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_obj_input.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/__init__.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/__init__.py index ef3d19429fd8..5395ff76bc8c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/__init__.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/__init__.py @@ -32,7 +32,17 @@ RecognizePiiEntitiesResult, PiiEntity, PiiEntityDomainType, + AnalyzeHealthcareResultItem, + HealthcareEntity, + HealthcareRelation, + HealthcareEntityLink, + EntitiesRecognitionTask, + PiiEntitiesRecognitionTask, + KeyPhraseExtractionTask, + TextAnalysisResult, + RequestStatistics ) +from._paging import AnalyzeHealthcareResult __all__ = [ 'TextAnalyticsApiVersion', @@ -61,6 +71,16 @@ 'RecognizePiiEntitiesResult', 'PiiEntity', 'PiiEntityDomainType', + 'AnalyzeHealthcareResultItem', + 'AnalyzeHealthcareResult', + 'HealthcareEntity', + 'HealthcareRelation', + 'HealthcareEntityLink', + 'EntitiesRecognitionTask', + 'PiiEntitiesRecognitionTask', + 'KeyPhraseExtractionTask', + 'TextAnalysisResult', + 'RequestStatistics' ] __version__ = VERSION diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_async_lro.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_async_lro.py new file mode 100644 index 000000000000..8d075c7a97c1 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_async_lro.py @@ -0,0 +1,75 @@ +# coding=utf-8 +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ + +from azure.core.polling.base_polling import OperationFailed, BadStatus +from azure.core.polling.async_base_polling import AsyncLROBasePolling + + +_FINISHED = frozenset(["succeeded", "cancelled", "failed", "partiallysucceeded"]) +_FAILED = frozenset(["failed"]) +_SUCCEEDED = frozenset(["succeeded", "partiallysucceeded"]) + + +class TextAnalyticsAsyncLROPollingMethod(AsyncLROBasePolling): + + def finished(self): + """Is this polling finished? + :rtype: bool + """ + return TextAnalyticsAsyncLROPollingMethod._finished(self.status()) + + @staticmethod + def _finished(status): + if hasattr(status, "value"): + status = status.value + return str(status).lower() in _FINISHED + + @staticmethod + def _failed(status): + if hasattr(status, "value"): + status = status.value + return str(status).lower() in _FAILED + + @staticmethod + def _raise_if_bad_http_status_and_method(response): + """Check response status code is valid. + + Must be 200, 201, 202, or 204. + + :raises: BadStatus if invalid status. + """ + code = response.status_code + if code in {200, 201, 202, 204}: + return + raise BadStatus( + "Invalid return status {!r} for {!r} operation".format( + code, response.request.method + ) + ) + + async def _poll(self): # pylint:disable=invalid-overridden-method + """Poll status of operation so long as operation is incomplete and + we have an endpoint to query. + + :param callable update_cmd: The function to call to retrieve the + latest status of the long running operation. + :raises: OperationFailed if operation status 'Failed' or 'Canceled'. + :raises: BadStatus if response status invalid. + :raises: BadResponse if response invalid. + """ + while not self.finished(): + await self._delay() + await self.update_status() + + if TextAnalyticsAsyncLROPollingMethod._failed(self.status()): + raise OperationFailed("Operation failed or canceled") + + final_get_url = self._operation.get_final_get_url(self._pipeline_response) + if final_get_url: + self._pipeline_response = await self.request_status(final_get_url) + TextAnalyticsAsyncLROPollingMethod._raise_if_bad_http_status_and_method( + self._pipeline_response.http_response + ) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_async_paging.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_async_paging.py new file mode 100644 index 000000000000..1ce1ed2f524a --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_async_paging.py @@ -0,0 +1,20 @@ +# coding=utf-8 +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ + +from azure.core.async_paging import AsyncItemPaged + + +class AnalyzeHealthcareResultAsync(AsyncItemPaged): + def __init__(self, *args, **kwargs): + self.model_version = kwargs.pop('model_version') + self.statistics = kwargs.pop('statistics') + super(AnalyzeHealthcareResultAsync, self).__init__(*args, **kwargs) + + +class AnalyzeResultAsync(AsyncItemPaged): + def __init__(self, *args, **kwargs): + self.statistics = kwargs.pop('statistics') + super(AnalyzeResultAsync, self).__init__(*args, **kwargs) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_base_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_base_client.py index 8b5ce51ee546..e553d0349878 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_base_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_base_client.py @@ -13,6 +13,8 @@ class TextAnalyticsApiVersion(str, Enum): """Text Analytics API versions supported by this package""" + V3_1_PREVIEW_3 = "v3.1-preview.3" + #: this is the default version V3_1_PREVIEW = "v3.1-preview.2" V3_0 = "v3.0" diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_operations_mixin.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_operations_mixin.py index 1f230fc06a5d..1c921bbfec14 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_operations_mixin.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_operations_mixin.py @@ -15,6 +15,8 @@ from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error from azure.core.pipeline import PipelineResponse from azure.core.pipeline.transport import HttpRequest, HttpResponse +from azure.core.polling import LROPoller, NoPolling, PollingMethod +from azure.core.polling.base_polling import LROBasePolling if TYPE_CHECKING: # pylint: disable=unused-import,ungrouped-imports @@ -23,9 +25,161 @@ class TextAnalyticsClientOperationsMixin(object): + def analyze_status( + self, + job_id, # type: str + show_stats=None, # type: Optional[bool] + top=20, # type: Optional[int] + skip=0, # type: Optional[int] + **kwargs # type: Any + ): + """Get analysis status and results. + + Get the status of an analysis job. A job may consist of one or more tasks. Once all tasks are + completed, the job will transition to the completed state and results will be available for + each task. + + :param job_id: Job ID for Analyze. + :type job_id: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :param top: (Optional) Set the maximum number of results per task. When both $top and $skip are + specified, $skip is applied first. + :type top: int + :param skip: (Optional) Set the number of elements to offset in the response. When both $top + and $skip are specified, $skip is applied first. + :type skip: int + :keyword callable cls: A custom type or function that will be passed the direct response + :return: AnalyzeJobState, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeJobState + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = self._get_api_version('analyze_status') + if api_version == 'v3.1-preview.3': + from .v3_1_preview_3.operations import TextAnalyticsClientOperationsMixin as OperationClass + else: + raise ValueError("API version {} does not have operation 'analyze_status'".format(api_version)) + mixin_instance = OperationClass() + mixin_instance._client = self._client + mixin_instance._config = self._config + mixin_instance._serialize = Serializer(self._models_dict(api_version)) + mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) + return mixin_instance.analyze_status(job_id, show_stats, top, skip, **kwargs) + + def begin_analyze( + self, + body=None, # type: Optional["_models.AnalyzeBatchInput"] + **kwargs # type: Any + ): + """Submit analysis job. + + Submit a collection of text documents for analysis. Specify one or more unique tasks to be + executed. + + :param body: Collection of documents to analyze and tasks to execute. + :type body: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeBatchInput + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.PollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of LROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + api_version = self._get_api_version('begin_analyze') + if api_version == 'v3.1-preview.3': + from .v3_1_preview_3.operations import TextAnalyticsClientOperationsMixin as OperationClass + else: + raise ValueError("API version {} does not have operation 'begin_analyze'".format(api_version)) + mixin_instance = OperationClass() + mixin_instance._client = self._client + mixin_instance._config = self._config + mixin_instance._serialize = Serializer(self._models_dict(api_version)) + mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) + return mixin_instance.begin_analyze(body, **kwargs) + + def begin_cancel_health_job( + self, + job_id, # type: str + **kwargs # type: Any + ): + """Cancel healthcare prediction job. + + Cancel healthcare prediction job. + + :param job_id: Job ID. + :type job_id: str + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.PollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of LROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + api_version = self._get_api_version('begin_cancel_health_job') + if api_version == 'v3.1-preview.3': + from .v3_1_preview_3.operations import TextAnalyticsClientOperationsMixin as OperationClass + else: + raise ValueError("API version {} does not have operation 'begin_cancel_health_job'".format(api_version)) + mixin_instance = OperationClass() + mixin_instance._client = self._client + mixin_instance._config = self._config + mixin_instance._serialize = Serializer(self._models_dict(api_version)) + mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) + return mixin_instance.begin_cancel_health_job(job_id, **kwargs) + + def begin_health( + self, + documents, # type: List["_models.MultiLanguageInput"] + model_version=None, # type: Optional[str] + string_index_type="TextElements_v8", # type: Optional[Union[str, "_models.StringIndexType"]] + **kwargs # type: Any + ): + """Submit healthcare analysis job. + + Start a healthcare analysis job to recognize healthcare related entities (drugs, conditions, + symptoms, etc) and their relations. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param string_index_type: (Optional) Specifies the method used to interpret string offsets. + Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information + see https://aka.ms/text-analytics-offsets. + :type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.PollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of LROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + api_version = self._get_api_version('begin_health') + if api_version == 'v3.1-preview.3': + from .v3_1_preview_3.operations import TextAnalyticsClientOperationsMixin as OperationClass + else: + raise ValueError("API version {} does not have operation 'begin_health'".format(api_version)) + mixin_instance = OperationClass() + mixin_instance._client = self._client + mixin_instance._config = self._config + mixin_instance._serialize = Serializer(self._models_dict(api_version)) + mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) + return mixin_instance.begin_health(documents, model_version, string_index_type, **kwargs) + def entities_linking( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] **kwargs # type: Any @@ -54,19 +208,20 @@ def entities_linking( from .v3_0.operations import TextAnalyticsClientOperationsMixin as OperationClass elif api_version == 'v3.1-preview.2': from .v3_1_preview_2.operations import TextAnalyticsClientOperationsMixin as OperationClass + elif api_version == 'v3.1-preview.3': + from .v3_1_preview_3.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'entities_linking'".format(api_version)) mixin_instance = OperationClass() mixin_instance._client = self._client mixin_instance._config = self._config mixin_instance._serialize = Serializer(self._models_dict(api_version)) - mixin_instance._serialize.client_side_validation = False mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) return mixin_instance.entities_linking(documents, model_version, show_stats, **kwargs) def entities_recognition_general( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] **kwargs # type: Any @@ -96,23 +251,24 @@ def entities_recognition_general( from .v3_0.operations import TextAnalyticsClientOperationsMixin as OperationClass elif api_version == 'v3.1-preview.2': from .v3_1_preview_2.operations import TextAnalyticsClientOperationsMixin as OperationClass + elif api_version == 'v3.1-preview.3': + from .v3_1_preview_3.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'entities_recognition_general'".format(api_version)) mixin_instance = OperationClass() mixin_instance._client = self._client mixin_instance._config = self._config mixin_instance._serialize = Serializer(self._models_dict(api_version)) - mixin_instance._serialize.client_side_validation = False mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) return mixin_instance.entities_recognition_general(documents, model_version, show_stats, **kwargs) def entities_recognition_pii( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] domain=None, # type: Optional[str] - string_index_type="TextElements_v8", # type: Optional[Union[str, "models.StringIndexType"]] + string_index_type="TextElements_v8", # type: Optional[Union[str, "_models.StringIndexType"]] **kwargs # type: Any ): """Entities containing personal information. @@ -145,19 +301,60 @@ def entities_recognition_pii( api_version = self._get_api_version('entities_recognition_pii') if api_version == 'v3.1-preview.2': from .v3_1_preview_2.operations import TextAnalyticsClientOperationsMixin as OperationClass + elif api_version == 'v3.1-preview.3': + from .v3_1_preview_3.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'entities_recognition_pii'".format(api_version)) mixin_instance = OperationClass() mixin_instance._client = self._client mixin_instance._config = self._config mixin_instance._serialize = Serializer(self._models_dict(api_version)) - mixin_instance._serialize.client_side_validation = False mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) return mixin_instance.entities_recognition_pii(documents, model_version, show_stats, domain, string_index_type, **kwargs) + def health_status( + self, + job_id, # type: str + top=20, # type: Optional[int] + skip=0, # type: Optional[int] + show_stats=None, # type: Optional[bool] + **kwargs # type: Any + ): + """Get healthcare analysis job status and results. + + Get details of the healthcare prediction job specified by the jobId. + + :param job_id: Job ID. + :type job_id: str + :param top: (Optional) Set the maximum number of results per task. When both $top and $skip are + specified, $skip is applied first. + :type top: int + :param skip: (Optional) Set the number of elements to offset in the response. When both $top + and $skip are specified, $skip is applied first. + :type skip: int + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :keyword callable cls: A custom type or function that will be passed the direct response + :return: HealthcareJobState, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareJobState + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = self._get_api_version('health_status') + if api_version == 'v3.1-preview.3': + from .v3_1_preview_3.operations import TextAnalyticsClientOperationsMixin as OperationClass + else: + raise ValueError("API version {} does not have operation 'health_status'".format(api_version)) + mixin_instance = OperationClass() + mixin_instance._client = self._client + mixin_instance._config = self._config + mixin_instance._serialize = Serializer(self._models_dict(api_version)) + mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) + return mixin_instance.health_status(job_id, top, skip, show_stats, **kwargs) + def key_phrases( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] **kwargs # type: Any @@ -186,19 +383,20 @@ def key_phrases( from .v3_0.operations import TextAnalyticsClientOperationsMixin as OperationClass elif api_version == 'v3.1-preview.2': from .v3_1_preview_2.operations import TextAnalyticsClientOperationsMixin as OperationClass + elif api_version == 'v3.1-preview.3': + from .v3_1_preview_3.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'key_phrases'".format(api_version)) mixin_instance = OperationClass() mixin_instance._client = self._client mixin_instance._config = self._config mixin_instance._serialize = Serializer(self._models_dict(api_version)) - mixin_instance._serialize.client_side_validation = False mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) return mixin_instance.key_phrases(documents, model_version, show_stats, **kwargs) def languages( self, - documents, # type: List["models.LanguageInput"] + documents, # type: List["_models.LanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] **kwargs # type: Any @@ -228,19 +426,20 @@ def languages( from .v3_0.operations import TextAnalyticsClientOperationsMixin as OperationClass elif api_version == 'v3.1-preview.2': from .v3_1_preview_2.operations import TextAnalyticsClientOperationsMixin as OperationClass + elif api_version == 'v3.1-preview.3': + from .v3_1_preview_3.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'languages'".format(api_version)) mixin_instance = OperationClass() mixin_instance._client = self._client mixin_instance._config = self._config mixin_instance._serialize = Serializer(self._models_dict(api_version)) - mixin_instance._serialize.client_side_validation = False mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) return mixin_instance.languages(documents, model_version, show_stats, **kwargs) def sentiment( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] **kwargs # type: Any @@ -270,12 +469,13 @@ def sentiment( from .v3_0.operations import TextAnalyticsClientOperationsMixin as OperationClass elif api_version == 'v3.1-preview.2': from .v3_1_preview_2.operations import TextAnalyticsClientOperationsMixin as OperationClass + elif api_version == 'v3.1-preview.3': + from .v3_1_preview_3.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'sentiment'".format(api_version)) mixin_instance = OperationClass() mixin_instance._client = self._client mixin_instance._config = self._config mixin_instance._serialize = Serializer(self._models_dict(api_version)) - mixin_instance._serialize.client_side_validation = False mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) return mixin_instance.sentiment(documents, model_version, show_stats, **kwargs) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_text_analytics_client.py index e4c9a798546e..d5e10bab78f8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_text_analytics_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_text_analytics_client.py @@ -42,6 +42,7 @@ class TextAnalyticsClient(TextAnalyticsClientOperationsMixin, MultiApiClientMixi missing in profile. :param profile: A profile definition, from KnownProfiles to dict. :type profile: azure.profiles.KnownProfiles + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. """ DEFAULT_API_VERSION = 'v3.0' @@ -65,6 +66,8 @@ def __init__( base_url = '{Endpoint}/text/analytics/v3.0' elif api_version == 'v3.1-preview.2': base_url = '{Endpoint}/text/analytics/v3.1-preview.2' + elif api_version == 'v3.1-preview.3': + base_url = '{Endpoint}/text/analytics/v3.1-preview.3' else: raise ValueError("API version {} is not available".format(api_version)) self._config = TextAnalyticsClientConfiguration(credential, endpoint, **kwargs) @@ -84,6 +87,7 @@ def models(cls, api_version=DEFAULT_API_VERSION): * v3.0: :mod:`v3_0.models` * v3.1-preview.2: :mod:`v3_1_preview_2.models` + * v3.1-preview.3: :mod:`v3_1_preview_3.models` """ if api_version == 'v3.0': from .v3_0 import models @@ -91,6 +95,9 @@ def models(cls, api_version=DEFAULT_API_VERSION): elif api_version == 'v3.1-preview.2': from .v3_1_preview_2 import models return models + elif api_version == 'v3.1-preview.3': + from .v3_1_preview_3 import models + return models raise ValueError("API version {} is not available".format(api_version)) def close(self): diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/aio/_operations_mixin.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/aio/_operations_mixin.py index 8262099df631..cb854d7cf33c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/aio/_operations_mixin.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/aio/_operations_mixin.py @@ -15,17 +15,171 @@ from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error from azure.core.pipeline import PipelineResponse from azure.core.pipeline.transport import AsyncHttpResponse, HttpRequest +from azure.core.polling import AsyncLROPoller, AsyncNoPolling, AsyncPollingMethod +from azure.core.polling.async_base_polling import AsyncLROBasePolling class TextAnalyticsClientOperationsMixin(object): + async def analyze_status( + self, + job_id: str, + show_stats: Optional[bool] = None, + top: Optional[int] = 20, + skip: Optional[int] = 0, + **kwargs + ) -> "_models.AnalyzeJobState": + """Get analysis status and results. + + Get the status of an analysis job. A job may consist of one or more tasks. Once all tasks are + completed, the job will transition to the completed state and results will be available for + each task. + + :param job_id: Job ID for Analyze. + :type job_id: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :param top: (Optional) Set the maximum number of results per task. When both $top and $skip are + specified, $skip is applied first. + :type top: int + :param skip: (Optional) Set the number of elements to offset in the response. When both $top + and $skip are specified, $skip is applied first. + :type skip: int + :keyword callable cls: A custom type or function that will be passed the direct response + :return: AnalyzeJobState, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeJobState + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = self._get_api_version('analyze_status') + if api_version == 'v3.1-preview.3': + from ..v3_1_preview_3.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass + else: + raise ValueError("API version {} does not have operation 'analyze_status'".format(api_version)) + mixin_instance = OperationClass() + mixin_instance._client = self._client + mixin_instance._config = self._config + mixin_instance._serialize = Serializer(self._models_dict(api_version)) + mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) + return await mixin_instance.analyze_status(job_id, show_stats, top, skip, **kwargs) + + async def begin_analyze( + self, + body: Optional["_models.AnalyzeBatchInput"] = None, + **kwargs + ) -> AsyncLROPoller[None]: + """Submit analysis job. + + Submit a collection of text documents for analysis. Specify one or more unique tasks to be + executed. + + :param body: Collection of documents to analyze and tasks to execute. + :type body: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeBatchInput + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of AsyncLROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + api_version = self._get_api_version('begin_analyze') + if api_version == 'v3.1-preview.3': + from ..v3_1_preview_3.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass + else: + raise ValueError("API version {} does not have operation 'begin_analyze'".format(api_version)) + mixin_instance = OperationClass() + mixin_instance._client = self._client + mixin_instance._config = self._config + mixin_instance._serialize = Serializer(self._models_dict(api_version)) + mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) + return await mixin_instance.begin_analyze(body, **kwargs) + + async def begin_cancel_health_job( + self, + job_id: str, + **kwargs + ) -> AsyncLROPoller[None]: + """Cancel healthcare prediction job. + + Cancel healthcare prediction job. + + :param job_id: Job ID. + :type job_id: str + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of AsyncLROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + api_version = self._get_api_version('begin_cancel_health_job') + if api_version == 'v3.1-preview.3': + from ..v3_1_preview_3.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass + else: + raise ValueError("API version {} does not have operation 'begin_cancel_health_job'".format(api_version)) + mixin_instance = OperationClass() + mixin_instance._client = self._client + mixin_instance._config = self._config + mixin_instance._serialize = Serializer(self._models_dict(api_version)) + mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) + return await mixin_instance.begin_cancel_health_job(job_id, **kwargs) + + async def begin_health( + self, + documents: List["_models.MultiLanguageInput"], + model_version: Optional[str] = None, + string_index_type: Optional[Union[str, "_models.StringIndexType"]] = "TextElements_v8", + **kwargs + ) -> AsyncLROPoller[None]: + """Submit healthcare analysis job. + + Start a healthcare analysis job to recognize healthcare related entities (drugs, conditions, + symptoms, etc) and their relations. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param string_index_type: (Optional) Specifies the method used to interpret string offsets. + Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information + see https://aka.ms/text-analytics-offsets. + :type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of AsyncLROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + api_version = self._get_api_version('begin_health') + if api_version == 'v3.1-preview.3': + from ..v3_1_preview_3.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass + else: + raise ValueError("API version {} does not have operation 'begin_health'".format(api_version)) + mixin_instance = OperationClass() + mixin_instance._client = self._client + mixin_instance._config = self._config + mixin_instance._serialize = Serializer(self._models_dict(api_version)) + mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) + return await mixin_instance.begin_health(documents, model_version, string_index_type, **kwargs) + async def entities_linking( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, **kwargs - ) -> "models.EntityLinkingResult": + ) -> "_models.EntityLinkingResult": """Linked entities from a well-known knowledge base. The API returns a list of recognized entities with links to a well-known knowledge base. See @@ -50,23 +204,24 @@ async def entities_linking( from ..v3_0.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass elif api_version == 'v3.1-preview.2': from ..v3_1_preview_2.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass + elif api_version == 'v3.1-preview.3': + from ..v3_1_preview_3.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'entities_linking'".format(api_version)) mixin_instance = OperationClass() mixin_instance._client = self._client mixin_instance._config = self._config mixin_instance._serialize = Serializer(self._models_dict(api_version)) - mixin_instance._serialize.client_side_validation = False mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) return await mixin_instance.entities_linking(documents, model_version, show_stats, **kwargs) async def entities_recognition_general( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, **kwargs - ) -> "models.EntitiesResult": + ) -> "_models.EntitiesResult": """Named Entity Recognition. The API returns a list of general named entities in a given document. For the list of supported @@ -92,25 +247,26 @@ async def entities_recognition_general( from ..v3_0.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass elif api_version == 'v3.1-preview.2': from ..v3_1_preview_2.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass + elif api_version == 'v3.1-preview.3': + from ..v3_1_preview_3.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'entities_recognition_general'".format(api_version)) mixin_instance = OperationClass() mixin_instance._client = self._client mixin_instance._config = self._config mixin_instance._serialize = Serializer(self._models_dict(api_version)) - mixin_instance._serialize.client_side_validation = False mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) return await mixin_instance.entities_recognition_general(documents, model_version, show_stats, **kwargs) async def entities_recognition_pii( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, domain: Optional[str] = None, - string_index_type: Optional[Union[str, "models.StringIndexType"]] = "TextElements_v8", + string_index_type: Optional[Union[str, "_models.StringIndexType"]] = "TextElements_v8", **kwargs - ) -> "models.PiiEntitiesResult": + ) -> "_models.PiiEntitiesResult": """Entities containing personal information. The API returns a list of entities with personal information (\"SSN\", \"Bank Account\" etc) in @@ -141,23 +297,64 @@ async def entities_recognition_pii( api_version = self._get_api_version('entities_recognition_pii') if api_version == 'v3.1-preview.2': from ..v3_1_preview_2.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass + elif api_version == 'v3.1-preview.3': + from ..v3_1_preview_3.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'entities_recognition_pii'".format(api_version)) mixin_instance = OperationClass() mixin_instance._client = self._client mixin_instance._config = self._config mixin_instance._serialize = Serializer(self._models_dict(api_version)) - mixin_instance._serialize.client_side_validation = False mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) return await mixin_instance.entities_recognition_pii(documents, model_version, show_stats, domain, string_index_type, **kwargs) + async def health_status( + self, + job_id: str, + top: Optional[int] = 20, + skip: Optional[int] = 0, + show_stats: Optional[bool] = None, + **kwargs + ) -> "_models.HealthcareJobState": + """Get healthcare analysis job status and results. + + Get details of the healthcare prediction job specified by the jobId. + + :param job_id: Job ID. + :type job_id: str + :param top: (Optional) Set the maximum number of results per task. When both $top and $skip are + specified, $skip is applied first. + :type top: int + :param skip: (Optional) Set the number of elements to offset in the response. When both $top + and $skip are specified, $skip is applied first. + :type skip: int + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :keyword callable cls: A custom type or function that will be passed the direct response + :return: HealthcareJobState, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareJobState + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = self._get_api_version('health_status') + if api_version == 'v3.1-preview.3': + from ..v3_1_preview_3.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass + else: + raise ValueError("API version {} does not have operation 'health_status'".format(api_version)) + mixin_instance = OperationClass() + mixin_instance._client = self._client + mixin_instance._config = self._config + mixin_instance._serialize = Serializer(self._models_dict(api_version)) + mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) + return await mixin_instance.health_status(job_id, top, skip, show_stats, **kwargs) + async def key_phrases( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, **kwargs - ) -> "models.KeyPhraseResult": + ) -> "_models.KeyPhraseResult": """Key Phrases. The API returns a list of strings denoting the key phrases in the input text. See the :code:` "models.LanguageResult": + ) -> "_models.LanguageResult": """Detect Language. The API returns the detected language and a numeric score between 0 and 1. Scores close to 1 @@ -224,23 +422,24 @@ async def languages( from ..v3_0.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass elif api_version == 'v3.1-preview.2': from ..v3_1_preview_2.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass + elif api_version == 'v3.1-preview.3': + from ..v3_1_preview_3.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'languages'".format(api_version)) mixin_instance = OperationClass() mixin_instance._client = self._client mixin_instance._config = self._config mixin_instance._serialize = Serializer(self._models_dict(api_version)) - mixin_instance._serialize.client_side_validation = False mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) return await mixin_instance.languages(documents, model_version, show_stats, **kwargs) async def sentiment( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, **kwargs - ) -> "models.SentimentResponse": + ) -> "_models.SentimentResponse": """Sentiment. The API returns a sentiment prediction, as well as sentiment scores for each sentiment class @@ -266,12 +465,13 @@ async def sentiment( from ..v3_0.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass elif api_version == 'v3.1-preview.2': from ..v3_1_preview_2.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass + elif api_version == 'v3.1-preview.3': + from ..v3_1_preview_3.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'sentiment'".format(api_version)) mixin_instance = OperationClass() mixin_instance._client = self._client mixin_instance._config = self._config mixin_instance._serialize = Serializer(self._models_dict(api_version)) - mixin_instance._serialize.client_side_validation = False mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) return await mixin_instance.sentiment(documents, model_version, show_stats, **kwargs) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/aio/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/aio/_text_analytics_client.py index 8f864b88e72b..996f2a2b8658 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/aio/_text_analytics_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/aio/_text_analytics_client.py @@ -42,6 +42,7 @@ class TextAnalyticsClient(TextAnalyticsClientOperationsMixin, MultiApiClientMixi missing in profile. :param profile: A profile definition, from KnownProfiles to dict. :type profile: azure.profiles.KnownProfiles + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. """ DEFAULT_API_VERSION = 'v3.0' @@ -65,6 +66,8 @@ def __init__( base_url = '{Endpoint}/text/analytics/v3.0' elif api_version == 'v3.1-preview.2': base_url = '{Endpoint}/text/analytics/v3.1-preview.2' + elif api_version == 'v3.1-preview.3': + base_url = '{Endpoint}/text/analytics/v3.1-preview.3' else: raise ValueError("API version {} is not available".format(api_version)) self._config = TextAnalyticsClientConfiguration(credential, endpoint, **kwargs) @@ -84,6 +87,7 @@ def models(cls, api_version=DEFAULT_API_VERSION): * v3.0: :mod:`v3_0.models` * v3.1-preview.2: :mod:`v3_1_preview_2.models` + * v3.1-preview.3: :mod:`v3_1_preview_3.models` """ if api_version == 'v3.0': from ..v3_0 import models @@ -91,6 +95,9 @@ def models(cls, api_version=DEFAULT_API_VERSION): elif api_version == 'v3.1-preview.2': from ..v3_1_preview_2 import models return models + elif api_version == 'v3.1-preview.3': + from ..v3_1_preview_3 import models + return models raise ValueError("API version {} is not available".format(api_version)) async def close(self): diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/_metadata.json b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/_metadata.json index aa353a1f074d..a86e49b71f23 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/_metadata.json +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/_metadata.json @@ -9,7 +9,7 @@ "custom_base_url": "\u0027{Endpoint}/text/analytics/v3.0\u0027", "azure_arm": false, "has_lro_operations": false, - "client_side_validation": false + "client_side_validation": true }, "global_parameters": { "sync": { @@ -56,60 +56,60 @@ "operation_mixins": { "entities_recognition_general" : { "sync": { - "signature": "def entities_recognition_general(\n self,\n documents, # type: List[\"models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", + "signature": "def entities_recognition_general(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", "doc": "\"\"\"Named Entity Recognition.\n\nThe API returns a list of general named entities in a given document. For the list of supported\nentity types, check :code:`\u003ca href=\"https://aka.ms/taner\"\u003eSupported Entity Types in Text\nAnalytics API\u003c/a\u003e`. See the :code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text\nAnalytics API\u003c/a\u003e` for the list of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_0.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain input and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: EntitiesResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_0.models.EntitiesResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, - "signature": "async def entities_recognition_general(\n self,\n documents: List[\"models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"models.EntitiesResult\":\n", + "signature": "async def entities_recognition_general(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"_models.EntitiesResult\":\n", "doc": "\"\"\"Named Entity Recognition.\n\nThe API returns a list of general named entities in a given document. For the list of supported\nentity types, check :code:`\u003ca href=\"https://aka.ms/taner\"\u003eSupported Entity Types in Text\nAnalytics API\u003c/a\u003e`. See the :code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text\nAnalytics API\u003c/a\u003e` for the list of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_0.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain input and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: EntitiesResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_0.models.EntitiesResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "documents, model_version, show_stats" }, "entities_linking" : { "sync": { - "signature": "def entities_linking(\n self,\n documents, # type: List[\"models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", + "signature": "def entities_linking(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", "doc": "\"\"\"Linked entities from a well-known knowledge base.\n\nThe API returns a list of recognized entities with links to a well-known knowledge base. See\nthe :code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for\nthe list of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_0.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain input and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: EntityLinkingResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_0.models.EntityLinkingResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, - "signature": "async def entities_linking(\n self,\n documents: List[\"models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"models.EntityLinkingResult\":\n", + "signature": "async def entities_linking(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"_models.EntityLinkingResult\":\n", "doc": "\"\"\"Linked entities from a well-known knowledge base.\n\nThe API returns a list of recognized entities with links to a well-known knowledge base. See\nthe :code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for\nthe list of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_0.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain input and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: EntityLinkingResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_0.models.EntityLinkingResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "documents, model_version, show_stats" }, "key_phrases" : { "sync": { - "signature": "def key_phrases(\n self,\n documents, # type: List[\"models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", + "signature": "def key_phrases(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", "doc": "\"\"\"Key Phrases.\n\nThe API returns a list of strings denoting the key phrases in the input text. See the :code:`\u003ca\nhref=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the list of\nenabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_0.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain input and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: KeyPhraseResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_0.models.KeyPhraseResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, - "signature": "async def key_phrases(\n self,\n documents: List[\"models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"models.KeyPhraseResult\":\n", + "signature": "async def key_phrases(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"_models.KeyPhraseResult\":\n", "doc": "\"\"\"Key Phrases.\n\nThe API returns a list of strings denoting the key phrases in the input text. See the :code:`\u003ca\nhref=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the list of\nenabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_0.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain input and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: KeyPhraseResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_0.models.KeyPhraseResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "documents, model_version, show_stats" }, "languages" : { "sync": { - "signature": "def languages(\n self,\n documents, # type: List[\"models.LanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", + "signature": "def languages(\n self,\n documents, # type: List[\"_models.LanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", "doc": "\"\"\"Detect Language.\n\nThe API returns the detected language and a numeric score between 0 and 1. Scores close to 1\nindicate 100% certainty that the identified language is true. See the :code:`\u003ca\nhref=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the list of\nenabled languages.\n\n:param documents:\n:type documents: list[~azure.ai.textanalytics.v3_0.models.LanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain input and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: LanguageResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_0.models.LanguageResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, - "signature": "async def languages(\n self,\n documents: List[\"models.LanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"models.LanguageResult\":\n", + "signature": "async def languages(\n self,\n documents: List[\"_models.LanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"_models.LanguageResult\":\n", "doc": "\"\"\"Detect Language.\n\nThe API returns the detected language and a numeric score between 0 and 1. Scores close to 1\nindicate 100% certainty that the identified language is true. See the :code:`\u003ca\nhref=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the list of\nenabled languages.\n\n:param documents:\n:type documents: list[~azure.ai.textanalytics.v3_0.models.LanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain input and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: LanguageResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_0.models.LanguageResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "documents, model_version, show_stats" }, "sentiment" : { "sync": { - "signature": "def sentiment(\n self,\n documents, # type: List[\"models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", + "signature": "def sentiment(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", "doc": "\"\"\"Sentiment.\n\nThe API returns a sentiment prediction, as well as sentiment scores for each sentiment class\n(Positive, Negative, and Neutral) for the document and each sentence within it. See the\n:code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the\nlist of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_0.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain input and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: SentimentResponse, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_0.models.SentimentResponse\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, - "signature": "async def sentiment(\n self,\n documents: List[\"models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"models.SentimentResponse\":\n", + "signature": "async def sentiment(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"_models.SentimentResponse\":\n", "doc": "\"\"\"Sentiment.\n\nThe API returns a sentiment prediction, as well as sentiment scores for each sentiment class\n(Positive, Negative, and Neutral) for the document and each sentence within it. See the\n:code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the\nlist of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_0.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain input and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: SentimentResponse, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_0.models.SentimentResponse\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "documents, model_version, show_stats" diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/_text_analytics_client.py index 3a7c99f7257a..c7754a163d67 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/_text_analytics_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/_text_analytics_client.py @@ -44,7 +44,6 @@ def __init__( client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} self._serialize = Serializer(client_models) - self._serialize.client_side_validation = False self._deserialize = Deserializer(client_models) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/aio/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/aio/_text_analytics_client.py index 9e658f7b4af9..23c10e40524f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/aio/_text_analytics_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/aio/_text_analytics_client.py @@ -41,7 +41,6 @@ def __init__( client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} self._serialize = Serializer(client_models) - self._serialize.client_side_validation = False self._deserialize = Deserializer(client_models) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/aio/operations/_text_analytics_client_operations.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/aio/operations/_text_analytics_client_operations.py index 53333fa3e5f2..76a7d9ebb856 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/aio/operations/_text_analytics_client_operations.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/aio/operations/_text_analytics_client_operations.py @@ -12,7 +12,7 @@ from azure.core.pipeline import PipelineResponse from azure.core.pipeline.transport import AsyncHttpResponse, HttpRequest -from ... import models +from ... import models as _models T = TypeVar('T') ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] @@ -21,11 +21,11 @@ class TextAnalyticsClientOperationsMixin: async def entities_recognition_general( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, **kwargs - ) -> "models.EntitiesResult": + ) -> "_models.EntitiesResult": """Named Entity Recognition. The API returns a list of general named entities in a given document. For the list of supported @@ -46,13 +46,13 @@ async def entities_recognition_general( :rtype: ~azure.ai.textanalytics.v3_0.models.EntitiesResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.EntitiesResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.EntitiesResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -84,7 +84,7 @@ async def entities_recognition_general( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('EntitiesResult', pipeline_response) @@ -97,11 +97,11 @@ async def entities_recognition_general( async def entities_linking( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, **kwargs - ) -> "models.EntityLinkingResult": + ) -> "_models.EntityLinkingResult": """Linked entities from a well-known knowledge base. The API returns a list of recognized entities with links to a well-known knowledge base. See @@ -121,13 +121,13 @@ async def entities_linking( :rtype: ~azure.ai.textanalytics.v3_0.models.EntityLinkingResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.EntityLinkingResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.EntityLinkingResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -159,7 +159,7 @@ async def entities_linking( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('EntityLinkingResult', pipeline_response) @@ -172,11 +172,11 @@ async def entities_linking( async def key_phrases( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, **kwargs - ) -> "models.KeyPhraseResult": + ) -> "_models.KeyPhraseResult": """Key Phrases. The API returns a list of strings denoting the key phrases in the input text. See the :code:` "models.LanguageResult": + ) -> "_models.LanguageResult": """Detect Language. The API returns the detected language and a numeric score between 0 and 1. Scores close to 1 @@ -272,13 +272,13 @@ async def languages( :rtype: ~azure.ai.textanalytics.v3_0.models.LanguageResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.LanguageResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.LanguageResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.LanguageBatchInput(documents=documents) + _input = _models.LanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -310,7 +310,7 @@ async def languages( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('LanguageResult', pipeline_response) @@ -323,11 +323,11 @@ async def languages( async def sentiment( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, **kwargs - ) -> "models.SentimentResponse": + ) -> "_models.SentimentResponse": """Sentiment. The API returns a sentiment prediction, as well as sentiment scores for each sentiment class @@ -348,13 +348,13 @@ async def sentiment( :rtype: ~azure.ai.textanalytics.v3_0.models.SentimentResponse :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.SentimentResponse"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.SentimentResponse"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -386,7 +386,7 @@ async def sentiment( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('SentimentResponse', pipeline_response) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/operations/_text_analytics_client_operations.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/operations/_text_analytics_client_operations.py index 9e2a8ff5f01e..1ba616f6370c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/operations/_text_analytics_client_operations.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/operations/_text_analytics_client_operations.py @@ -12,7 +12,7 @@ from azure.core.pipeline import PipelineResponse from azure.core.pipeline.transport import HttpRequest, HttpResponse -from .. import models +from .. import models as _models if TYPE_CHECKING: # pylint: disable=unused-import,ungrouped-imports @@ -25,12 +25,12 @@ class TextAnalyticsClientOperationsMixin(object): def entities_recognition_general( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] **kwargs # type: Any ): - # type: (...) -> "models.EntitiesResult" + # type: (...) -> "_models.EntitiesResult" """Named Entity Recognition. The API returns a list of general named entities in a given document. For the list of supported @@ -51,13 +51,13 @@ def entities_recognition_general( :rtype: ~azure.ai.textanalytics.v3_0.models.EntitiesResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.EntitiesResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.EntitiesResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -89,7 +89,7 @@ def entities_recognition_general( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('EntitiesResult', pipeline_response) @@ -102,12 +102,12 @@ def entities_recognition_general( def entities_linking( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] **kwargs # type: Any ): - # type: (...) -> "models.EntityLinkingResult" + # type: (...) -> "_models.EntityLinkingResult" """Linked entities from a well-known knowledge base. The API returns a list of recognized entities with links to a well-known knowledge base. See @@ -127,13 +127,13 @@ def entities_linking( :rtype: ~azure.ai.textanalytics.v3_0.models.EntityLinkingResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.EntityLinkingResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.EntityLinkingResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -165,7 +165,7 @@ def entities_linking( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('EntityLinkingResult', pipeline_response) @@ -178,12 +178,12 @@ def entities_linking( def key_phrases( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] **kwargs # type: Any ): - # type: (...) -> "models.KeyPhraseResult" + # type: (...) -> "_models.KeyPhraseResult" """Key Phrases. The API returns a list of strings denoting the key phrases in the input text. See the :code:` "models.LanguageResult" + # type: (...) -> "_models.LanguageResult" """Detect Language. The API returns the detected language and a numeric score between 0 and 1. Scores close to 1 @@ -280,13 +280,13 @@ def languages( :rtype: ~azure.ai.textanalytics.v3_0.models.LanguageResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.LanguageResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.LanguageResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.LanguageBatchInput(documents=documents) + _input = _models.LanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -318,7 +318,7 @@ def languages( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('LanguageResult', pipeline_response) @@ -331,12 +331,12 @@ def languages( def sentiment( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] **kwargs # type: Any ): - # type: (...) -> "models.SentimentResponse" + # type: (...) -> "_models.SentimentResponse" """Sentiment. The API returns a sentiment prediction, as well as sentiment scores for each sentiment class @@ -357,13 +357,13 @@ def sentiment( :rtype: ~azure.ai.textanalytics.v3_0.models.SentimentResponse :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.SentimentResponse"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.SentimentResponse"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -395,7 +395,7 @@ def sentiment( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('SentimentResponse', pipeline_response) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/_metadata.json b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/_metadata.json index 6169e7300adc..f9b950db6105 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/_metadata.json +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/_metadata.json @@ -9,7 +9,7 @@ "custom_base_url": "\u0027{Endpoint}/text/analytics/v3.1-preview.2\u0027", "azure_arm": false, "has_lro_operations": false, - "client_side_validation": false + "client_side_validation": true }, "global_parameters": { "sync": { @@ -56,72 +56,72 @@ "operation_mixins": { "entities_recognition_general" : { "sync": { - "signature": "def entities_recognition_general(\n self,\n documents, # type: List[\"models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", + "signature": "def entities_recognition_general(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"_models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", "doc": "\"\"\"Named Entity Recognition.\n\nThe API returns a list of general named entities in a given document. For the list of supported\nentity types, check :code:`\u003ca href=\"https://aka.ms/taner\"\u003eSupported Entity Types in Text\nAnalytics API\u003c/a\u003e`. See the :code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text\nAnalytics API\u003c/a\u003e` for the list of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_2.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_2.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: EntitiesResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.EntitiesResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, - "signature": "async def entities_recognition_general(\n self,\n documents: List[\"models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n string_index_type: Optional[Union[str, \"models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e \"models.EntitiesResult\":\n", + "signature": "async def entities_recognition_general(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n string_index_type: Optional[Union[str, \"_models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e \"_models.EntitiesResult\":\n", "doc": "\"\"\"Named Entity Recognition.\n\nThe API returns a list of general named entities in a given document. For the list of supported\nentity types, check :code:`\u003ca href=\"https://aka.ms/taner\"\u003eSupported Entity Types in Text\nAnalytics API\u003c/a\u003e`. See the :code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text\nAnalytics API\u003c/a\u003e` for the list of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_2.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_2.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: EntitiesResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.EntitiesResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "documents, model_version, show_stats, string_index_type" }, "entities_recognition_pii" : { "sync": { - "signature": "def entities_recognition_pii(\n self,\n documents, # type: List[\"models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n domain=None, # type: Optional[str]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", + "signature": "def entities_recognition_pii(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n domain=None, # type: Optional[str]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"_models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", "doc": "\"\"\"Entities containing personal information.\n\nThe API returns a list of entities with personal information (\\\"SSN\\\", \\\"Bank Account\\\" etc) in\nthe document. For the list of supported entity types, check :code:`\u003ca\nhref=\"https://aka.ms/tanerpii\"\u003eSupported Entity Types in Text Analytics API\u003c/a\u003e`. See the\n:code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the\nlist of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_2.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param domain: (Optional) if set to \u0027PHI\u0027, response will contain only PHI entities.\n:type domain: str\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_2.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: PiiEntitiesResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.PiiEntitiesResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, - "signature": "async def entities_recognition_pii(\n self,\n documents: List[\"models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n domain: Optional[str] = None,\n string_index_type: Optional[Union[str, \"models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e \"models.PiiEntitiesResult\":\n", + "signature": "async def entities_recognition_pii(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n domain: Optional[str] = None,\n string_index_type: Optional[Union[str, \"_models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e \"_models.PiiEntitiesResult\":\n", "doc": "\"\"\"Entities containing personal information.\n\nThe API returns a list of entities with personal information (\\\"SSN\\\", \\\"Bank Account\\\" etc) in\nthe document. For the list of supported entity types, check :code:`\u003ca\nhref=\"https://aka.ms/tanerpii\"\u003eSupported Entity Types in Text Analytics API\u003c/a\u003e`. See the\n:code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the\nlist of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_2.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param domain: (Optional) if set to \u0027PHI\u0027, response will contain only PHI entities.\n:type domain: str\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_2.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: PiiEntitiesResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.PiiEntitiesResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "documents, model_version, show_stats, domain, string_index_type" }, "entities_linking" : { "sync": { - "signature": "def entities_linking(\n self,\n documents, # type: List[\"models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", + "signature": "def entities_linking(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"_models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", "doc": "\"\"\"Linked entities from a well-known knowledge base.\n\nThe API returns a list of recognized entities with links to a well-known knowledge base. See\nthe :code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for\nthe list of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_2.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_2.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: EntityLinkingResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.EntityLinkingResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, - "signature": "async def entities_linking(\n self,\n documents: List[\"models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n string_index_type: Optional[Union[str, \"models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e \"models.EntityLinkingResult\":\n", + "signature": "async def entities_linking(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n string_index_type: Optional[Union[str, \"_models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e \"_models.EntityLinkingResult\":\n", "doc": "\"\"\"Linked entities from a well-known knowledge base.\n\nThe API returns a list of recognized entities with links to a well-known knowledge base. See\nthe :code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for\nthe list of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_2.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_2.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: EntityLinkingResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.EntityLinkingResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "documents, model_version, show_stats, string_index_type" }, "key_phrases" : { "sync": { - "signature": "def key_phrases(\n self,\n documents, # type: List[\"models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", + "signature": "def key_phrases(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", "doc": "\"\"\"Key Phrases.\n\nThe API returns a list of strings denoting the key phrases in the input text. See the :code:`\u003ca\nhref=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the list of\nenabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_2.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: KeyPhraseResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.KeyPhraseResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, - "signature": "async def key_phrases(\n self,\n documents: List[\"models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"models.KeyPhraseResult\":\n", + "signature": "async def key_phrases(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"_models.KeyPhraseResult\":\n", "doc": "\"\"\"Key Phrases.\n\nThe API returns a list of strings denoting the key phrases in the input text. See the :code:`\u003ca\nhref=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the list of\nenabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_2.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: KeyPhraseResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.KeyPhraseResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "documents, model_version, show_stats" }, "languages" : { "sync": { - "signature": "def languages(\n self,\n documents, # type: List[\"models.LanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", + "signature": "def languages(\n self,\n documents, # type: List[\"_models.LanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", "doc": "\"\"\"Detect Language.\n\nThe API returns the detected language and a numeric score between 0 and 1. Scores close to 1\nindicate 100% certainty that the identified language is true. See the :code:`\u003ca\nhref=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the list of\nenabled languages.\n\n:param documents:\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_2.models.LanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: LanguageResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.LanguageResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, - "signature": "async def languages(\n self,\n documents: List[\"models.LanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"models.LanguageResult\":\n", + "signature": "async def languages(\n self,\n documents: List[\"_models.LanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"_models.LanguageResult\":\n", "doc": "\"\"\"Detect Language.\n\nThe API returns the detected language and a numeric score between 0 and 1. Scores close to 1\nindicate 100% certainty that the identified language is true. See the :code:`\u003ca\nhref=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the list of\nenabled languages.\n\n:param documents:\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_2.models.LanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: LanguageResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.LanguageResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "documents, model_version, show_stats" }, "sentiment" : { "sync": { - "signature": "def sentiment(\n self,\n documents, # type: List[\"models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n opinion_mining=None, # type: Optional[bool]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", + "signature": "def sentiment(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n opinion_mining=None, # type: Optional[bool]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"_models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", "doc": "\"\"\"Sentiment.\n\nThe API returns a detailed sentiment analysis for the input text. The analysis is done in\nmultiple levels of granularity, start from the a document level, down to sentence and key terms\n(aspects) and opinions.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_2.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param opinion_mining: (Optional) if set to true, response will contain input and document\n level statistics including aspect-based sentiment analysis results.\n:type opinion_mining: bool\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_2.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: SentimentResponse, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.SentimentResponse\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, - "signature": "async def sentiment(\n self,\n documents: List[\"models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n opinion_mining: Optional[bool] = None,\n string_index_type: Optional[Union[str, \"models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e \"models.SentimentResponse\":\n", + "signature": "async def sentiment(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n opinion_mining: Optional[bool] = None,\n string_index_type: Optional[Union[str, \"_models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e \"_models.SentimentResponse\":\n", "doc": "\"\"\"Sentiment.\n\nThe API returns a detailed sentiment analysis for the input text. The analysis is done in\nmultiple levels of granularity, start from the a document level, down to sentence and key terms\n(aspects) and opinions.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_2.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param opinion_mining: (Optional) if set to true, response will contain input and document\n level statistics including aspect-based sentiment analysis results.\n:type opinion_mining: bool\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_2.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: SentimentResponse, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.SentimentResponse\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "documents, model_version, show_stats, opinion_mining, string_index_type" diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/_text_analytics_client.py index 1e3c9bad5e20..816d79abf80c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/_text_analytics_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/_text_analytics_client.py @@ -44,7 +44,6 @@ def __init__( client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} self._serialize = Serializer(client_models) - self._serialize.client_side_validation = False self._deserialize = Deserializer(client_models) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/aio/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/aio/_text_analytics_client.py index 823e21b32690..cd8b14f4ad6f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/aio/_text_analytics_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/aio/_text_analytics_client.py @@ -41,7 +41,6 @@ def __init__( client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} self._serialize = Serializer(client_models) - self._serialize.client_side_validation = False self._deserialize = Deserializer(client_models) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/aio/operations/_text_analytics_client_operations.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/aio/operations/_text_analytics_client_operations.py index 41a0fe680745..ca0e4a1fd7b4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/aio/operations/_text_analytics_client_operations.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/aio/operations/_text_analytics_client_operations.py @@ -12,7 +12,7 @@ from azure.core.pipeline import PipelineResponse from azure.core.pipeline.transport import AsyncHttpResponse, HttpRequest -from ... import models +from ... import models as _models T = TypeVar('T') ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] @@ -21,12 +21,12 @@ class TextAnalyticsClientOperationsMixin: async def entities_recognition_general( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, - string_index_type: Optional[Union[str, "models.StringIndexType"]] = "TextElements_v8", + string_index_type: Optional[Union[str, "_models.StringIndexType"]] = "TextElements_v8", **kwargs - ) -> "models.EntitiesResult": + ) -> "_models.EntitiesResult": """Named Entity Recognition. The API returns a list of general named entities in a given document. For the list of supported @@ -51,13 +51,13 @@ async def entities_recognition_general( :rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.EntitiesResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.EntitiesResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.EntitiesResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -91,7 +91,7 @@ async def entities_recognition_general( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('EntitiesResult', pipeline_response) @@ -104,13 +104,13 @@ async def entities_recognition_general( async def entities_recognition_pii( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, domain: Optional[str] = None, - string_index_type: Optional[Union[str, "models.StringIndexType"]] = "TextElements_v8", + string_index_type: Optional[Union[str, "_models.StringIndexType"]] = "TextElements_v8", **kwargs - ) -> "models.PiiEntitiesResult": + ) -> "_models.PiiEntitiesResult": """Entities containing personal information. The API returns a list of entities with personal information (\"SSN\", \"Bank Account\" etc) in @@ -138,13 +138,13 @@ async def entities_recognition_pii( :rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.PiiEntitiesResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.PiiEntitiesResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.PiiEntitiesResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -180,7 +180,7 @@ async def entities_recognition_pii( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('PiiEntitiesResult', pipeline_response) @@ -193,12 +193,12 @@ async def entities_recognition_pii( async def entities_linking( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, - string_index_type: Optional[Union[str, "models.StringIndexType"]] = "TextElements_v8", + string_index_type: Optional[Union[str, "_models.StringIndexType"]] = "TextElements_v8", **kwargs - ) -> "models.EntityLinkingResult": + ) -> "_models.EntityLinkingResult": """Linked entities from a well-known knowledge base. The API returns a list of recognized entities with links to a well-known knowledge base. See @@ -222,13 +222,13 @@ async def entities_linking( :rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.EntityLinkingResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.EntityLinkingResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.EntityLinkingResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -262,7 +262,7 @@ async def entities_linking( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('EntityLinkingResult', pipeline_response) @@ -275,11 +275,11 @@ async def entities_linking( async def key_phrases( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, **kwargs - ) -> "models.KeyPhraseResult": + ) -> "_models.KeyPhraseResult": """Key Phrases. The API returns a list of strings denoting the key phrases in the input text. See the :code:` "models.LanguageResult": + ) -> "_models.LanguageResult": """Detect Language. The API returns the detected language and a numeric score between 0 and 1. Scores close to 1 @@ -375,13 +375,13 @@ async def languages( :rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.LanguageResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.LanguageResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.LanguageResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.LanguageBatchInput(documents=documents) + _input = _models.LanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -413,7 +413,7 @@ async def languages( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('LanguageResult', pipeline_response) @@ -426,13 +426,13 @@ async def languages( async def sentiment( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, opinion_mining: Optional[bool] = None, - string_index_type: Optional[Union[str, "models.StringIndexType"]] = "TextElements_v8", + string_index_type: Optional[Union[str, "_models.StringIndexType"]] = "TextElements_v8", **kwargs - ) -> "models.SentimentResponse": + ) -> "_models.SentimentResponse": """Sentiment. The API returns a detailed sentiment analysis for the input text. The analysis is done in @@ -459,13 +459,13 @@ async def sentiment( :rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.SentimentResponse :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.SentimentResponse"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.SentimentResponse"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -501,7 +501,7 @@ async def sentiment( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('SentimentResponse', pipeline_response) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/models/_models.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/models/_models.py index e1a68a8f3518..46abd9f2b26e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/models/_models.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/models/_models.py @@ -884,6 +884,8 @@ class PiiDocumentEntities(msrest.serialization.Model): :param id: Required. Unique, non-empty document identifier. :type id: str + :param redacted_text: Required. Returns redacted text. + :type redacted_text: str :param entities: Required. Recognized entities in the document. :type entities: list[~azure.ai.textanalytics.v3_1_preview_2.models.Entity] :param warnings: Required. Warnings encountered while processing document. @@ -891,23 +893,21 @@ class PiiDocumentEntities(msrest.serialization.Model): :param statistics: if showStats=true was specified in the request this field will contain information about the document payload. :type statistics: ~azure.ai.textanalytics.v3_1_preview_2.models.DocumentStatistics - :param redacted_text: Required. Returns redacted text. - :type redacted_text: str """ _validation = { 'id': {'required': True}, + 'redacted_text': {'required': True}, 'entities': {'required': True}, 'warnings': {'required': True}, - 'redacted_text': {'required': True}, } _attribute_map = { 'id': {'key': 'id', 'type': 'str'}, + 'redacted_text': {'key': 'redactedText', 'type': 'str'}, 'entities': {'key': 'entities', 'type': '[Entity]'}, 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, - 'redacted_text': {'key': 'redactedText', 'type': 'str'}, } def __init__( @@ -916,10 +916,10 @@ def __init__( ): super(PiiDocumentEntities, self).__init__(**kwargs) self.id = kwargs['id'] + self.redacted_text = kwargs['redacted_text'] self.entities = kwargs['entities'] self.warnings = kwargs['warnings'] self.statistics = kwargs.get('statistics', None) - self.redacted_text = kwargs['redacted_text'] class PiiEntitiesResult(msrest.serialization.Model): diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/models/_models_py3.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/models/_models_py3.py index 0e46fdbdb097..bc7cfdf9904c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/models/_models_py3.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/models/_models_py3.py @@ -991,6 +991,8 @@ class PiiDocumentEntities(msrest.serialization.Model): :param id: Required. Unique, non-empty document identifier. :type id: str + :param redacted_text: Required. Returns redacted text. + :type redacted_text: str :param entities: Required. Recognized entities in the document. :type entities: list[~azure.ai.textanalytics.v3_1_preview_2.models.Entity] :param warnings: Required. Warnings encountered while processing document. @@ -998,41 +1000,39 @@ class PiiDocumentEntities(msrest.serialization.Model): :param statistics: if showStats=true was specified in the request this field will contain information about the document payload. :type statistics: ~azure.ai.textanalytics.v3_1_preview_2.models.DocumentStatistics - :param redacted_text: Required. Returns redacted text. - :type redacted_text: str """ _validation = { 'id': {'required': True}, + 'redacted_text': {'required': True}, 'entities': {'required': True}, 'warnings': {'required': True}, - 'redacted_text': {'required': True}, } _attribute_map = { 'id': {'key': 'id', 'type': 'str'}, + 'redacted_text': {'key': 'redactedText', 'type': 'str'}, 'entities': {'key': 'entities', 'type': '[Entity]'}, 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, - 'redacted_text': {'key': 'redactedText', 'type': 'str'}, } def __init__( self, *, id: str, + redacted_text: str, entities: List["Entity"], warnings: List["TextAnalyticsWarning"], - redacted_text: str, statistics: Optional["DocumentStatistics"] = None, **kwargs ): super(PiiDocumentEntities, self).__init__(**kwargs) self.id = id + self.redacted_text = redacted_text self.entities = entities self.warnings = warnings self.statistics = statistics - self.redacted_text = redacted_text class PiiEntitiesResult(msrest.serialization.Model): diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/operations/_text_analytics_client_operations.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/operations/_text_analytics_client_operations.py index 1097a08f74a7..bc1d549758a6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/operations/_text_analytics_client_operations.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/operations/_text_analytics_client_operations.py @@ -12,7 +12,7 @@ from azure.core.pipeline import PipelineResponse from azure.core.pipeline.transport import HttpRequest, HttpResponse -from .. import models +from .. import models as _models if TYPE_CHECKING: # pylint: disable=unused-import,ungrouped-imports @@ -25,13 +25,13 @@ class TextAnalyticsClientOperationsMixin(object): def entities_recognition_general( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] - string_index_type="TextElements_v8", # type: Optional[Union[str, "models.StringIndexType"]] + string_index_type="TextElements_v8", # type: Optional[Union[str, "_models.StringIndexType"]] **kwargs # type: Any ): - # type: (...) -> "models.EntitiesResult" + # type: (...) -> "_models.EntitiesResult" """Named Entity Recognition. The API returns a list of general named entities in a given document. For the list of supported @@ -56,13 +56,13 @@ def entities_recognition_general( :rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.EntitiesResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.EntitiesResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.EntitiesResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -96,7 +96,7 @@ def entities_recognition_general( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('EntitiesResult', pipeline_response) @@ -109,14 +109,14 @@ def entities_recognition_general( def entities_recognition_pii( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] domain=None, # type: Optional[str] - string_index_type="TextElements_v8", # type: Optional[Union[str, "models.StringIndexType"]] + string_index_type="TextElements_v8", # type: Optional[Union[str, "_models.StringIndexType"]] **kwargs # type: Any ): - # type: (...) -> "models.PiiEntitiesResult" + # type: (...) -> "_models.PiiEntitiesResult" """Entities containing personal information. The API returns a list of entities with personal information (\"SSN\", \"Bank Account\" etc) in @@ -144,13 +144,13 @@ def entities_recognition_pii( :rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.PiiEntitiesResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.PiiEntitiesResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.PiiEntitiesResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -186,7 +186,7 @@ def entities_recognition_pii( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('PiiEntitiesResult', pipeline_response) @@ -199,13 +199,13 @@ def entities_recognition_pii( def entities_linking( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] - string_index_type="TextElements_v8", # type: Optional[Union[str, "models.StringIndexType"]] + string_index_type="TextElements_v8", # type: Optional[Union[str, "_models.StringIndexType"]] **kwargs # type: Any ): - # type: (...) -> "models.EntityLinkingResult" + # type: (...) -> "_models.EntityLinkingResult" """Linked entities from a well-known knowledge base. The API returns a list of recognized entities with links to a well-known knowledge base. See @@ -229,13 +229,13 @@ def entities_linking( :rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.EntityLinkingResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.EntityLinkingResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.EntityLinkingResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -269,7 +269,7 @@ def entities_linking( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('EntityLinkingResult', pipeline_response) @@ -282,12 +282,12 @@ def entities_linking( def key_phrases( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] **kwargs # type: Any ): - # type: (...) -> "models.KeyPhraseResult" + # type: (...) -> "_models.KeyPhraseResult" """Key Phrases. The API returns a list of strings denoting the key phrases in the input text. See the :code:` "models.LanguageResult" + # type: (...) -> "_models.LanguageResult" """Detect Language. The API returns the detected language and a numeric score between 0 and 1. Scores close to 1 @@ -384,13 +384,13 @@ def languages( :rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.LanguageResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.LanguageResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.LanguageResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.LanguageBatchInput(documents=documents) + _input = _models.LanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -422,7 +422,7 @@ def languages( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('LanguageResult', pipeline_response) @@ -435,14 +435,14 @@ def languages( def sentiment( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] opinion_mining=None, # type: Optional[bool] - string_index_type="TextElements_v8", # type: Optional[Union[str, "models.StringIndexType"]] + string_index_type="TextElements_v8", # type: Optional[Union[str, "_models.StringIndexType"]] **kwargs # type: Any ): - # type: (...) -> "models.SentimentResponse" + # type: (...) -> "_models.SentimentResponse" """Sentiment. The API returns a detailed sentiment analysis for the input text. The analysis is done in @@ -469,13 +469,13 @@ def sentiment( :rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.SentimentResponse :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.SentimentResponse"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.SentimentResponse"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -511,7 +511,7 @@ def sentiment( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('SentimentResponse', pipeline_response) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/__init__.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/__init__.py new file mode 100644 index 000000000000..ca973ce68900 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/__init__.py @@ -0,0 +1,16 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from ._text_analytics_client import TextAnalyticsClient +__all__ = ['TextAnalyticsClient'] + +try: + from ._patch import patch_sdk # type: ignore + patch_sdk() +except ImportError: + pass diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/_configuration.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/_configuration.py new file mode 100644 index 000000000000..e216512dcf2e --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/_configuration.py @@ -0,0 +1,68 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from typing import TYPE_CHECKING + +from azure.core.configuration import Configuration +from azure.core.pipeline import policies + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from typing import Any + + from azure.core.credentials import TokenCredential + +VERSION = "unknown" + +class TextAnalyticsClientConfiguration(Configuration): + """Configuration for TextAnalyticsClient. + + Note that all parameters used to create this instance are saved as instance + attributes. + + :param credential: Credential needed for the client to connect to Azure. + :type credential: ~azure.core.credentials.TokenCredential + :param endpoint: Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com). + :type endpoint: str + """ + + def __init__( + self, + credential, # type: "TokenCredential" + endpoint, # type: str + **kwargs # type: Any + ): + # type: (...) -> None + if credential is None: + raise ValueError("Parameter 'credential' must not be None.") + if endpoint is None: + raise ValueError("Parameter 'endpoint' must not be None.") + super(TextAnalyticsClientConfiguration, self).__init__(**kwargs) + + self.credential = credential + self.endpoint = endpoint + self.credential_scopes = kwargs.pop('credential_scopes', ['https://cognitiveservices.azure.com/.default']) + kwargs.setdefault('sdk_moniker', 'ai-textanalytics/{}'.format(VERSION)) + self._configure(**kwargs) + + def _configure( + self, + **kwargs # type: Any + ): + # type: (...) -> None + self.user_agent_policy = kwargs.get('user_agent_policy') or policies.UserAgentPolicy(**kwargs) + self.headers_policy = kwargs.get('headers_policy') or policies.HeadersPolicy(**kwargs) + self.proxy_policy = kwargs.get('proxy_policy') or policies.ProxyPolicy(**kwargs) + self.logging_policy = kwargs.get('logging_policy') or policies.NetworkTraceLoggingPolicy(**kwargs) + self.http_logging_policy = kwargs.get('http_logging_policy') or policies.HttpLoggingPolicy(**kwargs) + self.retry_policy = kwargs.get('retry_policy') or policies.RetryPolicy(**kwargs) + self.custom_hook_policy = kwargs.get('custom_hook_policy') or policies.CustomHookPolicy(**kwargs) + self.redirect_policy = kwargs.get('redirect_policy') or policies.RedirectPolicy(**kwargs) + self.authentication_policy = kwargs.get('authentication_policy') + if self.credential and not self.authentication_policy: + self.authentication_policy = policies.BearerTokenCredentialPolicy(self.credential, *self.credential_scopes, **kwargs) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/_metadata.json b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/_metadata.json new file mode 100644 index 000000000000..73a0b91ccd01 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/_metadata.json @@ -0,0 +1,228 @@ +{ + "chosen_version": "v3.1-preview.3", + "total_api_version_list": ["v3.1-preview.3"], + "client": { + "name": "TextAnalyticsClient", + "filename": "_text_analytics_client", + "description": "The Text Analytics API is a suite of natural language processing (NLP) services built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction and language detection. Further documentation can be found in :code:`\u003ca href=\"https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview\"\u003ehttps://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview\u003c/a\u003e`.", + "base_url": null, + "custom_base_url": "\u0027{Endpoint}/text/analytics/v3.1-preview.3\u0027", + "azure_arm": false, + "has_lro_operations": true, + "client_side_validation": true + }, + "global_parameters": { + "sync": { + "credential": { + "signature": "credential, # type: \"TokenCredential\"", + "description": "Credential needed for the client to connect to Azure.", + "docstring_type": "~azure.core.credentials.TokenCredential", + "required": true + }, + "endpoint": { + "signature": "endpoint, # type: str", + "description": "Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com).", + "docstring_type": "str", + "required": true + } + }, + "async": { + "credential": { + "signature": "credential, # type: \"AsyncTokenCredential\"", + "description": "Credential needed for the client to connect to Azure.", + "docstring_type": "~azure.core.credentials_async.AsyncTokenCredential", + "required": true + }, + "endpoint": { + "signature": "endpoint, # type: str", + "description": "Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com).", + "docstring_type": "str", + "required": true + } + }, + "constant": { + }, + "call": "credential, endpoint" + }, + "config": { + "credential": true, + "credential_scopes": ["https://cognitiveservices.azure.com/.default"], + "credential_default_policy_type": "BearerTokenCredentialPolicy", + "credential_default_policy_type_has_async_version": true, + "credential_key_header_name": null + }, + "operation_groups": { + }, + "operation_mixins": { + "_analyze_initial" : { + "sync": { + "signature": "def _analyze_initial(\n self,\n body=None, # type: Optional[\"_models.AnalyzeBatchInput\"]\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"\n\n:param body: Collection of documents to analyze and tasks to execute.\n:type body: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeBatchInput\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: None, or the result of cls(response)\n:rtype: None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def _analyze_initial(\n self,\n body: Optional[\"_models.AnalyzeBatchInput\"] = None,\n **kwargs\n) -\u003e None:\n", + "doc": "\"\"\"\n\n:param body: Collection of documents to analyze and tasks to execute.\n:type body: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeBatchInput\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: None, or the result of cls(response)\n:rtype: None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "call": "body" + }, + "begin_analyze" : { + "sync": { + "signature": "def begin_analyze(\n self,\n body=None, # type: Optional[\"_models.AnalyzeBatchInput\"]\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"Submit analysis job.\n\nSubmit a collection of text documents for analysis. Specify one or more unique tasks to be\nexecuted.\n\n:param body: Collection of documents to analyze and tasks to execute.\n:type body: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeBatchInput\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: True for ARMPolling, False for no polling, or a\n polling object for personal polling strategy\n:paramtype polling: bool or ~azure.core.polling.PollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present.\n:return: An instance of LROPoller that returns either None or the result of cls(response)\n:rtype: ~azure.core.polling.LROPoller[None]\n:raises ~azure.core.exceptions.HttpResponseError:\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def begin_analyze(\n self,\n body: Optional[\"_models.AnalyzeBatchInput\"] = None,\n **kwargs\n) -\u003e AsyncLROPoller[None]:\n", + "doc": "\"\"\"Submit analysis job.\n\nSubmit a collection of text documents for analysis. Specify one or more unique tasks to be\nexecuted.\n\n:param body: Collection of documents to analyze and tasks to execute.\n:type body: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeBatchInput\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: True for ARMPolling, False for no polling, or a\n polling object for personal polling strategy\n:paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present.\n:return: An instance of AsyncLROPoller that returns either None or the result of cls(response)\n:rtype: ~azure.core.polling.AsyncLROPoller[None]\n:raises ~azure.core.exceptions.HttpResponseError:\n\"\"\"" + }, + "call": "body" + }, + "analyze_status" : { + "sync": { + "signature": "def analyze_status(\n self,\n job_id, # type: str\n show_stats=None, # type: Optional[bool]\n top=20, # type: Optional[int]\n skip=0, # type: Optional[int]\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"Get analysis status and results.\n\nGet the status of an analysis job. A job may consist of one or more tasks. Once all tasks are\ncompleted, the job will transition to the completed state and results will be available for\neach task.\n\n:param job_id: Job ID for Analyze.\n:type job_id: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param top: (Optional) Set the maximum number of results per task. When both $top and $skip are\n specified, $skip is applied first.\n:type top: int\n:param skip: (Optional) Set the number of elements to offset in the response. When both $top\n and $skip are specified, $skip is applied first.\n:type skip: int\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: AnalyzeJobState, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeJobState\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def analyze_status(\n self,\n job_id: str,\n show_stats: Optional[bool] = None,\n top: Optional[int] = 20,\n skip: Optional[int] = 0,\n **kwargs\n) -\u003e \"_models.AnalyzeJobState\":\n", + "doc": "\"\"\"Get analysis status and results.\n\nGet the status of an analysis job. A job may consist of one or more tasks. Once all tasks are\ncompleted, the job will transition to the completed state and results will be available for\neach task.\n\n:param job_id: Job ID for Analyze.\n:type job_id: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param top: (Optional) Set the maximum number of results per task. When both $top and $skip are\n specified, $skip is applied first.\n:type top: int\n:param skip: (Optional) Set the number of elements to offset in the response. When both $top\n and $skip are specified, $skip is applied first.\n:type skip: int\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: AnalyzeJobState, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeJobState\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "call": "job_id, show_stats, top, skip" + }, + "health_status" : { + "sync": { + "signature": "def health_status(\n self,\n job_id, # type: str\n top=20, # type: Optional[int]\n skip=0, # type: Optional[int]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"Get healthcare analysis job status and results.\n\nGet details of the healthcare prediction job specified by the jobId.\n\n:param job_id: Job ID.\n:type job_id: str\n:param top: (Optional) Set the maximum number of results per task. When both $top and $skip are\n specified, $skip is applied first.\n:type top: int\n:param skip: (Optional) Set the number of elements to offset in the response. When both $top\n and $skip are specified, $skip is applied first.\n:type skip: int\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: HealthcareJobState, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareJobState\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def health_status(\n self,\n job_id: str,\n top: Optional[int] = 20,\n skip: Optional[int] = 0,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"_models.HealthcareJobState\":\n", + "doc": "\"\"\"Get healthcare analysis job status and results.\n\nGet details of the healthcare prediction job specified by the jobId.\n\n:param job_id: Job ID.\n:type job_id: str\n:param top: (Optional) Set the maximum number of results per task. When both $top and $skip are\n specified, $skip is applied first.\n:type top: int\n:param skip: (Optional) Set the number of elements to offset in the response. When both $top\n and $skip are specified, $skip is applied first.\n:type skip: int\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: HealthcareJobState, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareJobState\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "call": "job_id, top, skip, show_stats" + }, + "_cancel_health_job_initial" : { + "sync": { + "signature": "def _cancel_health_job_initial(\n self,\n job_id, # type: str\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"\n\n:param job_id: Job ID.\n:type job_id: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: None, or the result of cls(response)\n:rtype: None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def _cancel_health_job_initial(\n self,\n job_id: str,\n **kwargs\n) -\u003e None:\n", + "doc": "\"\"\"\n\n:param job_id: Job ID.\n:type job_id: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: None, or the result of cls(response)\n:rtype: None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "call": "job_id" + }, + "begin_cancel_health_job" : { + "sync": { + "signature": "def begin_cancel_health_job(\n self,\n job_id, # type: str\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"Cancel healthcare prediction job.\n\nCancel healthcare prediction job.\n\n:param job_id: Job ID.\n:type job_id: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: True for ARMPolling, False for no polling, or a\n polling object for personal polling strategy\n:paramtype polling: bool or ~azure.core.polling.PollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present.\n:return: An instance of LROPoller that returns either None or the result of cls(response)\n:rtype: ~azure.core.polling.LROPoller[None]\n:raises ~azure.core.exceptions.HttpResponseError:\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def begin_cancel_health_job(\n self,\n job_id: str,\n **kwargs\n) -\u003e AsyncLROPoller[None]:\n", + "doc": "\"\"\"Cancel healthcare prediction job.\n\nCancel healthcare prediction job.\n\n:param job_id: Job ID.\n:type job_id: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: True for ARMPolling, False for no polling, or a\n polling object for personal polling strategy\n:paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present.\n:return: An instance of AsyncLROPoller that returns either None or the result of cls(response)\n:rtype: ~azure.core.polling.AsyncLROPoller[None]\n:raises ~azure.core.exceptions.HttpResponseError:\n\"\"\"" + }, + "call": "job_id" + }, + "_health_initial" : { + "sync": { + "signature": "def _health_initial(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"_models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: None, or the result of cls(response)\n:rtype: None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def _health_initial(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n string_index_type: Optional[Union[str, \"_models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e None:\n", + "doc": "\"\"\"\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: None, or the result of cls(response)\n:rtype: None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "call": "documents, model_version, string_index_type" + }, + "begin_health" : { + "sync": { + "signature": "def begin_health(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"_models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"Submit healthcare analysis job.\n\nStart a healthcare analysis job to recognize healthcare related entities (drugs, conditions,\nsymptoms, etc) and their relations.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: True for ARMPolling, False for no polling, or a\n polling object for personal polling strategy\n:paramtype polling: bool or ~azure.core.polling.PollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present.\n:return: An instance of LROPoller that returns either None or the result of cls(response)\n:rtype: ~azure.core.polling.LROPoller[None]\n:raises ~azure.core.exceptions.HttpResponseError:\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def begin_health(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n string_index_type: Optional[Union[str, \"_models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e AsyncLROPoller[None]:\n", + "doc": "\"\"\"Submit healthcare analysis job.\n\nStart a healthcare analysis job to recognize healthcare related entities (drugs, conditions,\nsymptoms, etc) and their relations.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: True for ARMPolling, False for no polling, or a\n polling object for personal polling strategy\n:paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present.\n:return: An instance of AsyncLROPoller that returns either None or the result of cls(response)\n:rtype: ~azure.core.polling.AsyncLROPoller[None]\n:raises ~azure.core.exceptions.HttpResponseError:\n\"\"\"" + }, + "call": "documents, model_version, string_index_type" + }, + "entities_recognition_general" : { + "sync": { + "signature": "def entities_recognition_general(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"_models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"Named Entity Recognition.\n\nThe API returns a list of general named entities in a given document. For the list of supported\nentity types, check :code:`\u003ca href=\"https://aka.ms/taner\"\u003eSupported Entity Types in Text\nAnalytics API\u003c/a\u003e`. See the :code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text\nAnalytics API\u003c/a\u003e` for the list of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: EntitiesResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.EntitiesResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def entities_recognition_general(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n string_index_type: Optional[Union[str, \"_models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e \"_models.EntitiesResult\":\n", + "doc": "\"\"\"Named Entity Recognition.\n\nThe API returns a list of general named entities in a given document. For the list of supported\nentity types, check :code:`\u003ca href=\"https://aka.ms/taner\"\u003eSupported Entity Types in Text\nAnalytics API\u003c/a\u003e`. See the :code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text\nAnalytics API\u003c/a\u003e` for the list of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: EntitiesResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.EntitiesResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "call": "documents, model_version, show_stats, string_index_type" + }, + "entities_recognition_pii" : { + "sync": { + "signature": "def entities_recognition_pii(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n domain=None, # type: Optional[str]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"_models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"Entities containing personal information.\n\nThe API returns a list of entities with personal information (\\\"SSN\\\", \\\"Bank Account\\\" etc) in\nthe document. For the list of supported entity types, check :code:`\u003ca\nhref=\"https://aka.ms/tanerpii\"\u003eSupported Entity Types in Text Analytics API\u003c/a\u003e`. See the\n:code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the\nlist of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param domain: (Optional) if specified, will set the PII domain to include only a subset of the\n entity categories. Possible values include: \u0027PHI\u0027, \u0027none\u0027.\n:type domain: str\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: PiiResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.PiiResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def entities_recognition_pii(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n domain: Optional[str] = None,\n string_index_type: Optional[Union[str, \"_models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e \"_models.PiiResult\":\n", + "doc": "\"\"\"Entities containing personal information.\n\nThe API returns a list of entities with personal information (\\\"SSN\\\", \\\"Bank Account\\\" etc) in\nthe document. For the list of supported entity types, check :code:`\u003ca\nhref=\"https://aka.ms/tanerpii\"\u003eSupported Entity Types in Text Analytics API\u003c/a\u003e`. See the\n:code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the\nlist of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param domain: (Optional) if specified, will set the PII domain to include only a subset of the\n entity categories. Possible values include: \u0027PHI\u0027, \u0027none\u0027.\n:type domain: str\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: PiiResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.PiiResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "call": "documents, model_version, show_stats, domain, string_index_type" + }, + "entities_linking" : { + "sync": { + "signature": "def entities_linking(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"_models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"Linked entities from a well-known knowledge base.\n\nThe API returns a list of recognized entities with links to a well-known knowledge base. See\nthe :code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for\nthe list of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: EntityLinkingResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.EntityLinkingResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def entities_linking(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n string_index_type: Optional[Union[str, \"_models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e \"_models.EntityLinkingResult\":\n", + "doc": "\"\"\"Linked entities from a well-known knowledge base.\n\nThe API returns a list of recognized entities with links to a well-known knowledge base. See\nthe :code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for\nthe list of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: EntityLinkingResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.EntityLinkingResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "call": "documents, model_version, show_stats, string_index_type" + }, + "key_phrases" : { + "sync": { + "signature": "def key_phrases(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"Key Phrases.\n\nThe API returns a list of strings denoting the key phrases in the input text. See the :code:`\u003ca\nhref=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the list of\nenabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: KeyPhraseResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.KeyPhraseResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def key_phrases(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"_models.KeyPhraseResult\":\n", + "doc": "\"\"\"Key Phrases.\n\nThe API returns a list of strings denoting the key phrases in the input text. See the :code:`\u003ca\nhref=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the list of\nenabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: KeyPhraseResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.KeyPhraseResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "call": "documents, model_version, show_stats" + }, + "languages" : { + "sync": { + "signature": "def languages(\n self,\n documents, # type: List[\"_models.LanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"Detect Language.\n\nThe API returns the detected language and a numeric score between 0 and 1. Scores close to 1\nindicate 100% certainty that the identified language is true. See the :code:`\u003ca\nhref=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the list of\nenabled languages.\n\n:param documents:\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.LanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: LanguageResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.LanguageResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def languages(\n self,\n documents: List[\"_models.LanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"_models.LanguageResult\":\n", + "doc": "\"\"\"Detect Language.\n\nThe API returns the detected language and a numeric score between 0 and 1. Scores close to 1\nindicate 100% certainty that the identified language is true. See the :code:`\u003ca\nhref=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the list of\nenabled languages.\n\n:param documents:\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.LanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: LanguageResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.LanguageResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "call": "documents, model_version, show_stats" + }, + "sentiment" : { + "sync": { + "signature": "def sentiment(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n opinion_mining=None, # type: Optional[bool]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"_models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"Sentiment.\n\nThe API returns a detailed sentiment analysis for the input text. The analysis is done in\nmultiple levels of granularity, start from the a document level, down to sentence and key terms\n(aspects) and opinions.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param opinion_mining: (Optional) if set to true, response will contain input and document\n level statistics including aspect-based sentiment analysis results.\n:type opinion_mining: bool\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: SentimentResponse, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.SentimentResponse\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def sentiment(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n opinion_mining: Optional[bool] = None,\n string_index_type: Optional[Union[str, \"_models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e \"_models.SentimentResponse\":\n", + "doc": "\"\"\"Sentiment.\n\nThe API returns a detailed sentiment analysis for the input text. The analysis is done in\nmultiple levels of granularity, start from the a document level, down to sentence and key terms\n(aspects) and opinions.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param opinion_mining: (Optional) if set to true, response will contain input and document\n level statistics including aspect-based sentiment analysis results.\n:type opinion_mining: bool\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: SentimentResponse, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.SentimentResponse\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "call": "documents, model_version, show_stats, opinion_mining, string_index_type" + } + }, + "sync_imports": "{\"regular\": {\"azurecore\": {\"azure.core.exceptions\": [\"ClientAuthenticationError\", \"HttpResponseError\", \"ResourceExistsError\", \"ResourceNotFoundError\", \"map_error\"], \"azure.core.pipeline\": [\"PipelineResponse\"], \"azure.core.pipeline.transport\": [\"HttpRequest\", \"HttpResponse\"], \"azure.core.polling\": [\"LROPoller\", \"NoPolling\", \"PollingMethod\"], \"azure.core.polling.base_polling\": [\"LROBasePolling\"]}, \"stdlib\": {\"warnings\": [null]}}, \"conditional\": {\"stdlib\": {\"typing\": [\"Any\", \"Callable\", \"Dict\", \"Generic\", \"List\", \"Optional\", \"TypeVar\", \"Union\"]}}}", + "async_imports": "{\"regular\": {\"azurecore\": {\"azure.core.exceptions\": [\"ClientAuthenticationError\", \"HttpResponseError\", \"ResourceExistsError\", \"ResourceNotFoundError\", \"map_error\"], \"azure.core.pipeline\": [\"PipelineResponse\"], \"azure.core.pipeline.transport\": [\"AsyncHttpResponse\", \"HttpRequest\"], \"azure.core.polling\": [\"AsyncLROPoller\", \"AsyncNoPolling\", \"AsyncPollingMethod\"], \"azure.core.polling.async_base_polling\": [\"AsyncLROBasePolling\"]}, \"stdlib\": {\"warnings\": [null]}}, \"conditional\": {\"stdlib\": {\"typing\": [\"Any\", \"Callable\", \"Dict\", \"Generic\", \"List\", \"Optional\", \"TypeVar\", \"Union\"]}}}" +} \ No newline at end of file diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/_text_analytics_client.py new file mode 100644 index 000000000000..8404272ff998 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/_text_analytics_client.py @@ -0,0 +1,62 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from typing import TYPE_CHECKING + +from azure.core import PipelineClient +from msrest import Deserializer, Serializer + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from typing import Any + + from azure.core.credentials import TokenCredential + +from ._configuration import TextAnalyticsClientConfiguration +from .operations import TextAnalyticsClientOperationsMixin +from . import models + + +class TextAnalyticsClient(TextAnalyticsClientOperationsMixin): + """The Text Analytics API is a suite of natural language processing (NLP) services built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction and language detection. Further documentation can be found in :code:`https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview`. + + :param credential: Credential needed for the client to connect to Azure. + :type credential: ~azure.core.credentials.TokenCredential + :param endpoint: Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com). + :type endpoint: str + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + """ + + def __init__( + self, + credential, # type: "TokenCredential" + endpoint, # type: str + **kwargs # type: Any + ): + # type: (...) -> None + base_url = '{Endpoint}/text/analytics/v3.1-preview.3' + self._config = TextAnalyticsClientConfiguration(credential, endpoint, **kwargs) + self._client = PipelineClient(base_url=base_url, config=self._config, **kwargs) + + client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} + self._serialize = Serializer(client_models) + self._deserialize = Deserializer(client_models) + + + def close(self): + # type: () -> None + self._client.close() + + def __enter__(self): + # type: () -> TextAnalyticsClient + self._client.__enter__() + return self + + def __exit__(self, *exc_details): + # type: (Any) -> None + self._client.__exit__(*exc_details) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/__init__.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/__init__.py new file mode 100644 index 000000000000..b64fe33ea84d --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/__init__.py @@ -0,0 +1,10 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from ._text_analytics_client import TextAnalyticsClient +__all__ = ['TextAnalyticsClient'] diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/_configuration.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/_configuration.py new file mode 100644 index 000000000000..033d80c38005 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/_configuration.py @@ -0,0 +1,64 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from typing import Any, TYPE_CHECKING + +from azure.core.configuration import Configuration +from azure.core.pipeline import policies + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from azure.core.credentials_async import AsyncTokenCredential + +VERSION = "unknown" + +class TextAnalyticsClientConfiguration(Configuration): + """Configuration for TextAnalyticsClient. + + Note that all parameters used to create this instance are saved as instance + attributes. + + :param credential: Credential needed for the client to connect to Azure. + :type credential: ~azure.core.credentials_async.AsyncTokenCredential + :param endpoint: Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com). + :type endpoint: str + """ + + def __init__( + self, + credential: "AsyncTokenCredential", + endpoint: str, + **kwargs: Any + ) -> None: + if credential is None: + raise ValueError("Parameter 'credential' must not be None.") + if endpoint is None: + raise ValueError("Parameter 'endpoint' must not be None.") + super(TextAnalyticsClientConfiguration, self).__init__(**kwargs) + + self.credential = credential + self.endpoint = endpoint + self.credential_scopes = kwargs.pop('credential_scopes', ['https://cognitiveservices.azure.com/.default']) + kwargs.setdefault('sdk_moniker', 'ai-textanalytics/{}'.format(VERSION)) + self._configure(**kwargs) + + def _configure( + self, + **kwargs: Any + ) -> None: + self.user_agent_policy = kwargs.get('user_agent_policy') or policies.UserAgentPolicy(**kwargs) + self.headers_policy = kwargs.get('headers_policy') or policies.HeadersPolicy(**kwargs) + self.proxy_policy = kwargs.get('proxy_policy') or policies.ProxyPolicy(**kwargs) + self.logging_policy = kwargs.get('logging_policy') or policies.NetworkTraceLoggingPolicy(**kwargs) + self.http_logging_policy = kwargs.get('http_logging_policy') or policies.HttpLoggingPolicy(**kwargs) + self.retry_policy = kwargs.get('retry_policy') or policies.AsyncRetryPolicy(**kwargs) + self.custom_hook_policy = kwargs.get('custom_hook_policy') or policies.CustomHookPolicy(**kwargs) + self.redirect_policy = kwargs.get('redirect_policy') or policies.AsyncRedirectPolicy(**kwargs) + self.authentication_policy = kwargs.get('authentication_policy') + if self.credential and not self.authentication_policy: + self.authentication_policy = policies.AsyncBearerTokenCredentialPolicy(self.credential, *self.credential_scopes, **kwargs) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/_text_analytics_client.py new file mode 100644 index 000000000000..467fa665842b --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/_text_analytics_client.py @@ -0,0 +1,56 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from typing import Any, TYPE_CHECKING + +from azure.core import AsyncPipelineClient +from msrest import Deserializer, Serializer + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from azure.core.credentials_async import AsyncTokenCredential + +from ._configuration import TextAnalyticsClientConfiguration +from .operations import TextAnalyticsClientOperationsMixin +from .. import models + + +class TextAnalyticsClient(TextAnalyticsClientOperationsMixin): + """The Text Analytics API is a suite of natural language processing (NLP) services built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction and language detection. Further documentation can be found in :code:`https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview`. + + :param credential: Credential needed for the client to connect to Azure. + :type credential: ~azure.core.credentials_async.AsyncTokenCredential + :param endpoint: Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com). + :type endpoint: str + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + """ + + def __init__( + self, + credential: "AsyncTokenCredential", + endpoint: str, + **kwargs: Any + ) -> None: + base_url = '{Endpoint}/text/analytics/v3.1-preview.3' + self._config = TextAnalyticsClientConfiguration(credential, endpoint, **kwargs) + self._client = AsyncPipelineClient(base_url=base_url, config=self._config, **kwargs) + + client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} + self._serialize = Serializer(client_models) + self._deserialize = Deserializer(client_models) + + + async def close(self) -> None: + await self._client.close() + + async def __aenter__(self) -> "TextAnalyticsClient": + await self._client.__aenter__() + return self + + async def __aexit__(self, *exc_details) -> None: + await self._client.__aexit__(*exc_details) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/operations/__init__.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/operations/__init__.py new file mode 100644 index 000000000000..4384511c0346 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/operations/__init__.py @@ -0,0 +1,13 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from ._text_analytics_client_operations import TextAnalyticsClientOperationsMixin + +__all__ = [ + 'TextAnalyticsClientOperationsMixin', +] diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/operations/_text_analytics_client_operations.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/operations/_text_analytics_client_operations.py new file mode 100644 index 000000000000..ed88279ac6cd --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/operations/_text_analytics_client_operations.py @@ -0,0 +1,1039 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from typing import Any, Callable, Dict, Generic, List, Optional, TypeVar, Union +import warnings + +from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import AsyncHttpResponse, HttpRequest +from azure.core.polling import AsyncLROPoller, AsyncNoPolling, AsyncPollingMethod +from azure.core.polling.async_base_polling import AsyncLROBasePolling + +from ... import models as _models + +T = TypeVar('T') +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + +class TextAnalyticsClientOperationsMixin: + + async def _analyze_initial( + self, + body: Optional["_models.AnalyzeBatchInput"] = None, + **kwargs + ) -> None: + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self._analyze_initial.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + if body is not None: + body_content = self._serialize.body(body, 'AnalyzeBatchInput') + else: + body_content = None + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + response_headers = {} + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + + if cls: + return cls(pipeline_response, None, response_headers) + + _analyze_initial.metadata = {'url': '/analyze'} # type: ignore + + async def begin_analyze( + self, + body: Optional["_models.AnalyzeBatchInput"] = None, + **kwargs + ) -> AsyncLROPoller[None]: + """Submit analysis job. + + Submit a collection of text documents for analysis. Specify one or more unique tasks to be + executed. + + :param body: Collection of documents to analyze and tasks to execute. + :type body: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeBatchInput + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of AsyncLROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + polling = kwargs.pop('polling', False) # type: Union[bool, AsyncPollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = await self._analyze_initial( + body=body, + cls=lambda x,y,z: x, + **kwargs + ) + + kwargs.pop('error_map', None) + kwargs.pop('content_type', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) + + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + + if polling is True: polling_method = AsyncLROBasePolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) + elif polling is False: polling_method = AsyncNoPolling() + else: polling_method = polling + if cont_token: + return AsyncLROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + else: + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + begin_analyze.metadata = {'url': '/analyze'} # type: ignore + + async def analyze_status( + self, + job_id: str, + show_stats: Optional[bool] = None, + top: Optional[int] = 20, + skip: Optional[int] = 0, + **kwargs + ) -> "_models.AnalyzeJobState": + """Get analysis status and results. + + Get the status of an analysis job. A job may consist of one or more tasks. Once all tasks are + completed, the job will transition to the completed state and results will be available for + each task. + + :param job_id: Job ID for Analyze. + :type job_id: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :param top: (Optional) Set the maximum number of results per task. When both $top and $skip are + specified, $skip is applied first. + :type top: int + :param skip: (Optional) Set the number of elements to offset in the response. When both $top + and $skip are specified, $skip is applied first. + :type skip: int + :keyword callable cls: A custom type or function that will be passed the direct response + :return: AnalyzeJobState, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeJobState + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.AnalyzeJobState"] + error_map = { + 401: ClientAuthenticationError, + 409: ResourceExistsError, + 404: lambda response: ResourceNotFoundError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + accept = "application/json, text/json" + + # Construct URL + url = self.analyze_status.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'jobId': self._serialize.url("job_id", job_id, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + if top is not None: + query_parameters['$top'] = self._serialize.query("top", top, 'int', maximum=50, minimum=1) + if skip is not None: + query_parameters['$skip'] = self._serialize.query("skip", skip, 'int', minimum=0) + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + request = self._client.get(url, query_parameters, header_parameters) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('AnalyzeJobState', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + analyze_status.metadata = {'url': '/analyze/jobs/{jobId}'} # type: ignore + + async def health_status( + self, + job_id: str, + top: Optional[int] = 20, + skip: Optional[int] = 0, + show_stats: Optional[bool] = None, + **kwargs + ) -> "_models.HealthcareJobState": + """Get healthcare analysis job status and results. + + Get details of the healthcare prediction job specified by the jobId. + + :param job_id: Job ID. + :type job_id: str + :param top: (Optional) Set the maximum number of results per task. When both $top and $skip are + specified, $skip is applied first. + :type top: int + :param skip: (Optional) Set the number of elements to offset in the response. When both $top + and $skip are specified, $skip is applied first. + :type skip: int + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :keyword callable cls: A custom type or function that will be passed the direct response + :return: HealthcareJobState, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareJobState + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.HealthcareJobState"] + error_map = { + 401: ClientAuthenticationError, + 409: ResourceExistsError, + 404: lambda response: ResourceNotFoundError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + accept = "application/json, text/json" + + # Construct URL + url = self.health_status.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'jobId': self._serialize.url("job_id", job_id, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if top is not None: + query_parameters['$top'] = self._serialize.query("top", top, 'int', maximum=50, minimum=1) + if skip is not None: + query_parameters['$skip'] = self._serialize.query("skip", skip, 'int', minimum=0) + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + request = self._client.get(url, query_parameters, header_parameters) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('HealthcareJobState', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + health_status.metadata = {'url': '/entities/health/jobs/{jobId}'} # type: ignore + + async def _cancel_health_job_initial( + self, + job_id: str, + **kwargs + ) -> None: + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, + 409: ResourceExistsError, + 404: lambda response: ResourceNotFoundError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + accept = "application/json, text/json" + + # Construct URL + url = self._cancel_health_job_initial.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'jobId': self._serialize.url("job_id", job_id, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + request = self._client.delete(url, query_parameters, header_parameters) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + response_headers = {} + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + + if cls: + return cls(pipeline_response, None, response_headers) + + _cancel_health_job_initial.metadata = {'url': '/entities/health/jobs/{jobId}'} # type: ignore + + async def begin_cancel_health_job( + self, + job_id: str, + **kwargs + ) -> AsyncLROPoller[None]: + """Cancel healthcare prediction job. + + Cancel healthcare prediction job. + + :param job_id: Job ID. + :type job_id: str + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of AsyncLROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + polling = kwargs.pop('polling', False) # type: Union[bool, AsyncPollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = await self._cancel_health_job_initial( + job_id=job_id, + cls=lambda x,y,z: x, + **kwargs + ) + + kwargs.pop('error_map', None) + kwargs.pop('content_type', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) + + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'jobId': self._serialize.url("job_id", job_id, 'str'), + } + + if polling is True: polling_method = AsyncLROBasePolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) + elif polling is False: polling_method = AsyncNoPolling() + else: polling_method = polling + if cont_token: + return AsyncLROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + else: + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + begin_cancel_health_job.metadata = {'url': '/entities/health/jobs/{jobId}'} # type: ignore + + async def _health_initial( + self, + documents: List["_models.MultiLanguageInput"], + model_version: Optional[str] = None, + string_index_type: Optional[Union[str, "_models.StringIndexType"]] = "TextElements_v8", + **kwargs + ) -> None: + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.MultiLanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self._health_initial.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if string_index_type is not None: + query_parameters['stringIndexType'] = self._serialize.query("string_index_type", string_index_type, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'MultiLanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + response_headers = {} + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + + if cls: + return cls(pipeline_response, None, response_headers) + + _health_initial.metadata = {'url': '/entities/health/jobs'} # type: ignore + + async def begin_health( + self, + documents: List["_models.MultiLanguageInput"], + model_version: Optional[str] = None, + string_index_type: Optional[Union[str, "_models.StringIndexType"]] = "TextElements_v8", + **kwargs + ) -> AsyncLROPoller[None]: + """Submit healthcare analysis job. + + Start a healthcare analysis job to recognize healthcare related entities (drugs, conditions, + symptoms, etc) and their relations. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param string_index_type: (Optional) Specifies the method used to interpret string offsets. + Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information + see https://aka.ms/text-analytics-offsets. + :type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of AsyncLROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + polling = kwargs.pop('polling', False) # type: Union[bool, AsyncPollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = await self._health_initial( + documents=documents, + model_version=model_version, + string_index_type=string_index_type, + cls=lambda x,y,z: x, + **kwargs + ) + + kwargs.pop('error_map', None) + kwargs.pop('content_type', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) + + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + + if polling is True: polling_method = AsyncLROBasePolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) + elif polling is False: polling_method = AsyncNoPolling() + else: polling_method = polling + if cont_token: + return AsyncLROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + else: + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + begin_health.metadata = {'url': '/entities/health/jobs'} # type: ignore + + async def entities_recognition_general( + self, + documents: List["_models.MultiLanguageInput"], + model_version: Optional[str] = None, + show_stats: Optional[bool] = None, + string_index_type: Optional[Union[str, "_models.StringIndexType"]] = "TextElements_v8", + **kwargs + ) -> "_models.EntitiesResult": + """Named Entity Recognition. + + The API returns a list of general named entities in a given document. For the list of supported + entity types, check :code:`Supported Entity Types in Text + Analytics API`. See the :code:`Supported languages in Text + Analytics API` for the list of enabled languages. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :param string_index_type: (Optional) Specifies the method used to interpret string offsets. + Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information + see https://aka.ms/text-analytics-offsets. + :type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType + :keyword callable cls: A custom type or function that will be passed the direct response + :return: EntitiesResult, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.EntitiesResult + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.EntitiesResult"] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.MultiLanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self.entities_recognition_general.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + if string_index_type is not None: + query_parameters['stringIndexType'] = self._serialize.query("string_index_type", string_index_type, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'MultiLanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('EntitiesResult', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + entities_recognition_general.metadata = {'url': '/entities/recognition/general'} # type: ignore + + async def entities_recognition_pii( + self, + documents: List["_models.MultiLanguageInput"], + model_version: Optional[str] = None, + show_stats: Optional[bool] = None, + domain: Optional[str] = None, + string_index_type: Optional[Union[str, "_models.StringIndexType"]] = "TextElements_v8", + **kwargs + ) -> "_models.PiiResult": + """Entities containing personal information. + + The API returns a list of entities with personal information (\"SSN\", \"Bank Account\" etc) in + the document. For the list of supported entity types, check :code:`Supported Entity Types in Text Analytics API`. See the + :code:`Supported languages in Text Analytics API` for the + list of enabled languages. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :param domain: (Optional) if specified, will set the PII domain to include only a subset of the + entity categories. Possible values include: 'PHI', 'none'. + :type domain: str + :param string_index_type: (Optional) Specifies the method used to interpret string offsets. + Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information + see https://aka.ms/text-analytics-offsets. + :type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType + :keyword callable cls: A custom type or function that will be passed the direct response + :return: PiiResult, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.PiiResult + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.PiiResult"] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.MultiLanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self.entities_recognition_pii.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + if domain is not None: + query_parameters['domain'] = self._serialize.query("domain", domain, 'str') + if string_index_type is not None: + query_parameters['stringIndexType'] = self._serialize.query("string_index_type", string_index_type, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'MultiLanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('PiiResult', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + entities_recognition_pii.metadata = {'url': '/entities/recognition/pii'} # type: ignore + + async def entities_linking( + self, + documents: List["_models.MultiLanguageInput"], + model_version: Optional[str] = None, + show_stats: Optional[bool] = None, + string_index_type: Optional[Union[str, "_models.StringIndexType"]] = "TextElements_v8", + **kwargs + ) -> "_models.EntityLinkingResult": + """Linked entities from a well-known knowledge base. + + The API returns a list of recognized entities with links to a well-known knowledge base. See + the :code:`Supported languages in Text Analytics API` for + the list of enabled languages. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :param string_index_type: (Optional) Specifies the method used to interpret string offsets. + Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information + see https://aka.ms/text-analytics-offsets. + :type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType + :keyword callable cls: A custom type or function that will be passed the direct response + :return: EntityLinkingResult, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.EntityLinkingResult + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.EntityLinkingResult"] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.MultiLanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self.entities_linking.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + if string_index_type is not None: + query_parameters['stringIndexType'] = self._serialize.query("string_index_type", string_index_type, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'MultiLanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('EntityLinkingResult', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + entities_linking.metadata = {'url': '/entities/linking'} # type: ignore + + async def key_phrases( + self, + documents: List["_models.MultiLanguageInput"], + model_version: Optional[str] = None, + show_stats: Optional[bool] = None, + **kwargs + ) -> "_models.KeyPhraseResult": + """Key Phrases. + + The API returns a list of strings denoting the key phrases in the input text. See the :code:`Supported languages in Text Analytics API` for the list of + enabled languages. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :keyword callable cls: A custom type or function that will be passed the direct response + :return: KeyPhraseResult, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.KeyPhraseResult + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.KeyPhraseResult"] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.MultiLanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self.key_phrases.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'MultiLanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('KeyPhraseResult', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + key_phrases.metadata = {'url': '/keyPhrases'} # type: ignore + + async def languages( + self, + documents: List["_models.LanguageInput"], + model_version: Optional[str] = None, + show_stats: Optional[bool] = None, + **kwargs + ) -> "_models.LanguageResult": + """Detect Language. + + The API returns the detected language and a numeric score between 0 and 1. Scores close to 1 + indicate 100% certainty that the identified language is true. See the :code:`Supported languages in Text Analytics API` for the list of + enabled languages. + + :param documents: + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.LanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :keyword callable cls: A custom type or function that will be passed the direct response + :return: LanguageResult, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.LanguageResult + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.LanguageResult"] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.LanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self.languages.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'LanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('LanguageResult', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + languages.metadata = {'url': '/languages'} # type: ignore + + async def sentiment( + self, + documents: List["_models.MultiLanguageInput"], + model_version: Optional[str] = None, + show_stats: Optional[bool] = None, + opinion_mining: Optional[bool] = None, + string_index_type: Optional[Union[str, "_models.StringIndexType"]] = "TextElements_v8", + **kwargs + ) -> "_models.SentimentResponse": + """Sentiment. + + The API returns a detailed sentiment analysis for the input text. The analysis is done in + multiple levels of granularity, start from the a document level, down to sentence and key terms + (aspects) and opinions. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :param opinion_mining: (Optional) if set to true, response will contain input and document + level statistics including aspect-based sentiment analysis results. + :type opinion_mining: bool + :param string_index_type: (Optional) Specifies the method used to interpret string offsets. + Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information + see https://aka.ms/text-analytics-offsets. + :type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType + :keyword callable cls: A custom type or function that will be passed the direct response + :return: SentimentResponse, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.SentimentResponse + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.SentimentResponse"] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.MultiLanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self.sentiment.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + if opinion_mining is not None: + query_parameters['opinionMining'] = self._serialize.query("opinion_mining", opinion_mining, 'bool') + if string_index_type is not None: + query_parameters['stringIndexType'] = self._serialize.query("string_index_type", string_index_type, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'MultiLanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('SentimentResponse', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + sentiment.metadata = {'url': '/sentiment'} # type: ignore diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/__init__.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/__init__.py new file mode 100644 index 000000000000..5b0c3c08fc83 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/__init__.py @@ -0,0 +1,224 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +try: + from ._models_py3 import AnalyzeBatchInput + from ._models_py3 import AnalyzeJobState + from ._models_py3 import AspectConfidenceScoreLabel + from ._models_py3 import AspectRelation + from ._models_py3 import Components15Gvwi3SchemasTasksstatePropertiesTasksPropertiesEntityrecognitiontasksItemsAllof1 + from ._models_py3 import Components15X8E9LSchemasTasksstatePropertiesTasksPropertiesEntityrecognitionpiitasksItemsAllof1 + from ._models_py3 import Components1D9IzucSchemasTasksstatePropertiesTasksPropertiesKeyphraseextractiontasksItemsAllof1 + from ._models_py3 import DetectedLanguage + from ._models_py3 import DocumentEntities + from ._models_py3 import DocumentError + from ._models_py3 import DocumentHealthcareEntities + from ._models_py3 import DocumentKeyPhrases + from ._models_py3 import DocumentLanguage + from ._models_py3 import DocumentLinkedEntities + from ._models_py3 import DocumentSentiment + from ._models_py3 import DocumentStatistics + from ._models_py3 import EntitiesResult + from ._models_py3 import EntitiesTask + from ._models_py3 import EntitiesTaskParameters + from ._models_py3 import Entity + from ._models_py3 import EntityLinkingResult + from ._models_py3 import ErrorResponse + from ._models_py3 import HealthcareEntity + from ._models_py3 import HealthcareEntityLink + from ._models_py3 import HealthcareJobState + from ._models_py3 import HealthcareRelation + from ._models_py3 import HealthcareResult + from ._models_py3 import InnerError + from ._models_py3 import JobDescriptor + from ._models_py3 import JobManifest + from ._models_py3 import JobManifestTasks + from ._models_py3 import JobMetadata + from ._models_py3 import KeyPhraseResult + from ._models_py3 import KeyPhrasesTask + from ._models_py3 import KeyPhrasesTaskParameters + from ._models_py3 import LanguageBatchInput + from ._models_py3 import LanguageInput + from ._models_py3 import LanguageResult + from ._models_py3 import LinkedEntity + from ._models_py3 import Match + from ._models_py3 import MultiLanguageBatchInput + from ._models_py3 import MultiLanguageInput + from ._models_py3 import Pagination + from ._models_py3 import PiiDocumentEntities + from ._models_py3 import PiiResult + from ._models_py3 import PiiTask + from ._models_py3 import PiiTaskParameters + from ._models_py3 import RequestStatistics + from ._models_py3 import SentenceAspect + from ._models_py3 import SentenceOpinion + from ._models_py3 import SentenceSentiment + from ._models_py3 import SentimentConfidenceScorePerLabel + from ._models_py3 import SentimentResponse + from ._models_py3 import TaskState + from ._models_py3 import TasksState + from ._models_py3 import TasksStateTasks + from ._models_py3 import TasksStateTasksDetails + from ._models_py3 import TasksStateTasksEntityRecognitionPiiTasksItem + from ._models_py3 import TasksStateTasksEntityRecognitionTasksItem + from ._models_py3 import TasksStateTasksKeyPhraseExtractionTasksItem + from ._models_py3 import TextAnalyticsError + from ._models_py3 import TextAnalyticsWarning +except (SyntaxError, ImportError): + from ._models import AnalyzeBatchInput # type: ignore + from ._models import AnalyzeJobState # type: ignore + from ._models import AspectConfidenceScoreLabel # type: ignore + from ._models import AspectRelation # type: ignore + from ._models import Components15Gvwi3SchemasTasksstatePropertiesTasksPropertiesEntityrecognitiontasksItemsAllof1 # type: ignore + from ._models import Components15X8E9LSchemasTasksstatePropertiesTasksPropertiesEntityrecognitionpiitasksItemsAllof1 # type: ignore + from ._models import Components1D9IzucSchemasTasksstatePropertiesTasksPropertiesKeyphraseextractiontasksItemsAllof1 # type: ignore + from ._models import DetectedLanguage # type: ignore + from ._models import DocumentEntities # type: ignore + from ._models import DocumentError # type: ignore + from ._models import DocumentHealthcareEntities # type: ignore + from ._models import DocumentKeyPhrases # type: ignore + from ._models import DocumentLanguage # type: ignore + from ._models import DocumentLinkedEntities # type: ignore + from ._models import DocumentSentiment # type: ignore + from ._models import DocumentStatistics # type: ignore + from ._models import EntitiesResult # type: ignore + from ._models import EntitiesTask # type: ignore + from ._models import EntitiesTaskParameters # type: ignore + from ._models import Entity # type: ignore + from ._models import EntityLinkingResult # type: ignore + from ._models import ErrorResponse # type: ignore + from ._models import HealthcareEntity # type: ignore + from ._models import HealthcareEntityLink # type: ignore + from ._models import HealthcareJobState # type: ignore + from ._models import HealthcareRelation # type: ignore + from ._models import HealthcareResult # type: ignore + from ._models import InnerError # type: ignore + from ._models import JobDescriptor # type: ignore + from ._models import JobManifest # type: ignore + from ._models import JobManifestTasks # type: ignore + from ._models import JobMetadata # type: ignore + from ._models import KeyPhraseResult # type: ignore + from ._models import KeyPhrasesTask # type: ignore + from ._models import KeyPhrasesTaskParameters # type: ignore + from ._models import LanguageBatchInput # type: ignore + from ._models import LanguageInput # type: ignore + from ._models import LanguageResult # type: ignore + from ._models import LinkedEntity # type: ignore + from ._models import Match # type: ignore + from ._models import MultiLanguageBatchInput # type: ignore + from ._models import MultiLanguageInput # type: ignore + from ._models import Pagination # type: ignore + from ._models import PiiDocumentEntities # type: ignore + from ._models import PiiResult # type: ignore + from ._models import PiiTask # type: ignore + from ._models import PiiTaskParameters # type: ignore + from ._models import RequestStatistics # type: ignore + from ._models import SentenceAspect # type: ignore + from ._models import SentenceOpinion # type: ignore + from ._models import SentenceSentiment # type: ignore + from ._models import SentimentConfidenceScorePerLabel # type: ignore + from ._models import SentimentResponse # type: ignore + from ._models import TaskState # type: ignore + from ._models import TasksState # type: ignore + from ._models import TasksStateTasks # type: ignore + from ._models import TasksStateTasksDetails # type: ignore + from ._models import TasksStateTasksEntityRecognitionPiiTasksItem # type: ignore + from ._models import TasksStateTasksEntityRecognitionTasksItem # type: ignore + from ._models import TasksStateTasksKeyPhraseExtractionTasksItem # type: ignore + from ._models import TextAnalyticsError # type: ignore + from ._models import TextAnalyticsWarning # type: ignore + +from ._text_analytics_client_enums import ( + AspectRelationType, + DocumentSentimentValue, + ErrorCodeValue, + InnerErrorCodeValue, + PiiTaskParametersDomain, + SentenceSentimentValue, + State, + StringIndexType, + StringIndexTypeResponse, + TokenSentimentValue, + WarningCodeValue, +) + +__all__ = [ + 'AnalyzeBatchInput', + 'AnalyzeJobState', + 'AspectConfidenceScoreLabel', + 'AspectRelation', + 'Components15Gvwi3SchemasTasksstatePropertiesTasksPropertiesEntityrecognitiontasksItemsAllof1', + 'Components15X8E9LSchemasTasksstatePropertiesTasksPropertiesEntityrecognitionpiitasksItemsAllof1', + 'Components1D9IzucSchemasTasksstatePropertiesTasksPropertiesKeyphraseextractiontasksItemsAllof1', + 'DetectedLanguage', + 'DocumentEntities', + 'DocumentError', + 'DocumentHealthcareEntities', + 'DocumentKeyPhrases', + 'DocumentLanguage', + 'DocumentLinkedEntities', + 'DocumentSentiment', + 'DocumentStatistics', + 'EntitiesResult', + 'EntitiesTask', + 'EntitiesTaskParameters', + 'Entity', + 'EntityLinkingResult', + 'ErrorResponse', + 'HealthcareEntity', + 'HealthcareEntityLink', + 'HealthcareJobState', + 'HealthcareRelation', + 'HealthcareResult', + 'InnerError', + 'JobDescriptor', + 'JobManifest', + 'JobManifestTasks', + 'JobMetadata', + 'KeyPhraseResult', + 'KeyPhrasesTask', + 'KeyPhrasesTaskParameters', + 'LanguageBatchInput', + 'LanguageInput', + 'LanguageResult', + 'LinkedEntity', + 'Match', + 'MultiLanguageBatchInput', + 'MultiLanguageInput', + 'Pagination', + 'PiiDocumentEntities', + 'PiiResult', + 'PiiTask', + 'PiiTaskParameters', + 'RequestStatistics', + 'SentenceAspect', + 'SentenceOpinion', + 'SentenceSentiment', + 'SentimentConfidenceScorePerLabel', + 'SentimentResponse', + 'TaskState', + 'TasksState', + 'TasksStateTasks', + 'TasksStateTasksDetails', + 'TasksStateTasksEntityRecognitionPiiTasksItem', + 'TasksStateTasksEntityRecognitionTasksItem', + 'TasksStateTasksKeyPhraseExtractionTasksItem', + 'TextAnalyticsError', + 'TextAnalyticsWarning', + 'AspectRelationType', + 'DocumentSentimentValue', + 'ErrorCodeValue', + 'InnerErrorCodeValue', + 'PiiTaskParametersDomain', + 'SentenceSentimentValue', + 'State', + 'StringIndexType', + 'StringIndexTypeResponse', + 'TokenSentimentValue', + 'WarningCodeValue', +] diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/_models.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/_models.py new file mode 100644 index 000000000000..2a8d8564a397 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/_models.py @@ -0,0 +1,2329 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from azure.core.exceptions import HttpResponseError +import msrest.serialization + + +class JobManifest(msrest.serialization.Model): + """JobManifest. + + All required parameters must be populated in order to send to Azure. + + :param tasks: Required. The set of tasks to execute on the input documents. Cannot specify the + same task more than once. + :type tasks: ~azure.ai.textanalytics.v3_1_preview_3.models.JobManifestTasks + """ + + _validation = { + 'tasks': {'required': True}, + } + + _attribute_map = { + 'tasks': {'key': 'tasks', 'type': 'JobManifestTasks'}, + } + + def __init__( + self, + **kwargs + ): + super(JobManifest, self).__init__(**kwargs) + self.tasks = kwargs['tasks'] + + +class JobDescriptor(msrest.serialization.Model): + """JobDescriptor. + + :param display_name: Optional display name for the analysis job. + :type display_name: str + """ + + _attribute_map = { + 'display_name': {'key': 'displayName', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(JobDescriptor, self).__init__(**kwargs) + self.display_name = kwargs.get('display_name', None) + + +class AnalyzeBatchInput(JobDescriptor, JobManifest): + """AnalyzeBatchInput. + + All required parameters must be populated in order to send to Azure. + + :param tasks: Required. The set of tasks to execute on the input documents. Cannot specify the + same task more than once. + :type tasks: ~azure.ai.textanalytics.v3_1_preview_3.models.JobManifestTasks + :param display_name: Optional display name for the analysis job. + :type display_name: str + :param analysis_input: Required. Contains a set of input documents to be analyzed by the + service. + :type analysis_input: ~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageBatchInput + """ + + _validation = { + 'tasks': {'required': True}, + 'analysis_input': {'required': True}, + } + + _attribute_map = { + 'tasks': {'key': 'tasks', 'type': 'JobManifestTasks'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'analysis_input': {'key': 'analysisInput', 'type': 'MultiLanguageBatchInput'}, + } + + def __init__( + self, + **kwargs + ): + super(AnalyzeBatchInput, self).__init__(**kwargs) + self.tasks = kwargs['tasks'] + self.analysis_input = kwargs['analysis_input'] + self.display_name = kwargs.get('display_name', None) + self.analysis_input = kwargs['analysis_input'] + + +class Pagination(msrest.serialization.Model): + """Pagination. + + :param next_link: + :type next_link: str + """ + + _attribute_map = { + 'next_link': {'key': '@nextLink', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(Pagination, self).__init__(**kwargs) + self.next_link = kwargs.get('next_link', None) + + +class TasksState(msrest.serialization.Model): + """TasksState. + + All required parameters must be populated in order to send to Azure. + + :param tasks: Required. + :type tasks: ~azure.ai.textanalytics.v3_1_preview_3.models.TasksStateTasks + """ + + _validation = { + 'tasks': {'required': True}, + } + + _attribute_map = { + 'tasks': {'key': 'tasks', 'type': 'TasksStateTasks'}, + } + + def __init__( + self, + **kwargs + ): + super(TasksState, self).__init__(**kwargs) + self.tasks = kwargs['tasks'] + + +class JobMetadata(msrest.serialization.Model): + """JobMetadata. + + All required parameters must be populated in order to send to Azure. + + :param created_date_time: Required. + :type created_date_time: ~datetime.datetime + :param display_name: + :type display_name: str + :param expiration_date_time: + :type expiration_date_time: ~datetime.datetime + :param job_id: Required. + :type job_id: str + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + """ + + _validation = { + 'created_date_time': {'required': True}, + 'job_id': {'required': True}, + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'created_date_time': {'key': 'createdDateTime', 'type': 'iso-8601'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'expiration_date_time': {'key': 'expirationDateTime', 'type': 'iso-8601'}, + 'job_id': {'key': 'jobId', 'type': 'str'}, + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'status': {'key': 'status', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(JobMetadata, self).__init__(**kwargs) + self.created_date_time = kwargs['created_date_time'] + self.display_name = kwargs.get('display_name', None) + self.expiration_date_time = kwargs.get('expiration_date_time', None) + self.job_id = kwargs['job_id'] + self.last_update_date_time = kwargs['last_update_date_time'] + self.status = kwargs['status'] + + +class AnalyzeJobState(JobMetadata, TasksState, Pagination): + """AnalyzeJobState. + + All required parameters must be populated in order to send to Azure. + + :param next_link: + :type next_link: str + :param tasks: Required. + :type tasks: ~azure.ai.textanalytics.v3_1_preview_3.models.TasksStateTasks + :param created_date_time: Required. + :type created_date_time: ~datetime.datetime + :param display_name: + :type display_name: str + :param expiration_date_time: + :type expiration_date_time: ~datetime.datetime + :param job_id: Required. + :type job_id: str + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + :param errors: + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + """ + + _validation = { + 'tasks': {'required': True}, + 'created_date_time': {'required': True}, + 'job_id': {'required': True}, + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'next_link': {'key': '@nextLink', 'type': 'str'}, + 'tasks': {'key': 'tasks', 'type': 'TasksStateTasks'}, + 'created_date_time': {'key': 'createdDateTime', 'type': 'iso-8601'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'expiration_date_time': {'key': 'expirationDateTime', 'type': 'iso-8601'}, + 'job_id': {'key': 'jobId', 'type': 'str'}, + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'status': {'key': 'status', 'type': 'str'}, + 'errors': {'key': 'errors', 'type': '[TextAnalyticsError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + } + + def __init__( + self, + **kwargs + ): + super(AnalyzeJobState, self).__init__(**kwargs) + self.next_link = kwargs.get('next_link', None) + self.tasks = kwargs['tasks'] + self.errors = kwargs.get('errors', None) + self.statistics = kwargs.get('statistics', None) + self.next_link = kwargs.get('next_link', None) + self.created_date_time = kwargs['created_date_time'] + self.display_name = kwargs.get('display_name', None) + self.expiration_date_time = kwargs.get('expiration_date_time', None) + self.job_id = kwargs['job_id'] + self.last_update_date_time = kwargs['last_update_date_time'] + self.status = kwargs['status'] + self.errors = kwargs.get('errors', None) + self.statistics = kwargs.get('statistics', None) + self.tasks = kwargs['tasks'] + self.created_date_time = kwargs['created_date_time'] + self.display_name = kwargs.get('display_name', None) + self.expiration_date_time = kwargs.get('expiration_date_time', None) + self.job_id = kwargs['job_id'] + self.last_update_date_time = kwargs['last_update_date_time'] + self.status = kwargs['status'] + self.errors = kwargs.get('errors', None) + self.statistics = kwargs.get('statistics', None) + + +class AspectConfidenceScoreLabel(msrest.serialization.Model): + """Represents the confidence scores across all sentiment classes: positive, neutral, negative. + + All required parameters must be populated in order to send to Azure. + + :param positive: Required. + :type positive: float + :param negative: Required. + :type negative: float + """ + + _validation = { + 'positive': {'required': True}, + 'negative': {'required': True}, + } + + _attribute_map = { + 'positive': {'key': 'positive', 'type': 'float'}, + 'negative': {'key': 'negative', 'type': 'float'}, + } + + def __init__( + self, + **kwargs + ): + super(AspectConfidenceScoreLabel, self).__init__(**kwargs) + self.positive = kwargs['positive'] + self.negative = kwargs['negative'] + + +class AspectRelation(msrest.serialization.Model): + """AspectRelation. + + All required parameters must be populated in order to send to Azure. + + :param relation_type: Required. The type related to the aspect. Possible values include: + "opinion", "aspect". + :type relation_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.AspectRelationType + :param ref: Required. The JSON pointer indicating the linked object. + :type ref: str + """ + + _validation = { + 'relation_type': {'required': True}, + 'ref': {'required': True}, + } + + _attribute_map = { + 'relation_type': {'key': 'relationType', 'type': 'str'}, + 'ref': {'key': 'ref', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(AspectRelation, self).__init__(**kwargs) + self.relation_type = kwargs['relation_type'] + self.ref = kwargs['ref'] + + +class Components15Gvwi3SchemasTasksstatePropertiesTasksPropertiesEntityrecognitiontasksItemsAllof1(msrest.serialization.Model): + """Components15Gvwi3SchemasTasksstatePropertiesTasksPropertiesEntityrecognitiontasksItemsAllof1. + + All required parameters must be populated in order to send to Azure. + + :param results: Required. + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.EntitiesResult + """ + + _validation = { + 'results': {'required': True}, + } + + _attribute_map = { + 'results': {'key': 'results', 'type': 'EntitiesResult'}, + } + + def __init__( + self, + **kwargs + ): + super(Components15Gvwi3SchemasTasksstatePropertiesTasksPropertiesEntityrecognitiontasksItemsAllof1, self).__init__(**kwargs) + self.results = kwargs['results'] + + +class Components15X8E9LSchemasTasksstatePropertiesTasksPropertiesEntityrecognitionpiitasksItemsAllof1(msrest.serialization.Model): + """Components15X8E9LSchemasTasksstatePropertiesTasksPropertiesEntityrecognitionpiitasksItemsAllof1. + + All required parameters must be populated in order to send to Azure. + + :param results: Required. + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.PiiResult + """ + + _validation = { + 'results': {'required': True}, + } + + _attribute_map = { + 'results': {'key': 'results', 'type': 'PiiResult'}, + } + + def __init__( + self, + **kwargs + ): + super(Components15X8E9LSchemasTasksstatePropertiesTasksPropertiesEntityrecognitionpiitasksItemsAllof1, self).__init__(**kwargs) + self.results = kwargs['results'] + + +class Components1D9IzucSchemasTasksstatePropertiesTasksPropertiesKeyphraseextractiontasksItemsAllof1(msrest.serialization.Model): + """Components1D9IzucSchemasTasksstatePropertiesTasksPropertiesKeyphraseextractiontasksItemsAllof1. + + All required parameters must be populated in order to send to Azure. + + :param results: Required. + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.KeyPhraseResult + """ + + _validation = { + 'results': {'required': True}, + } + + _attribute_map = { + 'results': {'key': 'results', 'type': 'KeyPhraseResult'}, + } + + def __init__( + self, + **kwargs + ): + super(Components1D9IzucSchemasTasksstatePropertiesTasksPropertiesKeyphraseextractiontasksItemsAllof1, self).__init__(**kwargs) + self.results = kwargs['results'] + + +class DetectedLanguage(msrest.serialization.Model): + """DetectedLanguage. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. Long name of a detected language (e.g. English, French). + :type name: str + :param iso6391_name: Required. A two letter representation of the detected language according + to the ISO 639-1 standard (e.g. en, fr). + :type iso6391_name: str + :param confidence_score: Required. A confidence score between 0 and 1. Scores close to 1 + indicate 100% certainty that the identified language is true. + :type confidence_score: float + """ + + _validation = { + 'name': {'required': True}, + 'iso6391_name': {'required': True}, + 'confidence_score': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'iso6391_name': {'key': 'iso6391Name', 'type': 'str'}, + 'confidence_score': {'key': 'confidenceScore', 'type': 'float'}, + } + + def __init__( + self, + **kwargs + ): + super(DetectedLanguage, self).__init__(**kwargs) + self.name = kwargs['name'] + self.iso6391_name = kwargs['iso6391_name'] + self.confidence_score = kwargs['confidence_score'] + + +class DocumentEntities(msrest.serialization.Model): + """DocumentEntities. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param entities: Required. Recognized entities in the document. + :type entities: list[~azure.ai.textanalytics.v3_1_preview_3.models.Entity] + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + """ + + _validation = { + 'id': {'required': True}, + 'entities': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'entities': {'key': 'entities', 'type': '[Entity]'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + } + + def __init__( + self, + **kwargs + ): + super(DocumentEntities, self).__init__(**kwargs) + self.id = kwargs['id'] + self.entities = kwargs['entities'] + self.warnings = kwargs['warnings'] + self.statistics = kwargs.get('statistics', None) + + +class DocumentError(msrest.serialization.Model): + """DocumentError. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Document Id. + :type id: str + :param error: Required. Document Error. + :type error: ~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsError + """ + + _validation = { + 'id': {'required': True}, + 'error': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'error': {'key': 'error', 'type': 'TextAnalyticsError'}, + } + + def __init__( + self, + **kwargs + ): + super(DocumentError, self).__init__(**kwargs) + self.id = kwargs['id'] + self.error = kwargs['error'] + + +class DocumentHealthcareEntities(msrest.serialization.Model): + """DocumentHealthcareEntities. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param entities: Required. Healthcare entities. + :type entities: list[~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareEntity] + :param relations: Required. Healthcare entity relations. + :type relations: list[~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareRelation] + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + """ + + _validation = { + 'id': {'required': True}, + 'entities': {'required': True}, + 'relations': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'entities': {'key': 'entities', 'type': '[HealthcareEntity]'}, + 'relations': {'key': 'relations', 'type': '[HealthcareRelation]'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + } + + def __init__( + self, + **kwargs + ): + super(DocumentHealthcareEntities, self).__init__(**kwargs) + self.id = kwargs['id'] + self.entities = kwargs['entities'] + self.relations = kwargs['relations'] + self.warnings = kwargs['warnings'] + self.statistics = kwargs.get('statistics', None) + + +class DocumentKeyPhrases(msrest.serialization.Model): + """DocumentKeyPhrases. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param key_phrases: Required. A list of representative words or phrases. The number of key + phrases returned is proportional to the number of words in the input document. + :type key_phrases: list[str] + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + """ + + _validation = { + 'id': {'required': True}, + 'key_phrases': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'key_phrases': {'key': 'keyPhrases', 'type': '[str]'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + } + + def __init__( + self, + **kwargs + ): + super(DocumentKeyPhrases, self).__init__(**kwargs) + self.id = kwargs['id'] + self.key_phrases = kwargs['key_phrases'] + self.warnings = kwargs['warnings'] + self.statistics = kwargs.get('statistics', None) + + +class DocumentLanguage(msrest.serialization.Model): + """DocumentLanguage. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param detected_language: Required. Detected Language. + :type detected_language: ~azure.ai.textanalytics.v3_1_preview_3.models.DetectedLanguage + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + """ + + _validation = { + 'id': {'required': True}, + 'detected_language': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'detected_language': {'key': 'detectedLanguage', 'type': 'DetectedLanguage'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + } + + def __init__( + self, + **kwargs + ): + super(DocumentLanguage, self).__init__(**kwargs) + self.id = kwargs['id'] + self.detected_language = kwargs['detected_language'] + self.warnings = kwargs['warnings'] + self.statistics = kwargs.get('statistics', None) + + +class DocumentLinkedEntities(msrest.serialization.Model): + """DocumentLinkedEntities. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param entities: Required. Recognized well-known entities in the document. + :type entities: list[~azure.ai.textanalytics.v3_1_preview_3.models.LinkedEntity] + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + """ + + _validation = { + 'id': {'required': True}, + 'entities': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'entities': {'key': 'entities', 'type': '[LinkedEntity]'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + } + + def __init__( + self, + **kwargs + ): + super(DocumentLinkedEntities, self).__init__(**kwargs) + self.id = kwargs['id'] + self.entities = kwargs['entities'] + self.warnings = kwargs['warnings'] + self.statistics = kwargs.get('statistics', None) + + +class DocumentSentiment(msrest.serialization.Model): + """DocumentSentiment. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param sentiment: Required. Predicted sentiment for document (Negative, Neutral, Positive, or + Mixed). Possible values include: "positive", "neutral", "negative", "mixed". + :type sentiment: str or ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentSentimentValue + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + :param confidence_scores: Required. Document level sentiment confidence scores between 0 and 1 + for each sentiment class. + :type confidence_scores: + ~azure.ai.textanalytics.v3_1_preview_3.models.SentimentConfidenceScorePerLabel + :param sentences: Required. Sentence level sentiment analysis. + :type sentences: list[~azure.ai.textanalytics.v3_1_preview_3.models.SentenceSentiment] + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + """ + + _validation = { + 'id': {'required': True}, + 'sentiment': {'required': True}, + 'confidence_scores': {'required': True}, + 'sentences': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'sentiment': {'key': 'sentiment', 'type': 'str'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + 'confidence_scores': {'key': 'confidenceScores', 'type': 'SentimentConfidenceScorePerLabel'}, + 'sentences': {'key': 'sentences', 'type': '[SentenceSentiment]'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + } + + def __init__( + self, + **kwargs + ): + super(DocumentSentiment, self).__init__(**kwargs) + self.id = kwargs['id'] + self.sentiment = kwargs['sentiment'] + self.statistics = kwargs.get('statistics', None) + self.confidence_scores = kwargs['confidence_scores'] + self.sentences = kwargs['sentences'] + self.warnings = kwargs['warnings'] + + +class DocumentStatistics(msrest.serialization.Model): + """if showStats=true was specified in the request this field will contain information about the document payload. + + All required parameters must be populated in order to send to Azure. + + :param characters_count: Required. Number of text elements recognized in the document. + :type characters_count: int + :param transactions_count: Required. Number of transactions for the document. + :type transactions_count: int + """ + + _validation = { + 'characters_count': {'required': True}, + 'transactions_count': {'required': True}, + } + + _attribute_map = { + 'characters_count': {'key': 'charactersCount', 'type': 'int'}, + 'transactions_count': {'key': 'transactionsCount', 'type': 'int'}, + } + + def __init__( + self, + **kwargs + ): + super(DocumentStatistics, self).__init__(**kwargs) + self.characters_count = kwargs['characters_count'] + self.transactions_count = kwargs['transactions_count'] + + +class EntitiesResult(msrest.serialization.Model): + """EntitiesResult. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Response by document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentEntities] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[DocumentEntities]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(EntitiesResult, self).__init__(**kwargs) + self.documents = kwargs['documents'] + self.errors = kwargs['errors'] + self.statistics = kwargs.get('statistics', None) + self.model_version = kwargs['model_version'] + + +class EntitiesTask(msrest.serialization.Model): + """EntitiesTask. + + :param parameters: + :type parameters: ~azure.ai.textanalytics.v3_1_preview_3.models.EntitiesTaskParameters + """ + + _attribute_map = { + 'parameters': {'key': 'parameters', 'type': 'EntitiesTaskParameters'}, + } + + def __init__( + self, + **kwargs + ): + super(EntitiesTask, self).__init__(**kwargs) + self.parameters = kwargs.get('parameters', None) + + +class EntitiesTaskParameters(msrest.serialization.Model): + """EntitiesTaskParameters. + + :param model_version: + :type model_version: str + :param string_index_type: Possible values include: "TextElements_v8", "UnicodeCodePoint", + "Utf16CodeUnit". Default value: "TextElements_v8". + :type string_index_type: str or + ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexTypeResponse + """ + + _attribute_map = { + 'model_version': {'key': 'model-version', 'type': 'str'}, + 'string_index_type': {'key': 'stringIndexType', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(EntitiesTaskParameters, self).__init__(**kwargs) + self.model_version = kwargs.get('model_version', "latest") + self.string_index_type = kwargs.get('string_index_type', "TextElements_v8") + + +class Entity(msrest.serialization.Model): + """Entity. + + All required parameters must be populated in order to send to Azure. + + :param text: Required. Entity text as appears in the request. + :type text: str + :param category: Required. Entity type. + :type category: str + :param subcategory: (Optional) Entity sub type. + :type subcategory: str + :param offset: Required. Start position for the entity text. Use of different 'stringIndexType' + values can affect the offset returned. + :type offset: int + :param length: Required. Length for the entity text. Use of different 'stringIndexType' values + can affect the length returned. + :type length: int + :param confidence_score: Required. Confidence score between 0 and 1 of the extracted entity. + :type confidence_score: float + """ + + _validation = { + 'text': {'required': True}, + 'category': {'required': True}, + 'offset': {'required': True}, + 'length': {'required': True}, + 'confidence_score': {'required': True}, + } + + _attribute_map = { + 'text': {'key': 'text', 'type': 'str'}, + 'category': {'key': 'category', 'type': 'str'}, + 'subcategory': {'key': 'subcategory', 'type': 'str'}, + 'offset': {'key': 'offset', 'type': 'int'}, + 'length': {'key': 'length', 'type': 'int'}, + 'confidence_score': {'key': 'confidenceScore', 'type': 'float'}, + } + + def __init__( + self, + **kwargs + ): + super(Entity, self).__init__(**kwargs) + self.text = kwargs['text'] + self.category = kwargs['category'] + self.subcategory = kwargs.get('subcategory', None) + self.offset = kwargs['offset'] + self.length = kwargs['length'] + self.confidence_score = kwargs['confidence_score'] + + +class EntityLinkingResult(msrest.serialization.Model): + """EntityLinkingResult. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Response by document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentLinkedEntities] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[DocumentLinkedEntities]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(EntityLinkingResult, self).__init__(**kwargs) + self.documents = kwargs['documents'] + self.errors = kwargs['errors'] + self.statistics = kwargs.get('statistics', None) + self.model_version = kwargs['model_version'] + + +class ErrorResponse(msrest.serialization.Model): + """ErrorResponse. + + All required parameters must be populated in order to send to Azure. + + :param error: Required. Document Error. + :type error: ~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsError + """ + + _validation = { + 'error': {'required': True}, + } + + _attribute_map = { + 'error': {'key': 'error', 'type': 'TextAnalyticsError'}, + } + + def __init__( + self, + **kwargs + ): + super(ErrorResponse, self).__init__(**kwargs) + self.error = kwargs['error'] + + +class HealthcareEntity(Entity): + """HealthcareEntity. + + All required parameters must be populated in order to send to Azure. + + :param text: Required. Entity text as appears in the request. + :type text: str + :param category: Required. Entity type. + :type category: str + :param subcategory: (Optional) Entity sub type. + :type subcategory: str + :param offset: Required. Start position for the entity text. Use of different 'stringIndexType' + values can affect the offset returned. + :type offset: int + :param length: Required. Length for the entity text. Use of different 'stringIndexType' values + can affect the length returned. + :type length: int + :param confidence_score: Required. Confidence score between 0 and 1 of the extracted entity. + :type confidence_score: float + :param is_negated: Required. + :type is_negated: bool + :param links: Entity references in known data sources. + :type links: list[~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareEntityLink] + """ + + _validation = { + 'text': {'required': True}, + 'category': {'required': True}, + 'offset': {'required': True}, + 'length': {'required': True}, + 'confidence_score': {'required': True}, + 'is_negated': {'required': True}, + } + + _attribute_map = { + 'text': {'key': 'text', 'type': 'str'}, + 'category': {'key': 'category', 'type': 'str'}, + 'subcategory': {'key': 'subcategory', 'type': 'str'}, + 'offset': {'key': 'offset', 'type': 'int'}, + 'length': {'key': 'length', 'type': 'int'}, + 'confidence_score': {'key': 'confidenceScore', 'type': 'float'}, + 'is_negated': {'key': 'isNegated', 'type': 'bool'}, + 'links': {'key': 'links', 'type': '[HealthcareEntityLink]'}, + } + + def __init__( + self, + **kwargs + ): + super(HealthcareEntity, self).__init__(**kwargs) + self.is_negated = kwargs['is_negated'] + self.links = kwargs.get('links', None) + + +class HealthcareEntityLink(msrest.serialization.Model): + """HealthcareEntityLink. + + All required parameters must be populated in order to send to Azure. + + :param data_source: Required. Entity Catalog. Examples include: UMLS, CHV, MSH, etc. + :type data_source: str + :param id: Required. Entity id in the given source catalog. + :type id: str + """ + + _validation = { + 'data_source': {'required': True}, + 'id': {'required': True}, + } + + _attribute_map = { + 'data_source': {'key': 'dataSource', 'type': 'str'}, + 'id': {'key': 'id', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(HealthcareEntityLink, self).__init__(**kwargs) + self.data_source = kwargs['data_source'] + self.id = kwargs['id'] + + +class HealthcareJobState(JobMetadata, Pagination): + """HealthcareJobState. + + All required parameters must be populated in order to send to Azure. + + :param next_link: + :type next_link: str + :param created_date_time: Required. + :type created_date_time: ~datetime.datetime + :param display_name: + :type display_name: str + :param expiration_date_time: + :type expiration_date_time: ~datetime.datetime + :param job_id: Required. + :type job_id: str + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + :param results: + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareResult + :param errors: + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsError] + """ + + _validation = { + 'created_date_time': {'required': True}, + 'job_id': {'required': True}, + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'next_link': {'key': '@nextLink', 'type': 'str'}, + 'created_date_time': {'key': 'createdDateTime', 'type': 'iso-8601'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'expiration_date_time': {'key': 'expirationDateTime', 'type': 'iso-8601'}, + 'job_id': {'key': 'jobId', 'type': 'str'}, + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'status': {'key': 'status', 'type': 'str'}, + 'results': {'key': 'results', 'type': 'HealthcareResult'}, + 'errors': {'key': 'errors', 'type': '[TextAnalyticsError]'}, + } + + def __init__( + self, + **kwargs + ): + super(HealthcareJobState, self).__init__(**kwargs) + self.next_link = kwargs.get('next_link', None) + self.results = kwargs.get('results', None) + self.errors = kwargs.get('errors', None) + self.created_date_time = kwargs['created_date_time'] + self.display_name = kwargs.get('display_name', None) + self.expiration_date_time = kwargs.get('expiration_date_time', None) + self.job_id = kwargs['job_id'] + self.last_update_date_time = kwargs['last_update_date_time'] + self.status = kwargs['status'] + self.results = kwargs.get('results', None) + self.errors = kwargs.get('errors', None) + + +class HealthcareRelation(msrest.serialization.Model): + """HealthcareRelation. + + All required parameters must be populated in order to send to Azure. + + :param relation_type: Required. Type of relation. Examples include: ``DosageOfMedication`` or + 'FrequencyOfMedication', etc. + :type relation_type: str + :param bidirectional: Required. If true the relation between the entities is bidirectional, + otherwise directionality is source to target. + :type bidirectional: bool + :param source: Required. Reference link to the source entity. + :type source: str + :param target: Required. Reference link to the target entity. + :type target: str + """ + + _validation = { + 'relation_type': {'required': True}, + 'bidirectional': {'required': True}, + 'source': {'required': True}, + 'target': {'required': True}, + } + + _attribute_map = { + 'relation_type': {'key': 'relationType', 'type': 'str'}, + 'bidirectional': {'key': 'bidirectional', 'type': 'bool'}, + 'source': {'key': 'source', 'type': 'str'}, + 'target': {'key': 'target', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(HealthcareRelation, self).__init__(**kwargs) + self.relation_type = kwargs['relation_type'] + self.bidirectional = kwargs['bidirectional'] + self.source = kwargs['source'] + self.target = kwargs['target'] + + +class HealthcareResult(msrest.serialization.Model): + """HealthcareResult. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Response by document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentHealthcareEntities] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[DocumentHealthcareEntities]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(HealthcareResult, self).__init__(**kwargs) + self.documents = kwargs['documents'] + self.errors = kwargs['errors'] + self.statistics = kwargs.get('statistics', None) + self.model_version = kwargs['model_version'] + + +class InnerError(msrest.serialization.Model): + """InnerError. + + All required parameters must be populated in order to send to Azure. + + :param code: Required. Error code. Possible values include: "InvalidParameterValue", + "InvalidRequestBodyFormat", "EmptyRequest", "MissingInputRecords", "InvalidDocument", + "ModelVersionIncorrect", "InvalidDocumentBatch", "UnsupportedLanguageCode", + "InvalidCountryHint". + :type code: str or ~azure.ai.textanalytics.v3_1_preview_3.models.InnerErrorCodeValue + :param message: Required. Error message. + :type message: str + :param details: Error details. + :type details: dict[str, str] + :param target: Error target. + :type target: str + :param innererror: Inner error contains more specific information. + :type innererror: ~azure.ai.textanalytics.v3_1_preview_3.models.InnerError + """ + + _validation = { + 'code': {'required': True}, + 'message': {'required': True}, + } + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'details': {'key': 'details', 'type': '{str}'}, + 'target': {'key': 'target', 'type': 'str'}, + 'innererror': {'key': 'innererror', 'type': 'InnerError'}, + } + + def __init__( + self, + **kwargs + ): + super(InnerError, self).__init__(**kwargs) + self.code = kwargs['code'] + self.message = kwargs['message'] + self.details = kwargs.get('details', None) + self.target = kwargs.get('target', None) + self.innererror = kwargs.get('innererror', None) + + +class JobManifestTasks(msrest.serialization.Model): + """The set of tasks to execute on the input documents. Cannot specify the same task more than once. + + :param entity_recognition_tasks: + :type entity_recognition_tasks: + list[~azure.ai.textanalytics.v3_1_preview_3.models.EntitiesTask] + :param entity_recognition_pii_tasks: + :type entity_recognition_pii_tasks: list[~azure.ai.textanalytics.v3_1_preview_3.models.PiiTask] + :param key_phrase_extraction_tasks: + :type key_phrase_extraction_tasks: + list[~azure.ai.textanalytics.v3_1_preview_3.models.KeyPhrasesTask] + """ + + _attribute_map = { + 'entity_recognition_tasks': {'key': 'entityRecognitionTasks', 'type': '[EntitiesTask]'}, + 'entity_recognition_pii_tasks': {'key': 'entityRecognitionPiiTasks', 'type': '[PiiTask]'}, + 'key_phrase_extraction_tasks': {'key': 'keyPhraseExtractionTasks', 'type': '[KeyPhrasesTask]'}, + } + + def __init__( + self, + **kwargs + ): + super(JobManifestTasks, self).__init__(**kwargs) + self.entity_recognition_tasks = kwargs.get('entity_recognition_tasks', None) + self.entity_recognition_pii_tasks = kwargs.get('entity_recognition_pii_tasks', None) + self.key_phrase_extraction_tasks = kwargs.get('key_phrase_extraction_tasks', None) + + +class KeyPhraseResult(msrest.serialization.Model): + """KeyPhraseResult. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Response by document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentKeyPhrases] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[DocumentKeyPhrases]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(KeyPhraseResult, self).__init__(**kwargs) + self.documents = kwargs['documents'] + self.errors = kwargs['errors'] + self.statistics = kwargs.get('statistics', None) + self.model_version = kwargs['model_version'] + + +class KeyPhrasesTask(msrest.serialization.Model): + """KeyPhrasesTask. + + :param parameters: + :type parameters: ~azure.ai.textanalytics.v3_1_preview_3.models.KeyPhrasesTaskParameters + """ + + _attribute_map = { + 'parameters': {'key': 'parameters', 'type': 'KeyPhrasesTaskParameters'}, + } + + def __init__( + self, + **kwargs + ): + super(KeyPhrasesTask, self).__init__(**kwargs) + self.parameters = kwargs.get('parameters', None) + + +class KeyPhrasesTaskParameters(msrest.serialization.Model): + """KeyPhrasesTaskParameters. + + :param model_version: + :type model_version: str + """ + + _attribute_map = { + 'model_version': {'key': 'model-version', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(KeyPhrasesTaskParameters, self).__init__(**kwargs) + self.model_version = kwargs.get('model_version', "latest") + + +class LanguageBatchInput(msrest.serialization.Model): + """LanguageBatchInput. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.LanguageInput] + """ + + _validation = { + 'documents': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[LanguageInput]'}, + } + + def __init__( + self, + **kwargs + ): + super(LanguageBatchInput, self).__init__(**kwargs) + self.documents = kwargs['documents'] + + +class LanguageInput(msrest.serialization.Model): + """LanguageInput. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param text: Required. + :type text: str + :param country_hint: + :type country_hint: str + """ + + _validation = { + 'id': {'required': True}, + 'text': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'text': {'key': 'text', 'type': 'str'}, + 'country_hint': {'key': 'countryHint', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(LanguageInput, self).__init__(**kwargs) + self.id = kwargs['id'] + self.text = kwargs['text'] + self.country_hint = kwargs.get('country_hint', None) + + +class LanguageResult(msrest.serialization.Model): + """LanguageResult. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Response by document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentLanguage] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[DocumentLanguage]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(LanguageResult, self).__init__(**kwargs) + self.documents = kwargs['documents'] + self.errors = kwargs['errors'] + self.statistics = kwargs.get('statistics', None) + self.model_version = kwargs['model_version'] + + +class LinkedEntity(msrest.serialization.Model): + """LinkedEntity. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. Entity Linking formal name. + :type name: str + :param matches: Required. List of instances this entity appears in the text. + :type matches: list[~azure.ai.textanalytics.v3_1_preview_3.models.Match] + :param language: Required. Language used in the data source. + :type language: str + :param id: Unique identifier of the recognized entity from the data source. + :type id: str + :param url: Required. URL for the entity's page from the data source. + :type url: str + :param data_source: Required. Data source used to extract entity linking, such as Wiki/Bing + etc. + :type data_source: str + :param bing_id: Bing Entity Search API unique identifier of the recognized entity. + :type bing_id: str + """ + + _validation = { + 'name': {'required': True}, + 'matches': {'required': True}, + 'language': {'required': True}, + 'url': {'required': True}, + 'data_source': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'matches': {'key': 'matches', 'type': '[Match]'}, + 'language': {'key': 'language', 'type': 'str'}, + 'id': {'key': 'id', 'type': 'str'}, + 'url': {'key': 'url', 'type': 'str'}, + 'data_source': {'key': 'dataSource', 'type': 'str'}, + 'bing_id': {'key': 'bingId', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(LinkedEntity, self).__init__(**kwargs) + self.name = kwargs['name'] + self.matches = kwargs['matches'] + self.language = kwargs['language'] + self.id = kwargs.get('id', None) + self.url = kwargs['url'] + self.data_source = kwargs['data_source'] + self.bing_id = kwargs.get('bing_id', None) + + +class Match(msrest.serialization.Model): + """Match. + + All required parameters must be populated in order to send to Azure. + + :param confidence_score: Required. If a well-known item is recognized, a decimal number + denoting the confidence level between 0 and 1 will be returned. + :type confidence_score: float + :param text: Required. Entity text as appears in the request. + :type text: str + :param offset: Required. Start position for the entity match text. + :type offset: int + :param length: Required. Length for the entity match text. + :type length: int + """ + + _validation = { + 'confidence_score': {'required': True}, + 'text': {'required': True}, + 'offset': {'required': True}, + 'length': {'required': True}, + } + + _attribute_map = { + 'confidence_score': {'key': 'confidenceScore', 'type': 'float'}, + 'text': {'key': 'text', 'type': 'str'}, + 'offset': {'key': 'offset', 'type': 'int'}, + 'length': {'key': 'length', 'type': 'int'}, + } + + def __init__( + self, + **kwargs + ): + super(Match, self).__init__(**kwargs) + self.confidence_score = kwargs['confidence_score'] + self.text = kwargs['text'] + self.offset = kwargs['offset'] + self.length = kwargs['length'] + + +class MultiLanguageBatchInput(msrest.serialization.Model): + """Contains a set of input documents to be analyzed by the service. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + """ + + _validation = { + 'documents': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[MultiLanguageInput]'}, + } + + def __init__( + self, + **kwargs + ): + super(MultiLanguageBatchInput, self).__init__(**kwargs) + self.documents = kwargs['documents'] + + +class MultiLanguageInput(msrest.serialization.Model): + """Contains an input document to be analyzed by the service. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. A unique, non-empty document identifier. + :type id: str + :param text: Required. The input text to process. + :type text: str + :param language: (Optional) This is the 2 letter ISO 639-1 representation of a language. For + example, use "en" for English; "es" for Spanish etc. If not set, use "en" for English as + default. + :type language: str + """ + + _validation = { + 'id': {'required': True}, + 'text': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'text': {'key': 'text', 'type': 'str'}, + 'language': {'key': 'language', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(MultiLanguageInput, self).__init__(**kwargs) + self.id = kwargs['id'] + self.text = kwargs['text'] + self.language = kwargs.get('language', None) + + +class PiiDocumentEntities(msrest.serialization.Model): + """PiiDocumentEntities. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param redacted_text: Required. Returns redacted text. + :type redacted_text: str + :param entities: Required. Recognized entities in the document. + :type entities: list[~azure.ai.textanalytics.v3_1_preview_3.models.Entity] + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + """ + + _validation = { + 'id': {'required': True}, + 'redacted_text': {'required': True}, + 'entities': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'redacted_text': {'key': 'redactedText', 'type': 'str'}, + 'entities': {'key': 'entities', 'type': '[Entity]'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + } + + def __init__( + self, + **kwargs + ): + super(PiiDocumentEntities, self).__init__(**kwargs) + self.id = kwargs['id'] + self.redacted_text = kwargs['redacted_text'] + self.entities = kwargs['entities'] + self.warnings = kwargs['warnings'] + self.statistics = kwargs.get('statistics', None) + + +class PiiResult(msrest.serialization.Model): + """PiiResult. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Response by document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.PiiDocumentEntities] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[PiiDocumentEntities]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(PiiResult, self).__init__(**kwargs) + self.documents = kwargs['documents'] + self.errors = kwargs['errors'] + self.statistics = kwargs.get('statistics', None) + self.model_version = kwargs['model_version'] + + +class PiiTask(msrest.serialization.Model): + """PiiTask. + + :param parameters: + :type parameters: ~azure.ai.textanalytics.v3_1_preview_3.models.PiiTaskParameters + """ + + _attribute_map = { + 'parameters': {'key': 'parameters', 'type': 'PiiTaskParameters'}, + } + + def __init__( + self, + **kwargs + ): + super(PiiTask, self).__init__(**kwargs) + self.parameters = kwargs.get('parameters', None) + + +class PiiTaskParameters(msrest.serialization.Model): + """PiiTaskParameters. + + :param domain: Possible values include: "phi", "none". Default value: "none". + :type domain: str or ~azure.ai.textanalytics.v3_1_preview_3.models.PiiTaskParametersDomain + :param model_version: + :type model_version: str + :param string_index_type: Possible values include: "TextElements_v8", "UnicodeCodePoint", + "Utf16CodeUnit". Default value: "TextElements_v8". + :type string_index_type: str or + ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexTypeResponse + """ + + _attribute_map = { + 'domain': {'key': 'domain', 'type': 'str'}, + 'model_version': {'key': 'model-version', 'type': 'str'}, + 'string_index_type': {'key': 'stringIndexType', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(PiiTaskParameters, self).__init__(**kwargs) + self.domain = kwargs.get('domain', "none") + self.model_version = kwargs.get('model_version', "latest") + self.string_index_type = kwargs.get('string_index_type', "TextElements_v8") + + +class RequestStatistics(msrest.serialization.Model): + """if showStats=true was specified in the request this field will contain information about the request payload. + + All required parameters must be populated in order to send to Azure. + + :param documents_count: Required. Number of documents submitted in the request. + :type documents_count: int + :param valid_documents_count: Required. Number of valid documents. This excludes empty, over- + size limit or non-supported languages documents. + :type valid_documents_count: int + :param erroneous_documents_count: Required. Number of invalid documents. This includes empty, + over-size limit or non-supported languages documents. + :type erroneous_documents_count: int + :param transactions_count: Required. Number of transactions for the request. + :type transactions_count: long + """ + + _validation = { + 'documents_count': {'required': True}, + 'valid_documents_count': {'required': True}, + 'erroneous_documents_count': {'required': True}, + 'transactions_count': {'required': True}, + } + + _attribute_map = { + 'documents_count': {'key': 'documentsCount', 'type': 'int'}, + 'valid_documents_count': {'key': 'validDocumentsCount', 'type': 'int'}, + 'erroneous_documents_count': {'key': 'erroneousDocumentsCount', 'type': 'int'}, + 'transactions_count': {'key': 'transactionsCount', 'type': 'long'}, + } + + def __init__( + self, + **kwargs + ): + super(RequestStatistics, self).__init__(**kwargs) + self.documents_count = kwargs['documents_count'] + self.valid_documents_count = kwargs['valid_documents_count'] + self.erroneous_documents_count = kwargs['erroneous_documents_count'] + self.transactions_count = kwargs['transactions_count'] + + +class SentenceAspect(msrest.serialization.Model): + """SentenceAspect. + + All required parameters must be populated in order to send to Azure. + + :param sentiment: Required. Aspect level sentiment for the aspect in the sentence. Possible + values include: "positive", "mixed", "negative". + :type sentiment: str or ~azure.ai.textanalytics.v3_1_preview_3.models.TokenSentimentValue + :param confidence_scores: Required. Aspect level sentiment confidence scores for the aspect in + the sentence. + :type confidence_scores: + ~azure.ai.textanalytics.v3_1_preview_3.models.AspectConfidenceScoreLabel + :param offset: Required. The aspect offset from the start of the sentence. + :type offset: int + :param length: Required. The length of the aspect. + :type length: int + :param text: Required. The aspect text detected. + :type text: str + :param relations: Required. The array of either opinion or aspect object which is related to + the aspect. + :type relations: list[~azure.ai.textanalytics.v3_1_preview_3.models.AspectRelation] + """ + + _validation = { + 'sentiment': {'required': True}, + 'confidence_scores': {'required': True}, + 'offset': {'required': True}, + 'length': {'required': True}, + 'text': {'required': True}, + 'relations': {'required': True}, + } + + _attribute_map = { + 'sentiment': {'key': 'sentiment', 'type': 'str'}, + 'confidence_scores': {'key': 'confidenceScores', 'type': 'AspectConfidenceScoreLabel'}, + 'offset': {'key': 'offset', 'type': 'int'}, + 'length': {'key': 'length', 'type': 'int'}, + 'text': {'key': 'text', 'type': 'str'}, + 'relations': {'key': 'relations', 'type': '[AspectRelation]'}, + } + + def __init__( + self, + **kwargs + ): + super(SentenceAspect, self).__init__(**kwargs) + self.sentiment = kwargs['sentiment'] + self.confidence_scores = kwargs['confidence_scores'] + self.offset = kwargs['offset'] + self.length = kwargs['length'] + self.text = kwargs['text'] + self.relations = kwargs['relations'] + + +class SentenceOpinion(msrest.serialization.Model): + """SentenceOpinion. + + All required parameters must be populated in order to send to Azure. + + :param sentiment: Required. Opinion level sentiment for the aspect in the sentence. Possible + values include: "positive", "mixed", "negative". + :type sentiment: str or ~azure.ai.textanalytics.v3_1_preview_3.models.TokenSentimentValue + :param confidence_scores: Required. Opinion level sentiment confidence scores for the aspect in + the sentence. + :type confidence_scores: + ~azure.ai.textanalytics.v3_1_preview_3.models.AspectConfidenceScoreLabel + :param offset: Required. The opinion offset from the start of the sentence. + :type offset: int + :param length: Required. The length of the opinion. + :type length: int + :param text: Required. The aspect text detected. + :type text: str + :param is_negated: Required. The indicator representing if the opinion is negated. + :type is_negated: bool + """ + + _validation = { + 'sentiment': {'required': True}, + 'confidence_scores': {'required': True}, + 'offset': {'required': True}, + 'length': {'required': True}, + 'text': {'required': True}, + 'is_negated': {'required': True}, + } + + _attribute_map = { + 'sentiment': {'key': 'sentiment', 'type': 'str'}, + 'confidence_scores': {'key': 'confidenceScores', 'type': 'AspectConfidenceScoreLabel'}, + 'offset': {'key': 'offset', 'type': 'int'}, + 'length': {'key': 'length', 'type': 'int'}, + 'text': {'key': 'text', 'type': 'str'}, + 'is_negated': {'key': 'isNegated', 'type': 'bool'}, + } + + def __init__( + self, + **kwargs + ): + super(SentenceOpinion, self).__init__(**kwargs) + self.sentiment = kwargs['sentiment'] + self.confidence_scores = kwargs['confidence_scores'] + self.offset = kwargs['offset'] + self.length = kwargs['length'] + self.text = kwargs['text'] + self.is_negated = kwargs['is_negated'] + + +class SentenceSentiment(msrest.serialization.Model): + """SentenceSentiment. + + All required parameters must be populated in order to send to Azure. + + :param text: Required. The sentence text. + :type text: str + :param sentiment: Required. The predicted Sentiment for the sentence. Possible values include: + "positive", "neutral", "negative". + :type sentiment: str or ~azure.ai.textanalytics.v3_1_preview_3.models.SentenceSentimentValue + :param confidence_scores: Required. The sentiment confidence score between 0 and 1 for the + sentence for all classes. + :type confidence_scores: + ~azure.ai.textanalytics.v3_1_preview_3.models.SentimentConfidenceScorePerLabel + :param offset: Required. The sentence offset from the start of the document. + :type offset: int + :param length: Required. The length of the sentence. + :type length: int + :param aspects: The array of aspect object for the sentence. + :type aspects: list[~azure.ai.textanalytics.v3_1_preview_3.models.SentenceAspect] + :param opinions: The array of opinion object for the sentence. + :type opinions: list[~azure.ai.textanalytics.v3_1_preview_3.models.SentenceOpinion] + """ + + _validation = { + 'text': {'required': True}, + 'sentiment': {'required': True}, + 'confidence_scores': {'required': True}, + 'offset': {'required': True}, + 'length': {'required': True}, + } + + _attribute_map = { + 'text': {'key': 'text', 'type': 'str'}, + 'sentiment': {'key': 'sentiment', 'type': 'str'}, + 'confidence_scores': {'key': 'confidenceScores', 'type': 'SentimentConfidenceScorePerLabel'}, + 'offset': {'key': 'offset', 'type': 'int'}, + 'length': {'key': 'length', 'type': 'int'}, + 'aspects': {'key': 'aspects', 'type': '[SentenceAspect]'}, + 'opinions': {'key': 'opinions', 'type': '[SentenceOpinion]'}, + } + + def __init__( + self, + **kwargs + ): + super(SentenceSentiment, self).__init__(**kwargs) + self.text = kwargs['text'] + self.sentiment = kwargs['sentiment'] + self.confidence_scores = kwargs['confidence_scores'] + self.offset = kwargs['offset'] + self.length = kwargs['length'] + self.aspects = kwargs.get('aspects', None) + self.opinions = kwargs.get('opinions', None) + + +class SentimentConfidenceScorePerLabel(msrest.serialization.Model): + """Represents the confidence scores between 0 and 1 across all sentiment classes: positive, neutral, negative. + + All required parameters must be populated in order to send to Azure. + + :param positive: Required. + :type positive: float + :param neutral: Required. + :type neutral: float + :param negative: Required. + :type negative: float + """ + + _validation = { + 'positive': {'required': True}, + 'neutral': {'required': True}, + 'negative': {'required': True}, + } + + _attribute_map = { + 'positive': {'key': 'positive', 'type': 'float'}, + 'neutral': {'key': 'neutral', 'type': 'float'}, + 'negative': {'key': 'negative', 'type': 'float'}, + } + + def __init__( + self, + **kwargs + ): + super(SentimentConfidenceScorePerLabel, self).__init__(**kwargs) + self.positive = kwargs['positive'] + self.neutral = kwargs['neutral'] + self.negative = kwargs['negative'] + + +class SentimentResponse(msrest.serialization.Model): + """SentimentResponse. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Sentiment analysis per document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentSentiment] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[DocumentSentiment]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(SentimentResponse, self).__init__(**kwargs) + self.documents = kwargs['documents'] + self.errors = kwargs['errors'] + self.statistics = kwargs.get('statistics', None) + self.model_version = kwargs['model_version'] + + +class TasksStateTasks(msrest.serialization.Model): + """TasksStateTasks. + + All required parameters must be populated in order to send to Azure. + + :param details: + :type details: ~azure.ai.textanalytics.v3_1_preview_3.models.TaskState + :param completed: Required. + :type completed: int + :param failed: Required. + :type failed: int + :param in_progress: Required. + :type in_progress: int + :param total: Required. + :type total: int + :param entity_recognition_tasks: + :type entity_recognition_tasks: + list[~azure.ai.textanalytics.v3_1_preview_3.models.TasksStateTasksEntityRecognitionTasksItem] + :param entity_recognition_pii_tasks: + :type entity_recognition_pii_tasks: + list[~azure.ai.textanalytics.v3_1_preview_3.models.TasksStateTasksEntityRecognitionPiiTasksItem] + :param key_phrase_extraction_tasks: + :type key_phrase_extraction_tasks: + list[~azure.ai.textanalytics.v3_1_preview_3.models.TasksStateTasksKeyPhraseExtractionTasksItem] + """ + + _validation = { + 'completed': {'required': True}, + 'failed': {'required': True}, + 'in_progress': {'required': True}, + 'total': {'required': True}, + } + + _attribute_map = { + 'details': {'key': 'details', 'type': 'TaskState'}, + 'completed': {'key': 'completed', 'type': 'int'}, + 'failed': {'key': 'failed', 'type': 'int'}, + 'in_progress': {'key': 'inProgress', 'type': 'int'}, + 'total': {'key': 'total', 'type': 'int'}, + 'entity_recognition_tasks': {'key': 'entityRecognitionTasks', 'type': '[TasksStateTasksEntityRecognitionTasksItem]'}, + 'entity_recognition_pii_tasks': {'key': 'entityRecognitionPiiTasks', 'type': '[TasksStateTasksEntityRecognitionPiiTasksItem]'}, + 'key_phrase_extraction_tasks': {'key': 'keyPhraseExtractionTasks', 'type': '[TasksStateTasksKeyPhraseExtractionTasksItem]'}, + } + + def __init__( + self, + **kwargs + ): + super(TasksStateTasks, self).__init__(**kwargs) + self.details = kwargs.get('details', None) + self.completed = kwargs['completed'] + self.failed = kwargs['failed'] + self.in_progress = kwargs['in_progress'] + self.total = kwargs['total'] + self.entity_recognition_tasks = kwargs.get('entity_recognition_tasks', None) + self.entity_recognition_pii_tasks = kwargs.get('entity_recognition_pii_tasks', None) + self.key_phrase_extraction_tasks = kwargs.get('key_phrase_extraction_tasks', None) + + +class TaskState(msrest.serialization.Model): + """TaskState. + + All required parameters must be populated in order to send to Azure. + + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param name: + :type name: str + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + """ + + _validation = { + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'name': {'key': 'name', 'type': 'str'}, + 'status': {'key': 'status', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(TaskState, self).__init__(**kwargs) + self.last_update_date_time = kwargs['last_update_date_time'] + self.name = kwargs.get('name', None) + self.status = kwargs['status'] + + +class TasksStateTasksDetails(TaskState): + """TasksStateTasksDetails. + + All required parameters must be populated in order to send to Azure. + + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param name: + :type name: str + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + """ + + _validation = { + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'name': {'key': 'name', 'type': 'str'}, + 'status': {'key': 'status', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(TasksStateTasksDetails, self).__init__(**kwargs) + + +class TasksStateTasksEntityRecognitionPiiTasksItem(TaskState, Components15X8E9LSchemasTasksstatePropertiesTasksPropertiesEntityrecognitionpiitasksItemsAllof1): + """TasksStateTasksEntityRecognitionPiiTasksItem. + + All required parameters must be populated in order to send to Azure. + + :param results: Required. + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.PiiResult + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param name: + :type name: str + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + """ + + _validation = { + 'results': {'required': True}, + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'results': {'key': 'results', 'type': 'PiiResult'}, + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'name': {'key': 'name', 'type': 'str'}, + 'status': {'key': 'status', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(TasksStateTasksEntityRecognitionPiiTasksItem, self).__init__(**kwargs) + self.results = kwargs['results'] + self.last_update_date_time = kwargs['last_update_date_time'] + self.name = kwargs.get('name', None) + self.status = kwargs['status'] + + +class TasksStateTasksEntityRecognitionTasksItem(TaskState, Components15Gvwi3SchemasTasksstatePropertiesTasksPropertiesEntityrecognitiontasksItemsAllof1): + """TasksStateTasksEntityRecognitionTasksItem. + + All required parameters must be populated in order to send to Azure. + + :param results: Required. + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.EntitiesResult + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param name: + :type name: str + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + """ + + _validation = { + 'results': {'required': True}, + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'results': {'key': 'results', 'type': 'EntitiesResult'}, + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'name': {'key': 'name', 'type': 'str'}, + 'status': {'key': 'status', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(TasksStateTasksEntityRecognitionTasksItem, self).__init__(**kwargs) + self.results = kwargs['results'] + self.last_update_date_time = kwargs['last_update_date_time'] + self.name = kwargs.get('name', None) + self.status = kwargs['status'] + + +class TasksStateTasksKeyPhraseExtractionTasksItem(TaskState, Components1D9IzucSchemasTasksstatePropertiesTasksPropertiesKeyphraseextractiontasksItemsAllof1): + """TasksStateTasksKeyPhraseExtractionTasksItem. + + All required parameters must be populated in order to send to Azure. + + :param results: Required. + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.KeyPhraseResult + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param name: + :type name: str + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + """ + + _validation = { + 'results': {'required': True}, + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'results': {'key': 'results', 'type': 'KeyPhraseResult'}, + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'name': {'key': 'name', 'type': 'str'}, + 'status': {'key': 'status', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(TasksStateTasksKeyPhraseExtractionTasksItem, self).__init__(**kwargs) + self.results = kwargs['results'] + self.last_update_date_time = kwargs['last_update_date_time'] + self.name = kwargs.get('name', None) + self.status = kwargs['status'] + + +class TextAnalyticsError(msrest.serialization.Model): + """TextAnalyticsError. + + All required parameters must be populated in order to send to Azure. + + :param code: Required. Error code. Possible values include: "InvalidRequest", + "InvalidArgument", "InternalServerError", "ServiceUnavailable", "NotFound". + :type code: str or ~azure.ai.textanalytics.v3_1_preview_3.models.ErrorCodeValue + :param message: Required. Error message. + :type message: str + :param target: Error target. + :type target: str + :param innererror: Inner error contains more specific information. + :type innererror: ~azure.ai.textanalytics.v3_1_preview_3.models.InnerError + :param details: Details about specific errors that led to this reported error. + :type details: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsError] + """ + + _validation = { + 'code': {'required': True}, + 'message': {'required': True}, + } + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'target': {'key': 'target', 'type': 'str'}, + 'innererror': {'key': 'innererror', 'type': 'InnerError'}, + 'details': {'key': 'details', 'type': '[TextAnalyticsError]'}, + } + + def __init__( + self, + **kwargs + ): + super(TextAnalyticsError, self).__init__(**kwargs) + self.code = kwargs['code'] + self.message = kwargs['message'] + self.target = kwargs.get('target', None) + self.innererror = kwargs.get('innererror', None) + self.details = kwargs.get('details', None) + + +class TextAnalyticsWarning(msrest.serialization.Model): + """TextAnalyticsWarning. + + All required parameters must be populated in order to send to Azure. + + :param code: Required. Error code. Possible values include: "LongWordsInDocument", + "DocumentTruncated". + :type code: str or ~azure.ai.textanalytics.v3_1_preview_3.models.WarningCodeValue + :param message: Required. Warning message. + :type message: str + :param target_ref: A JSON pointer reference indicating the target object. + :type target_ref: str + """ + + _validation = { + 'code': {'required': True}, + 'message': {'required': True}, + } + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'target_ref': {'key': 'targetRef', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(TextAnalyticsWarning, self).__init__(**kwargs) + self.code = kwargs['code'] + self.message = kwargs['message'] + self.target_ref = kwargs.get('target_ref', None) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/_models_py3.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/_models_py3.py new file mode 100644 index 000000000000..2f18fb57dde7 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/_models_py3.py @@ -0,0 +1,2619 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +import datetime +from typing import Dict, List, Optional, Union + +from azure.core.exceptions import HttpResponseError +import msrest.serialization + +from ._text_analytics_client_enums import * + + +class JobManifest(msrest.serialization.Model): + """JobManifest. + + All required parameters must be populated in order to send to Azure. + + :param tasks: Required. The set of tasks to execute on the input documents. Cannot specify the + same task more than once. + :type tasks: ~azure.ai.textanalytics.v3_1_preview_3.models.JobManifestTasks + """ + + _validation = { + 'tasks': {'required': True}, + } + + _attribute_map = { + 'tasks': {'key': 'tasks', 'type': 'JobManifestTasks'}, + } + + def __init__( + self, + *, + tasks: "JobManifestTasks", + **kwargs + ): + super(JobManifest, self).__init__(**kwargs) + self.tasks = tasks + + +class JobDescriptor(msrest.serialization.Model): + """JobDescriptor. + + :param display_name: Optional display name for the analysis job. + :type display_name: str + """ + + _attribute_map = { + 'display_name': {'key': 'displayName', 'type': 'str'}, + } + + def __init__( + self, + *, + display_name: Optional[str] = None, + **kwargs + ): + super(JobDescriptor, self).__init__(**kwargs) + self.display_name = display_name + + +class AnalyzeBatchInput(JobDescriptor, JobManifest): + """AnalyzeBatchInput. + + All required parameters must be populated in order to send to Azure. + + :param tasks: Required. The set of tasks to execute on the input documents. Cannot specify the + same task more than once. + :type tasks: ~azure.ai.textanalytics.v3_1_preview_3.models.JobManifestTasks + :param display_name: Optional display name for the analysis job. + :type display_name: str + :param analysis_input: Required. Contains a set of input documents to be analyzed by the + service. + :type analysis_input: ~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageBatchInput + """ + + _validation = { + 'tasks': {'required': True}, + 'analysis_input': {'required': True}, + } + + _attribute_map = { + 'tasks': {'key': 'tasks', 'type': 'JobManifestTasks'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'analysis_input': {'key': 'analysisInput', 'type': 'MultiLanguageBatchInput'}, + } + + def __init__( + self, + *, + tasks: "JobManifestTasks", + analysis_input: "MultiLanguageBatchInput", + display_name: Optional[str] = None, + **kwargs + ): + super(AnalyzeBatchInput, self).__init__(display_name=display_name, tasks=tasks, **kwargs) + self.tasks = tasks + self.analysis_input = analysis_input + self.display_name = display_name + self.analysis_input = analysis_input + + +class Pagination(msrest.serialization.Model): + """Pagination. + + :param next_link: + :type next_link: str + """ + + _attribute_map = { + 'next_link': {'key': '@nextLink', 'type': 'str'}, + } + + def __init__( + self, + *, + next_link: Optional[str] = None, + **kwargs + ): + super(Pagination, self).__init__(**kwargs) + self.next_link = next_link + + +class TasksState(msrest.serialization.Model): + """TasksState. + + All required parameters must be populated in order to send to Azure. + + :param tasks: Required. + :type tasks: ~azure.ai.textanalytics.v3_1_preview_3.models.TasksStateTasks + """ + + _validation = { + 'tasks': {'required': True}, + } + + _attribute_map = { + 'tasks': {'key': 'tasks', 'type': 'TasksStateTasks'}, + } + + def __init__( + self, + *, + tasks: "TasksStateTasks", + **kwargs + ): + super(TasksState, self).__init__(**kwargs) + self.tasks = tasks + + +class JobMetadata(msrest.serialization.Model): + """JobMetadata. + + All required parameters must be populated in order to send to Azure. + + :param created_date_time: Required. + :type created_date_time: ~datetime.datetime + :param display_name: + :type display_name: str + :param expiration_date_time: + :type expiration_date_time: ~datetime.datetime + :param job_id: Required. + :type job_id: str + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + """ + + _validation = { + 'created_date_time': {'required': True}, + 'job_id': {'required': True}, + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'created_date_time': {'key': 'createdDateTime', 'type': 'iso-8601'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'expiration_date_time': {'key': 'expirationDateTime', 'type': 'iso-8601'}, + 'job_id': {'key': 'jobId', 'type': 'str'}, + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'status': {'key': 'status', 'type': 'str'}, + } + + def __init__( + self, + *, + created_date_time: datetime.datetime, + job_id: str, + last_update_date_time: datetime.datetime, + status: Union[str, "State"], + display_name: Optional[str] = None, + expiration_date_time: Optional[datetime.datetime] = None, + **kwargs + ): + super(JobMetadata, self).__init__(**kwargs) + self.created_date_time = created_date_time + self.display_name = display_name + self.expiration_date_time = expiration_date_time + self.job_id = job_id + self.last_update_date_time = last_update_date_time + self.status = status + + +class AnalyzeJobState(JobMetadata, TasksState, Pagination): + """AnalyzeJobState. + + All required parameters must be populated in order to send to Azure. + + :param next_link: + :type next_link: str + :param tasks: Required. + :type tasks: ~azure.ai.textanalytics.v3_1_preview_3.models.TasksStateTasks + :param created_date_time: Required. + :type created_date_time: ~datetime.datetime + :param display_name: + :type display_name: str + :param expiration_date_time: + :type expiration_date_time: ~datetime.datetime + :param job_id: Required. + :type job_id: str + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + :param errors: + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + """ + + _validation = { + 'tasks': {'required': True}, + 'created_date_time': {'required': True}, + 'job_id': {'required': True}, + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'next_link': {'key': '@nextLink', 'type': 'str'}, + 'tasks': {'key': 'tasks', 'type': 'TasksStateTasks'}, + 'created_date_time': {'key': 'createdDateTime', 'type': 'iso-8601'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'expiration_date_time': {'key': 'expirationDateTime', 'type': 'iso-8601'}, + 'job_id': {'key': 'jobId', 'type': 'str'}, + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'status': {'key': 'status', 'type': 'str'}, + 'errors': {'key': 'errors', 'type': '[TextAnalyticsError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + } + + def __init__( + self, + *, + tasks: "TasksStateTasks", + created_date_time: datetime.datetime, + job_id: str, + last_update_date_time: datetime.datetime, + status: Union[str, "State"], + next_link: Optional[str] = None, + display_name: Optional[str] = None, + expiration_date_time: Optional[datetime.datetime] = None, + errors: Optional[List["TextAnalyticsError"]] = None, + statistics: Optional["RequestStatistics"] = None, + **kwargs + ): + super(AnalyzeJobState, self).__init__(created_date_time=created_date_time, display_name=display_name, expiration_date_time=expiration_date_time, job_id=job_id, last_update_date_time=last_update_date_time, status=status, tasks=tasks, next_link=next_link, **kwargs) + self.next_link = next_link + self.tasks = tasks + self.errors = errors + self.statistics = statistics + self.next_link = next_link + self.created_date_time = created_date_time + self.display_name = display_name + self.expiration_date_time = expiration_date_time + self.job_id = job_id + self.last_update_date_time = last_update_date_time + self.status = status + self.errors = errors + self.statistics = statistics + self.tasks = tasks + self.created_date_time = created_date_time + self.display_name = display_name + self.expiration_date_time = expiration_date_time + self.job_id = job_id + self.last_update_date_time = last_update_date_time + self.status = status + self.errors = errors + self.statistics = statistics + + +class AspectConfidenceScoreLabel(msrest.serialization.Model): + """Represents the confidence scores across all sentiment classes: positive, neutral, negative. + + All required parameters must be populated in order to send to Azure. + + :param positive: Required. + :type positive: float + :param negative: Required. + :type negative: float + """ + + _validation = { + 'positive': {'required': True}, + 'negative': {'required': True}, + } + + _attribute_map = { + 'positive': {'key': 'positive', 'type': 'float'}, + 'negative': {'key': 'negative', 'type': 'float'}, + } + + def __init__( + self, + *, + positive: float, + negative: float, + **kwargs + ): + super(AspectConfidenceScoreLabel, self).__init__(**kwargs) + self.positive = positive + self.negative = negative + + +class AspectRelation(msrest.serialization.Model): + """AspectRelation. + + All required parameters must be populated in order to send to Azure. + + :param relation_type: Required. The type related to the aspect. Possible values include: + "opinion", "aspect". + :type relation_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.AspectRelationType + :param ref: Required. The JSON pointer indicating the linked object. + :type ref: str + """ + + _validation = { + 'relation_type': {'required': True}, + 'ref': {'required': True}, + } + + _attribute_map = { + 'relation_type': {'key': 'relationType', 'type': 'str'}, + 'ref': {'key': 'ref', 'type': 'str'}, + } + + def __init__( + self, + *, + relation_type: Union[str, "AspectRelationType"], + ref: str, + **kwargs + ): + super(AspectRelation, self).__init__(**kwargs) + self.relation_type = relation_type + self.ref = ref + + +class Components15Gvwi3SchemasTasksstatePropertiesTasksPropertiesEntityrecognitiontasksItemsAllof1(msrest.serialization.Model): + """Components15Gvwi3SchemasTasksstatePropertiesTasksPropertiesEntityrecognitiontasksItemsAllof1. + + All required parameters must be populated in order to send to Azure. + + :param results: Required. + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.EntitiesResult + """ + + _validation = { + 'results': {'required': True}, + } + + _attribute_map = { + 'results': {'key': 'results', 'type': 'EntitiesResult'}, + } + + def __init__( + self, + *, + results: "EntitiesResult", + **kwargs + ): + super(Components15Gvwi3SchemasTasksstatePropertiesTasksPropertiesEntityrecognitiontasksItemsAllof1, self).__init__(**kwargs) + self.results = results + + +class Components15X8E9LSchemasTasksstatePropertiesTasksPropertiesEntityrecognitionpiitasksItemsAllof1(msrest.serialization.Model): + """Components15X8E9LSchemasTasksstatePropertiesTasksPropertiesEntityrecognitionpiitasksItemsAllof1. + + All required parameters must be populated in order to send to Azure. + + :param results: Required. + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.PiiResult + """ + + _validation = { + 'results': {'required': True}, + } + + _attribute_map = { + 'results': {'key': 'results', 'type': 'PiiResult'}, + } + + def __init__( + self, + *, + results: "PiiResult", + **kwargs + ): + super(Components15X8E9LSchemasTasksstatePropertiesTasksPropertiesEntityrecognitionpiitasksItemsAllof1, self).__init__(**kwargs) + self.results = results + + +class Components1D9IzucSchemasTasksstatePropertiesTasksPropertiesKeyphraseextractiontasksItemsAllof1(msrest.serialization.Model): + """Components1D9IzucSchemasTasksstatePropertiesTasksPropertiesKeyphraseextractiontasksItemsAllof1. + + All required parameters must be populated in order to send to Azure. + + :param results: Required. + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.KeyPhraseResult + """ + + _validation = { + 'results': {'required': True}, + } + + _attribute_map = { + 'results': {'key': 'results', 'type': 'KeyPhraseResult'}, + } + + def __init__( + self, + *, + results: "KeyPhraseResult", + **kwargs + ): + super(Components1D9IzucSchemasTasksstatePropertiesTasksPropertiesKeyphraseextractiontasksItemsAllof1, self).__init__(**kwargs) + self.results = results + + +class DetectedLanguage(msrest.serialization.Model): + """DetectedLanguage. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. Long name of a detected language (e.g. English, French). + :type name: str + :param iso6391_name: Required. A two letter representation of the detected language according + to the ISO 639-1 standard (e.g. en, fr). + :type iso6391_name: str + :param confidence_score: Required. A confidence score between 0 and 1. Scores close to 1 + indicate 100% certainty that the identified language is true. + :type confidence_score: float + """ + + _validation = { + 'name': {'required': True}, + 'iso6391_name': {'required': True}, + 'confidence_score': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'iso6391_name': {'key': 'iso6391Name', 'type': 'str'}, + 'confidence_score': {'key': 'confidenceScore', 'type': 'float'}, + } + + def __init__( + self, + *, + name: str, + iso6391_name: str, + confidence_score: float, + **kwargs + ): + super(DetectedLanguage, self).__init__(**kwargs) + self.name = name + self.iso6391_name = iso6391_name + self.confidence_score = confidence_score + + +class DocumentEntities(msrest.serialization.Model): + """DocumentEntities. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param entities: Required. Recognized entities in the document. + :type entities: list[~azure.ai.textanalytics.v3_1_preview_3.models.Entity] + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + """ + + _validation = { + 'id': {'required': True}, + 'entities': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'entities': {'key': 'entities', 'type': '[Entity]'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + } + + def __init__( + self, + *, + id: str, + entities: List["Entity"], + warnings: List["TextAnalyticsWarning"], + statistics: Optional["DocumentStatistics"] = None, + **kwargs + ): + super(DocumentEntities, self).__init__(**kwargs) + self.id = id + self.entities = entities + self.warnings = warnings + self.statistics = statistics + + +class DocumentError(msrest.serialization.Model): + """DocumentError. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Document Id. + :type id: str + :param error: Required. Document Error. + :type error: ~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsError + """ + + _validation = { + 'id': {'required': True}, + 'error': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'error': {'key': 'error', 'type': 'TextAnalyticsError'}, + } + + def __init__( + self, + *, + id: str, + error: "TextAnalyticsError", + **kwargs + ): + super(DocumentError, self).__init__(**kwargs) + self.id = id + self.error = error + + +class DocumentHealthcareEntities(msrest.serialization.Model): + """DocumentHealthcareEntities. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param entities: Required. Healthcare entities. + :type entities: list[~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareEntity] + :param relations: Required. Healthcare entity relations. + :type relations: list[~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareRelation] + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + """ + + _validation = { + 'id': {'required': True}, + 'entities': {'required': True}, + 'relations': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'entities': {'key': 'entities', 'type': '[HealthcareEntity]'}, + 'relations': {'key': 'relations', 'type': '[HealthcareRelation]'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + } + + def __init__( + self, + *, + id: str, + entities: List["HealthcareEntity"], + relations: List["HealthcareRelation"], + warnings: List["TextAnalyticsWarning"], + statistics: Optional["DocumentStatistics"] = None, + **kwargs + ): + super(DocumentHealthcareEntities, self).__init__(**kwargs) + self.id = id + self.entities = entities + self.relations = relations + self.warnings = warnings + self.statistics = statistics + + +class DocumentKeyPhrases(msrest.serialization.Model): + """DocumentKeyPhrases. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param key_phrases: Required. A list of representative words or phrases. The number of key + phrases returned is proportional to the number of words in the input document. + :type key_phrases: list[str] + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + """ + + _validation = { + 'id': {'required': True}, + 'key_phrases': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'key_phrases': {'key': 'keyPhrases', 'type': '[str]'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + } + + def __init__( + self, + *, + id: str, + key_phrases: List[str], + warnings: List["TextAnalyticsWarning"], + statistics: Optional["DocumentStatistics"] = None, + **kwargs + ): + super(DocumentKeyPhrases, self).__init__(**kwargs) + self.id = id + self.key_phrases = key_phrases + self.warnings = warnings + self.statistics = statistics + + +class DocumentLanguage(msrest.serialization.Model): + """DocumentLanguage. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param detected_language: Required. Detected Language. + :type detected_language: ~azure.ai.textanalytics.v3_1_preview_3.models.DetectedLanguage + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + """ + + _validation = { + 'id': {'required': True}, + 'detected_language': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'detected_language': {'key': 'detectedLanguage', 'type': 'DetectedLanguage'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + } + + def __init__( + self, + *, + id: str, + detected_language: "DetectedLanguage", + warnings: List["TextAnalyticsWarning"], + statistics: Optional["DocumentStatistics"] = None, + **kwargs + ): + super(DocumentLanguage, self).__init__(**kwargs) + self.id = id + self.detected_language = detected_language + self.warnings = warnings + self.statistics = statistics + + +class DocumentLinkedEntities(msrest.serialization.Model): + """DocumentLinkedEntities. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param entities: Required. Recognized well-known entities in the document. + :type entities: list[~azure.ai.textanalytics.v3_1_preview_3.models.LinkedEntity] + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + """ + + _validation = { + 'id': {'required': True}, + 'entities': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'entities': {'key': 'entities', 'type': '[LinkedEntity]'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + } + + def __init__( + self, + *, + id: str, + entities: List["LinkedEntity"], + warnings: List["TextAnalyticsWarning"], + statistics: Optional["DocumentStatistics"] = None, + **kwargs + ): + super(DocumentLinkedEntities, self).__init__(**kwargs) + self.id = id + self.entities = entities + self.warnings = warnings + self.statistics = statistics + + +class DocumentSentiment(msrest.serialization.Model): + """DocumentSentiment. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param sentiment: Required. Predicted sentiment for document (Negative, Neutral, Positive, or + Mixed). Possible values include: "positive", "neutral", "negative", "mixed". + :type sentiment: str or ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentSentimentValue + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + :param confidence_scores: Required. Document level sentiment confidence scores between 0 and 1 + for each sentiment class. + :type confidence_scores: + ~azure.ai.textanalytics.v3_1_preview_3.models.SentimentConfidenceScorePerLabel + :param sentences: Required. Sentence level sentiment analysis. + :type sentences: list[~azure.ai.textanalytics.v3_1_preview_3.models.SentenceSentiment] + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + """ + + _validation = { + 'id': {'required': True}, + 'sentiment': {'required': True}, + 'confidence_scores': {'required': True}, + 'sentences': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'sentiment': {'key': 'sentiment', 'type': 'str'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + 'confidence_scores': {'key': 'confidenceScores', 'type': 'SentimentConfidenceScorePerLabel'}, + 'sentences': {'key': 'sentences', 'type': '[SentenceSentiment]'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + } + + def __init__( + self, + *, + id: str, + sentiment: Union[str, "DocumentSentimentValue"], + confidence_scores: "SentimentConfidenceScorePerLabel", + sentences: List["SentenceSentiment"], + warnings: List["TextAnalyticsWarning"], + statistics: Optional["DocumentStatistics"] = None, + **kwargs + ): + super(DocumentSentiment, self).__init__(**kwargs) + self.id = id + self.sentiment = sentiment + self.statistics = statistics + self.confidence_scores = confidence_scores + self.sentences = sentences + self.warnings = warnings + + +class DocumentStatistics(msrest.serialization.Model): + """if showStats=true was specified in the request this field will contain information about the document payload. + + All required parameters must be populated in order to send to Azure. + + :param characters_count: Required. Number of text elements recognized in the document. + :type characters_count: int + :param transactions_count: Required. Number of transactions for the document. + :type transactions_count: int + """ + + _validation = { + 'characters_count': {'required': True}, + 'transactions_count': {'required': True}, + } + + _attribute_map = { + 'characters_count': {'key': 'charactersCount', 'type': 'int'}, + 'transactions_count': {'key': 'transactionsCount', 'type': 'int'}, + } + + def __init__( + self, + *, + characters_count: int, + transactions_count: int, + **kwargs + ): + super(DocumentStatistics, self).__init__(**kwargs) + self.characters_count = characters_count + self.transactions_count = transactions_count + + +class EntitiesResult(msrest.serialization.Model): + """EntitiesResult. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Response by document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentEntities] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[DocumentEntities]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + *, + documents: List["DocumentEntities"], + errors: List["DocumentError"], + model_version: str, + statistics: Optional["RequestStatistics"] = None, + **kwargs + ): + super(EntitiesResult, self).__init__(**kwargs) + self.documents = documents + self.errors = errors + self.statistics = statistics + self.model_version = model_version + + +class EntitiesTask(msrest.serialization.Model): + """EntitiesTask. + + :param parameters: + :type parameters: ~azure.ai.textanalytics.v3_1_preview_3.models.EntitiesTaskParameters + """ + + _attribute_map = { + 'parameters': {'key': 'parameters', 'type': 'EntitiesTaskParameters'}, + } + + def __init__( + self, + *, + parameters: Optional["EntitiesTaskParameters"] = None, + **kwargs + ): + super(EntitiesTask, self).__init__(**kwargs) + self.parameters = parameters + + +class EntitiesTaskParameters(msrest.serialization.Model): + """EntitiesTaskParameters. + + :param model_version: + :type model_version: str + :param string_index_type: Possible values include: "TextElements_v8", "UnicodeCodePoint", + "Utf16CodeUnit". Default value: "TextElements_v8". + :type string_index_type: str or + ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexTypeResponse + """ + + _attribute_map = { + 'model_version': {'key': 'model-version', 'type': 'str'}, + 'string_index_type': {'key': 'stringIndexType', 'type': 'str'}, + } + + def __init__( + self, + *, + model_version: Optional[str] = "latest", + string_index_type: Optional[Union[str, "StringIndexTypeResponse"]] = "TextElements_v8", + **kwargs + ): + super(EntitiesTaskParameters, self).__init__(**kwargs) + self.model_version = model_version + self.string_index_type = string_index_type + + +class Entity(msrest.serialization.Model): + """Entity. + + All required parameters must be populated in order to send to Azure. + + :param text: Required. Entity text as appears in the request. + :type text: str + :param category: Required. Entity type. + :type category: str + :param subcategory: (Optional) Entity sub type. + :type subcategory: str + :param offset: Required. Start position for the entity text. Use of different 'stringIndexType' + values can affect the offset returned. + :type offset: int + :param length: Required. Length for the entity text. Use of different 'stringIndexType' values + can affect the length returned. + :type length: int + :param confidence_score: Required. Confidence score between 0 and 1 of the extracted entity. + :type confidence_score: float + """ + + _validation = { + 'text': {'required': True}, + 'category': {'required': True}, + 'offset': {'required': True}, + 'length': {'required': True}, + 'confidence_score': {'required': True}, + } + + _attribute_map = { + 'text': {'key': 'text', 'type': 'str'}, + 'category': {'key': 'category', 'type': 'str'}, + 'subcategory': {'key': 'subcategory', 'type': 'str'}, + 'offset': {'key': 'offset', 'type': 'int'}, + 'length': {'key': 'length', 'type': 'int'}, + 'confidence_score': {'key': 'confidenceScore', 'type': 'float'}, + } + + def __init__( + self, + *, + text: str, + category: str, + offset: int, + length: int, + confidence_score: float, + subcategory: Optional[str] = None, + **kwargs + ): + super(Entity, self).__init__(**kwargs) + self.text = text + self.category = category + self.subcategory = subcategory + self.offset = offset + self.length = length + self.confidence_score = confidence_score + + +class EntityLinkingResult(msrest.serialization.Model): + """EntityLinkingResult. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Response by document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentLinkedEntities] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[DocumentLinkedEntities]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + *, + documents: List["DocumentLinkedEntities"], + errors: List["DocumentError"], + model_version: str, + statistics: Optional["RequestStatistics"] = None, + **kwargs + ): + super(EntityLinkingResult, self).__init__(**kwargs) + self.documents = documents + self.errors = errors + self.statistics = statistics + self.model_version = model_version + + +class ErrorResponse(msrest.serialization.Model): + """ErrorResponse. + + All required parameters must be populated in order to send to Azure. + + :param error: Required. Document Error. + :type error: ~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsError + """ + + _validation = { + 'error': {'required': True}, + } + + _attribute_map = { + 'error': {'key': 'error', 'type': 'TextAnalyticsError'}, + } + + def __init__( + self, + *, + error: "TextAnalyticsError", + **kwargs + ): + super(ErrorResponse, self).__init__(**kwargs) + self.error = error + + +class HealthcareEntity(Entity): + """HealthcareEntity. + + All required parameters must be populated in order to send to Azure. + + :param text: Required. Entity text as appears in the request. + :type text: str + :param category: Required. Entity type. + :type category: str + :param subcategory: (Optional) Entity sub type. + :type subcategory: str + :param offset: Required. Start position for the entity text. Use of different 'stringIndexType' + values can affect the offset returned. + :type offset: int + :param length: Required. Length for the entity text. Use of different 'stringIndexType' values + can affect the length returned. + :type length: int + :param confidence_score: Required. Confidence score between 0 and 1 of the extracted entity. + :type confidence_score: float + :param is_negated: Required. + :type is_negated: bool + :param links: Entity references in known data sources. + :type links: list[~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareEntityLink] + """ + + _validation = { + 'text': {'required': True}, + 'category': {'required': True}, + 'offset': {'required': True}, + 'length': {'required': True}, + 'confidence_score': {'required': True}, + 'is_negated': {'required': True}, + } + + _attribute_map = { + 'text': {'key': 'text', 'type': 'str'}, + 'category': {'key': 'category', 'type': 'str'}, + 'subcategory': {'key': 'subcategory', 'type': 'str'}, + 'offset': {'key': 'offset', 'type': 'int'}, + 'length': {'key': 'length', 'type': 'int'}, + 'confidence_score': {'key': 'confidenceScore', 'type': 'float'}, + 'is_negated': {'key': 'isNegated', 'type': 'bool'}, + 'links': {'key': 'links', 'type': '[HealthcareEntityLink]'}, + } + + def __init__( + self, + *, + text: str, + category: str, + offset: int, + length: int, + confidence_score: float, + is_negated: bool, + subcategory: Optional[str] = None, + links: Optional[List["HealthcareEntityLink"]] = None, + **kwargs + ): + super(HealthcareEntity, self).__init__(text=text, category=category, subcategory=subcategory, offset=offset, length=length, confidence_score=confidence_score, **kwargs) + self.is_negated = is_negated + self.links = links + + +class HealthcareEntityLink(msrest.serialization.Model): + """HealthcareEntityLink. + + All required parameters must be populated in order to send to Azure. + + :param data_source: Required. Entity Catalog. Examples include: UMLS, CHV, MSH, etc. + :type data_source: str + :param id: Required. Entity id in the given source catalog. + :type id: str + """ + + _validation = { + 'data_source': {'required': True}, + 'id': {'required': True}, + } + + _attribute_map = { + 'data_source': {'key': 'dataSource', 'type': 'str'}, + 'id': {'key': 'id', 'type': 'str'}, + } + + def __init__( + self, + *, + data_source: str, + id: str, + **kwargs + ): + super(HealthcareEntityLink, self).__init__(**kwargs) + self.data_source = data_source + self.id = id + + +class HealthcareJobState(JobMetadata, Pagination): + """HealthcareJobState. + + All required parameters must be populated in order to send to Azure. + + :param next_link: + :type next_link: str + :param created_date_time: Required. + :type created_date_time: ~datetime.datetime + :param display_name: + :type display_name: str + :param expiration_date_time: + :type expiration_date_time: ~datetime.datetime + :param job_id: Required. + :type job_id: str + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + :param results: + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareResult + :param errors: + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsError] + """ + + _validation = { + 'created_date_time': {'required': True}, + 'job_id': {'required': True}, + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'next_link': {'key': '@nextLink', 'type': 'str'}, + 'created_date_time': {'key': 'createdDateTime', 'type': 'iso-8601'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'expiration_date_time': {'key': 'expirationDateTime', 'type': 'iso-8601'}, + 'job_id': {'key': 'jobId', 'type': 'str'}, + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'status': {'key': 'status', 'type': 'str'}, + 'results': {'key': 'results', 'type': 'HealthcareResult'}, + 'errors': {'key': 'errors', 'type': '[TextAnalyticsError]'}, + } + + def __init__( + self, + *, + created_date_time: datetime.datetime, + job_id: str, + last_update_date_time: datetime.datetime, + status: Union[str, "State"], + next_link: Optional[str] = None, + display_name: Optional[str] = None, + expiration_date_time: Optional[datetime.datetime] = None, + results: Optional["HealthcareResult"] = None, + errors: Optional[List["TextAnalyticsError"]] = None, + **kwargs + ): + super(HealthcareJobState, self).__init__(created_date_time=created_date_time, display_name=display_name, expiration_date_time=expiration_date_time, job_id=job_id, last_update_date_time=last_update_date_time, status=status, next_link=next_link, **kwargs) + self.next_link = next_link + self.results = results + self.errors = errors + self.created_date_time = created_date_time + self.display_name = display_name + self.expiration_date_time = expiration_date_time + self.job_id = job_id + self.last_update_date_time = last_update_date_time + self.status = status + self.results = results + self.errors = errors + + +class HealthcareRelation(msrest.serialization.Model): + """HealthcareRelation. + + All required parameters must be populated in order to send to Azure. + + :param relation_type: Required. Type of relation. Examples include: ``DosageOfMedication`` or + 'FrequencyOfMedication', etc. + :type relation_type: str + :param bidirectional: Required. If true the relation between the entities is bidirectional, + otherwise directionality is source to target. + :type bidirectional: bool + :param source: Required. Reference link to the source entity. + :type source: str + :param target: Required. Reference link to the target entity. + :type target: str + """ + + _validation = { + 'relation_type': {'required': True}, + 'bidirectional': {'required': True}, + 'source': {'required': True}, + 'target': {'required': True}, + } + + _attribute_map = { + 'relation_type': {'key': 'relationType', 'type': 'str'}, + 'bidirectional': {'key': 'bidirectional', 'type': 'bool'}, + 'source': {'key': 'source', 'type': 'str'}, + 'target': {'key': 'target', 'type': 'str'}, + } + + def __init__( + self, + *, + relation_type: str, + bidirectional: bool, + source: str, + target: str, + **kwargs + ): + super(HealthcareRelation, self).__init__(**kwargs) + self.relation_type = relation_type + self.bidirectional = bidirectional + self.source = source + self.target = target + + +class HealthcareResult(msrest.serialization.Model): + """HealthcareResult. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Response by document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentHealthcareEntities] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[DocumentHealthcareEntities]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + *, + documents: List["DocumentHealthcareEntities"], + errors: List["DocumentError"], + model_version: str, + statistics: Optional["RequestStatistics"] = None, + **kwargs + ): + super(HealthcareResult, self).__init__(**kwargs) + self.documents = documents + self.errors = errors + self.statistics = statistics + self.model_version = model_version + + +class InnerError(msrest.serialization.Model): + """InnerError. + + All required parameters must be populated in order to send to Azure. + + :param code: Required. Error code. Possible values include: "InvalidParameterValue", + "InvalidRequestBodyFormat", "EmptyRequest", "MissingInputRecords", "InvalidDocument", + "ModelVersionIncorrect", "InvalidDocumentBatch", "UnsupportedLanguageCode", + "InvalidCountryHint". + :type code: str or ~azure.ai.textanalytics.v3_1_preview_3.models.InnerErrorCodeValue + :param message: Required. Error message. + :type message: str + :param details: Error details. + :type details: dict[str, str] + :param target: Error target. + :type target: str + :param innererror: Inner error contains more specific information. + :type innererror: ~azure.ai.textanalytics.v3_1_preview_3.models.InnerError + """ + + _validation = { + 'code': {'required': True}, + 'message': {'required': True}, + } + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'details': {'key': 'details', 'type': '{str}'}, + 'target': {'key': 'target', 'type': 'str'}, + 'innererror': {'key': 'innererror', 'type': 'InnerError'}, + } + + def __init__( + self, + *, + code: Union[str, "InnerErrorCodeValue"], + message: str, + details: Optional[Dict[str, str]] = None, + target: Optional[str] = None, + innererror: Optional["InnerError"] = None, + **kwargs + ): + super(InnerError, self).__init__(**kwargs) + self.code = code + self.message = message + self.details = details + self.target = target + self.innererror = innererror + + +class JobManifestTasks(msrest.serialization.Model): + """The set of tasks to execute on the input documents. Cannot specify the same task more than once. + + :param entity_recognition_tasks: + :type entity_recognition_tasks: + list[~azure.ai.textanalytics.v3_1_preview_3.models.EntitiesTask] + :param entity_recognition_pii_tasks: + :type entity_recognition_pii_tasks: list[~azure.ai.textanalytics.v3_1_preview_3.models.PiiTask] + :param key_phrase_extraction_tasks: + :type key_phrase_extraction_tasks: + list[~azure.ai.textanalytics.v3_1_preview_3.models.KeyPhrasesTask] + """ + + _attribute_map = { + 'entity_recognition_tasks': {'key': 'entityRecognitionTasks', 'type': '[EntitiesTask]'}, + 'entity_recognition_pii_tasks': {'key': 'entityRecognitionPiiTasks', 'type': '[PiiTask]'}, + 'key_phrase_extraction_tasks': {'key': 'keyPhraseExtractionTasks', 'type': '[KeyPhrasesTask]'}, + } + + def __init__( + self, + *, + entity_recognition_tasks: Optional[List["EntitiesTask"]] = None, + entity_recognition_pii_tasks: Optional[List["PiiTask"]] = None, + key_phrase_extraction_tasks: Optional[List["KeyPhrasesTask"]] = None, + **kwargs + ): + super(JobManifestTasks, self).__init__(**kwargs) + self.entity_recognition_tasks = entity_recognition_tasks + self.entity_recognition_pii_tasks = entity_recognition_pii_tasks + self.key_phrase_extraction_tasks = key_phrase_extraction_tasks + + +class KeyPhraseResult(msrest.serialization.Model): + """KeyPhraseResult. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Response by document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentKeyPhrases] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[DocumentKeyPhrases]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + *, + documents: List["DocumentKeyPhrases"], + errors: List["DocumentError"], + model_version: str, + statistics: Optional["RequestStatistics"] = None, + **kwargs + ): + super(KeyPhraseResult, self).__init__(**kwargs) + self.documents = documents + self.errors = errors + self.statistics = statistics + self.model_version = model_version + + +class KeyPhrasesTask(msrest.serialization.Model): + """KeyPhrasesTask. + + :param parameters: + :type parameters: ~azure.ai.textanalytics.v3_1_preview_3.models.KeyPhrasesTaskParameters + """ + + _attribute_map = { + 'parameters': {'key': 'parameters', 'type': 'KeyPhrasesTaskParameters'}, + } + + def __init__( + self, + *, + parameters: Optional["KeyPhrasesTaskParameters"] = None, + **kwargs + ): + super(KeyPhrasesTask, self).__init__(**kwargs) + self.parameters = parameters + + +class KeyPhrasesTaskParameters(msrest.serialization.Model): + """KeyPhrasesTaskParameters. + + :param model_version: + :type model_version: str + """ + + _attribute_map = { + 'model_version': {'key': 'model-version', 'type': 'str'}, + } + + def __init__( + self, + *, + model_version: Optional[str] = "latest", + **kwargs + ): + super(KeyPhrasesTaskParameters, self).__init__(**kwargs) + self.model_version = model_version + + +class LanguageBatchInput(msrest.serialization.Model): + """LanguageBatchInput. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.LanguageInput] + """ + + _validation = { + 'documents': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[LanguageInput]'}, + } + + def __init__( + self, + *, + documents: List["LanguageInput"], + **kwargs + ): + super(LanguageBatchInput, self).__init__(**kwargs) + self.documents = documents + + +class LanguageInput(msrest.serialization.Model): + """LanguageInput. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param text: Required. + :type text: str + :param country_hint: + :type country_hint: str + """ + + _validation = { + 'id': {'required': True}, + 'text': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'text': {'key': 'text', 'type': 'str'}, + 'country_hint': {'key': 'countryHint', 'type': 'str'}, + } + + def __init__( + self, + *, + id: str, + text: str, + country_hint: Optional[str] = None, + **kwargs + ): + super(LanguageInput, self).__init__(**kwargs) + self.id = id + self.text = text + self.country_hint = country_hint + + +class LanguageResult(msrest.serialization.Model): + """LanguageResult. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Response by document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentLanguage] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[DocumentLanguage]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + *, + documents: List["DocumentLanguage"], + errors: List["DocumentError"], + model_version: str, + statistics: Optional["RequestStatistics"] = None, + **kwargs + ): + super(LanguageResult, self).__init__(**kwargs) + self.documents = documents + self.errors = errors + self.statistics = statistics + self.model_version = model_version + + +class LinkedEntity(msrest.serialization.Model): + """LinkedEntity. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. Entity Linking formal name. + :type name: str + :param matches: Required. List of instances this entity appears in the text. + :type matches: list[~azure.ai.textanalytics.v3_1_preview_3.models.Match] + :param language: Required. Language used in the data source. + :type language: str + :param id: Unique identifier of the recognized entity from the data source. + :type id: str + :param url: Required. URL for the entity's page from the data source. + :type url: str + :param data_source: Required. Data source used to extract entity linking, such as Wiki/Bing + etc. + :type data_source: str + :param bing_id: Bing Entity Search API unique identifier of the recognized entity. + :type bing_id: str + """ + + _validation = { + 'name': {'required': True}, + 'matches': {'required': True}, + 'language': {'required': True}, + 'url': {'required': True}, + 'data_source': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'matches': {'key': 'matches', 'type': '[Match]'}, + 'language': {'key': 'language', 'type': 'str'}, + 'id': {'key': 'id', 'type': 'str'}, + 'url': {'key': 'url', 'type': 'str'}, + 'data_source': {'key': 'dataSource', 'type': 'str'}, + 'bing_id': {'key': 'bingId', 'type': 'str'}, + } + + def __init__( + self, + *, + name: str, + matches: List["Match"], + language: str, + url: str, + data_source: str, + id: Optional[str] = None, + bing_id: Optional[str] = None, + **kwargs + ): + super(LinkedEntity, self).__init__(**kwargs) + self.name = name + self.matches = matches + self.language = language + self.id = id + self.url = url + self.data_source = data_source + self.bing_id = bing_id + + +class Match(msrest.serialization.Model): + """Match. + + All required parameters must be populated in order to send to Azure. + + :param confidence_score: Required. If a well-known item is recognized, a decimal number + denoting the confidence level between 0 and 1 will be returned. + :type confidence_score: float + :param text: Required. Entity text as appears in the request. + :type text: str + :param offset: Required. Start position for the entity match text. + :type offset: int + :param length: Required. Length for the entity match text. + :type length: int + """ + + _validation = { + 'confidence_score': {'required': True}, + 'text': {'required': True}, + 'offset': {'required': True}, + 'length': {'required': True}, + } + + _attribute_map = { + 'confidence_score': {'key': 'confidenceScore', 'type': 'float'}, + 'text': {'key': 'text', 'type': 'str'}, + 'offset': {'key': 'offset', 'type': 'int'}, + 'length': {'key': 'length', 'type': 'int'}, + } + + def __init__( + self, + *, + confidence_score: float, + text: str, + offset: int, + length: int, + **kwargs + ): + super(Match, self).__init__(**kwargs) + self.confidence_score = confidence_score + self.text = text + self.offset = offset + self.length = length + + +class MultiLanguageBatchInput(msrest.serialization.Model): + """Contains a set of input documents to be analyzed by the service. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + """ + + _validation = { + 'documents': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[MultiLanguageInput]'}, + } + + def __init__( + self, + *, + documents: List["MultiLanguageInput"], + **kwargs + ): + super(MultiLanguageBatchInput, self).__init__(**kwargs) + self.documents = documents + + +class MultiLanguageInput(msrest.serialization.Model): + """Contains an input document to be analyzed by the service. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. A unique, non-empty document identifier. + :type id: str + :param text: Required. The input text to process. + :type text: str + :param language: (Optional) This is the 2 letter ISO 639-1 representation of a language. For + example, use "en" for English; "es" for Spanish etc. If not set, use "en" for English as + default. + :type language: str + """ + + _validation = { + 'id': {'required': True}, + 'text': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'text': {'key': 'text', 'type': 'str'}, + 'language': {'key': 'language', 'type': 'str'}, + } + + def __init__( + self, + *, + id: str, + text: str, + language: Optional[str] = None, + **kwargs + ): + super(MultiLanguageInput, self).__init__(**kwargs) + self.id = id + self.text = text + self.language = language + + +class PiiDocumentEntities(msrest.serialization.Model): + """PiiDocumentEntities. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param redacted_text: Required. Returns redacted text. + :type redacted_text: str + :param entities: Required. Recognized entities in the document. + :type entities: list[~azure.ai.textanalytics.v3_1_preview_3.models.Entity] + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + """ + + _validation = { + 'id': {'required': True}, + 'redacted_text': {'required': True}, + 'entities': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'redacted_text': {'key': 'redactedText', 'type': 'str'}, + 'entities': {'key': 'entities', 'type': '[Entity]'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + } + + def __init__( + self, + *, + id: str, + redacted_text: str, + entities: List["Entity"], + warnings: List["TextAnalyticsWarning"], + statistics: Optional["DocumentStatistics"] = None, + **kwargs + ): + super(PiiDocumentEntities, self).__init__(**kwargs) + self.id = id + self.redacted_text = redacted_text + self.entities = entities + self.warnings = warnings + self.statistics = statistics + + +class PiiResult(msrest.serialization.Model): + """PiiResult. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Response by document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.PiiDocumentEntities] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[PiiDocumentEntities]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + *, + documents: List["PiiDocumentEntities"], + errors: List["DocumentError"], + model_version: str, + statistics: Optional["RequestStatistics"] = None, + **kwargs + ): + super(PiiResult, self).__init__(**kwargs) + self.documents = documents + self.errors = errors + self.statistics = statistics + self.model_version = model_version + + +class PiiTask(msrest.serialization.Model): + """PiiTask. + + :param parameters: + :type parameters: ~azure.ai.textanalytics.v3_1_preview_3.models.PiiTaskParameters + """ + + _attribute_map = { + 'parameters': {'key': 'parameters', 'type': 'PiiTaskParameters'}, + } + + def __init__( + self, + *, + parameters: Optional["PiiTaskParameters"] = None, + **kwargs + ): + super(PiiTask, self).__init__(**kwargs) + self.parameters = parameters + + +class PiiTaskParameters(msrest.serialization.Model): + """PiiTaskParameters. + + :param domain: Possible values include: "phi", "none". Default value: "none". + :type domain: str or ~azure.ai.textanalytics.v3_1_preview_3.models.PiiTaskParametersDomain + :param model_version: + :type model_version: str + :param string_index_type: Possible values include: "TextElements_v8", "UnicodeCodePoint", + "Utf16CodeUnit". Default value: "TextElements_v8". + :type string_index_type: str or + ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexTypeResponse + """ + + _attribute_map = { + 'domain': {'key': 'domain', 'type': 'str'}, + 'model_version': {'key': 'model-version', 'type': 'str'}, + 'string_index_type': {'key': 'stringIndexType', 'type': 'str'}, + } + + def __init__( + self, + *, + domain: Optional[Union[str, "PiiTaskParametersDomain"]] = "none", + model_version: Optional[str] = "latest", + string_index_type: Optional[Union[str, "StringIndexTypeResponse"]] = "TextElements_v8", + **kwargs + ): + super(PiiTaskParameters, self).__init__(**kwargs) + self.domain = domain + self.model_version = model_version + self.string_index_type = string_index_type + + +class RequestStatistics(msrest.serialization.Model): + """if showStats=true was specified in the request this field will contain information about the request payload. + + All required parameters must be populated in order to send to Azure. + + :param documents_count: Required. Number of documents submitted in the request. + :type documents_count: int + :param valid_documents_count: Required. Number of valid documents. This excludes empty, over- + size limit or non-supported languages documents. + :type valid_documents_count: int + :param erroneous_documents_count: Required. Number of invalid documents. This includes empty, + over-size limit or non-supported languages documents. + :type erroneous_documents_count: int + :param transactions_count: Required. Number of transactions for the request. + :type transactions_count: long + """ + + _validation = { + 'documents_count': {'required': True}, + 'valid_documents_count': {'required': True}, + 'erroneous_documents_count': {'required': True}, + 'transactions_count': {'required': True}, + } + + _attribute_map = { + 'documents_count': {'key': 'documentsCount', 'type': 'int'}, + 'valid_documents_count': {'key': 'validDocumentsCount', 'type': 'int'}, + 'erroneous_documents_count': {'key': 'erroneousDocumentsCount', 'type': 'int'}, + 'transactions_count': {'key': 'transactionsCount', 'type': 'long'}, + } + + def __init__( + self, + *, + documents_count: int, + valid_documents_count: int, + erroneous_documents_count: int, + transactions_count: int, + **kwargs + ): + super(RequestStatistics, self).__init__(**kwargs) + self.documents_count = documents_count + self.valid_documents_count = valid_documents_count + self.erroneous_documents_count = erroneous_documents_count + self.transactions_count = transactions_count + + +class SentenceAspect(msrest.serialization.Model): + """SentenceAspect. + + All required parameters must be populated in order to send to Azure. + + :param sentiment: Required. Aspect level sentiment for the aspect in the sentence. Possible + values include: "positive", "mixed", "negative". + :type sentiment: str or ~azure.ai.textanalytics.v3_1_preview_3.models.TokenSentimentValue + :param confidence_scores: Required. Aspect level sentiment confidence scores for the aspect in + the sentence. + :type confidence_scores: + ~azure.ai.textanalytics.v3_1_preview_3.models.AspectConfidenceScoreLabel + :param offset: Required. The aspect offset from the start of the sentence. + :type offset: int + :param length: Required. The length of the aspect. + :type length: int + :param text: Required. The aspect text detected. + :type text: str + :param relations: Required. The array of either opinion or aspect object which is related to + the aspect. + :type relations: list[~azure.ai.textanalytics.v3_1_preview_3.models.AspectRelation] + """ + + _validation = { + 'sentiment': {'required': True}, + 'confidence_scores': {'required': True}, + 'offset': {'required': True}, + 'length': {'required': True}, + 'text': {'required': True}, + 'relations': {'required': True}, + } + + _attribute_map = { + 'sentiment': {'key': 'sentiment', 'type': 'str'}, + 'confidence_scores': {'key': 'confidenceScores', 'type': 'AspectConfidenceScoreLabel'}, + 'offset': {'key': 'offset', 'type': 'int'}, + 'length': {'key': 'length', 'type': 'int'}, + 'text': {'key': 'text', 'type': 'str'}, + 'relations': {'key': 'relations', 'type': '[AspectRelation]'}, + } + + def __init__( + self, + *, + sentiment: Union[str, "TokenSentimentValue"], + confidence_scores: "AspectConfidenceScoreLabel", + offset: int, + length: int, + text: str, + relations: List["AspectRelation"], + **kwargs + ): + super(SentenceAspect, self).__init__(**kwargs) + self.sentiment = sentiment + self.confidence_scores = confidence_scores + self.offset = offset + self.length = length + self.text = text + self.relations = relations + + +class SentenceOpinion(msrest.serialization.Model): + """SentenceOpinion. + + All required parameters must be populated in order to send to Azure. + + :param sentiment: Required. Opinion level sentiment for the aspect in the sentence. Possible + values include: "positive", "mixed", "negative". + :type sentiment: str or ~azure.ai.textanalytics.v3_1_preview_3.models.TokenSentimentValue + :param confidence_scores: Required. Opinion level sentiment confidence scores for the aspect in + the sentence. + :type confidence_scores: + ~azure.ai.textanalytics.v3_1_preview_3.models.AspectConfidenceScoreLabel + :param offset: Required. The opinion offset from the start of the sentence. + :type offset: int + :param length: Required. The length of the opinion. + :type length: int + :param text: Required. The aspect text detected. + :type text: str + :param is_negated: Required. The indicator representing if the opinion is negated. + :type is_negated: bool + """ + + _validation = { + 'sentiment': {'required': True}, + 'confidence_scores': {'required': True}, + 'offset': {'required': True}, + 'length': {'required': True}, + 'text': {'required': True}, + 'is_negated': {'required': True}, + } + + _attribute_map = { + 'sentiment': {'key': 'sentiment', 'type': 'str'}, + 'confidence_scores': {'key': 'confidenceScores', 'type': 'AspectConfidenceScoreLabel'}, + 'offset': {'key': 'offset', 'type': 'int'}, + 'length': {'key': 'length', 'type': 'int'}, + 'text': {'key': 'text', 'type': 'str'}, + 'is_negated': {'key': 'isNegated', 'type': 'bool'}, + } + + def __init__( + self, + *, + sentiment: Union[str, "TokenSentimentValue"], + confidence_scores: "AspectConfidenceScoreLabel", + offset: int, + length: int, + text: str, + is_negated: bool, + **kwargs + ): + super(SentenceOpinion, self).__init__(**kwargs) + self.sentiment = sentiment + self.confidence_scores = confidence_scores + self.offset = offset + self.length = length + self.text = text + self.is_negated = is_negated + + +class SentenceSentiment(msrest.serialization.Model): + """SentenceSentiment. + + All required parameters must be populated in order to send to Azure. + + :param text: Required. The sentence text. + :type text: str + :param sentiment: Required. The predicted Sentiment for the sentence. Possible values include: + "positive", "neutral", "negative". + :type sentiment: str or ~azure.ai.textanalytics.v3_1_preview_3.models.SentenceSentimentValue + :param confidence_scores: Required. The sentiment confidence score between 0 and 1 for the + sentence for all classes. + :type confidence_scores: + ~azure.ai.textanalytics.v3_1_preview_3.models.SentimentConfidenceScorePerLabel + :param offset: Required. The sentence offset from the start of the document. + :type offset: int + :param length: Required. The length of the sentence. + :type length: int + :param aspects: The array of aspect object for the sentence. + :type aspects: list[~azure.ai.textanalytics.v3_1_preview_3.models.SentenceAspect] + :param opinions: The array of opinion object for the sentence. + :type opinions: list[~azure.ai.textanalytics.v3_1_preview_3.models.SentenceOpinion] + """ + + _validation = { + 'text': {'required': True}, + 'sentiment': {'required': True}, + 'confidence_scores': {'required': True}, + 'offset': {'required': True}, + 'length': {'required': True}, + } + + _attribute_map = { + 'text': {'key': 'text', 'type': 'str'}, + 'sentiment': {'key': 'sentiment', 'type': 'str'}, + 'confidence_scores': {'key': 'confidenceScores', 'type': 'SentimentConfidenceScorePerLabel'}, + 'offset': {'key': 'offset', 'type': 'int'}, + 'length': {'key': 'length', 'type': 'int'}, + 'aspects': {'key': 'aspects', 'type': '[SentenceAspect]'}, + 'opinions': {'key': 'opinions', 'type': '[SentenceOpinion]'}, + } + + def __init__( + self, + *, + text: str, + sentiment: Union[str, "SentenceSentimentValue"], + confidence_scores: "SentimentConfidenceScorePerLabel", + offset: int, + length: int, + aspects: Optional[List["SentenceAspect"]] = None, + opinions: Optional[List["SentenceOpinion"]] = None, + **kwargs + ): + super(SentenceSentiment, self).__init__(**kwargs) + self.text = text + self.sentiment = sentiment + self.confidence_scores = confidence_scores + self.offset = offset + self.length = length + self.aspects = aspects + self.opinions = opinions + + +class SentimentConfidenceScorePerLabel(msrest.serialization.Model): + """Represents the confidence scores between 0 and 1 across all sentiment classes: positive, neutral, negative. + + All required parameters must be populated in order to send to Azure. + + :param positive: Required. + :type positive: float + :param neutral: Required. + :type neutral: float + :param negative: Required. + :type negative: float + """ + + _validation = { + 'positive': {'required': True}, + 'neutral': {'required': True}, + 'negative': {'required': True}, + } + + _attribute_map = { + 'positive': {'key': 'positive', 'type': 'float'}, + 'neutral': {'key': 'neutral', 'type': 'float'}, + 'negative': {'key': 'negative', 'type': 'float'}, + } + + def __init__( + self, + *, + positive: float, + neutral: float, + negative: float, + **kwargs + ): + super(SentimentConfidenceScorePerLabel, self).__init__(**kwargs) + self.positive = positive + self.neutral = neutral + self.negative = negative + + +class SentimentResponse(msrest.serialization.Model): + """SentimentResponse. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Sentiment analysis per document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentSentiment] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[DocumentSentiment]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + *, + documents: List["DocumentSentiment"], + errors: List["DocumentError"], + model_version: str, + statistics: Optional["RequestStatistics"] = None, + **kwargs + ): + super(SentimentResponse, self).__init__(**kwargs) + self.documents = documents + self.errors = errors + self.statistics = statistics + self.model_version = model_version + + +class TasksStateTasks(msrest.serialization.Model): + """TasksStateTasks. + + All required parameters must be populated in order to send to Azure. + + :param details: + :type details: ~azure.ai.textanalytics.v3_1_preview_3.models.TaskState + :param completed: Required. + :type completed: int + :param failed: Required. + :type failed: int + :param in_progress: Required. + :type in_progress: int + :param total: Required. + :type total: int + :param entity_recognition_tasks: + :type entity_recognition_tasks: + list[~azure.ai.textanalytics.v3_1_preview_3.models.TasksStateTasksEntityRecognitionTasksItem] + :param entity_recognition_pii_tasks: + :type entity_recognition_pii_tasks: + list[~azure.ai.textanalytics.v3_1_preview_3.models.TasksStateTasksEntityRecognitionPiiTasksItem] + :param key_phrase_extraction_tasks: + :type key_phrase_extraction_tasks: + list[~azure.ai.textanalytics.v3_1_preview_3.models.TasksStateTasksKeyPhraseExtractionTasksItem] + """ + + _validation = { + 'completed': {'required': True}, + 'failed': {'required': True}, + 'in_progress': {'required': True}, + 'total': {'required': True}, + } + + _attribute_map = { + 'details': {'key': 'details', 'type': 'TaskState'}, + 'completed': {'key': 'completed', 'type': 'int'}, + 'failed': {'key': 'failed', 'type': 'int'}, + 'in_progress': {'key': 'inProgress', 'type': 'int'}, + 'total': {'key': 'total', 'type': 'int'}, + 'entity_recognition_tasks': {'key': 'entityRecognitionTasks', 'type': '[TasksStateTasksEntityRecognitionTasksItem]'}, + 'entity_recognition_pii_tasks': {'key': 'entityRecognitionPiiTasks', 'type': '[TasksStateTasksEntityRecognitionPiiTasksItem]'}, + 'key_phrase_extraction_tasks': {'key': 'keyPhraseExtractionTasks', 'type': '[TasksStateTasksKeyPhraseExtractionTasksItem]'}, + } + + def __init__( + self, + *, + completed: int, + failed: int, + in_progress: int, + total: int, + details: Optional["TaskState"] = None, + entity_recognition_tasks: Optional[List["TasksStateTasksEntityRecognitionTasksItem"]] = None, + entity_recognition_pii_tasks: Optional[List["TasksStateTasksEntityRecognitionPiiTasksItem"]] = None, + key_phrase_extraction_tasks: Optional[List["TasksStateTasksKeyPhraseExtractionTasksItem"]] = None, + **kwargs + ): + super(TasksStateTasks, self).__init__(**kwargs) + self.details = details + self.completed = completed + self.failed = failed + self.in_progress = in_progress + self.total = total + self.entity_recognition_tasks = entity_recognition_tasks + self.entity_recognition_pii_tasks = entity_recognition_pii_tasks + self.key_phrase_extraction_tasks = key_phrase_extraction_tasks + + +class TaskState(msrest.serialization.Model): + """TaskState. + + All required parameters must be populated in order to send to Azure. + + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param name: + :type name: str + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + """ + + _validation = { + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'name': {'key': 'name', 'type': 'str'}, + 'status': {'key': 'status', 'type': 'str'}, + } + + def __init__( + self, + *, + last_update_date_time: datetime.datetime, + status: Union[str, "State"], + name: Optional[str] = None, + **kwargs + ): + super(TaskState, self).__init__(**kwargs) + self.last_update_date_time = last_update_date_time + self.name = name + self.status = status + + +class TasksStateTasksDetails(TaskState): + """TasksStateTasksDetails. + + All required parameters must be populated in order to send to Azure. + + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param name: + :type name: str + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + """ + + _validation = { + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'name': {'key': 'name', 'type': 'str'}, + 'status': {'key': 'status', 'type': 'str'}, + } + + def __init__( + self, + *, + last_update_date_time: datetime.datetime, + status: Union[str, "State"], + name: Optional[str] = None, + **kwargs + ): + super(TasksStateTasksDetails, self).__init__(last_update_date_time=last_update_date_time, name=name, status=status, **kwargs) + + +class TasksStateTasksEntityRecognitionPiiTasksItem(TaskState, Components15X8E9LSchemasTasksstatePropertiesTasksPropertiesEntityrecognitionpiitasksItemsAllof1): + """TasksStateTasksEntityRecognitionPiiTasksItem. + + All required parameters must be populated in order to send to Azure. + + :param results: Required. + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.PiiResult + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param name: + :type name: str + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + """ + + _validation = { + 'results': {'required': True}, + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'results': {'key': 'results', 'type': 'PiiResult'}, + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'name': {'key': 'name', 'type': 'str'}, + 'status': {'key': 'status', 'type': 'str'}, + } + + def __init__( + self, + *, + results: "PiiResult", + last_update_date_time: datetime.datetime, + status: Union[str, "State"], + name: Optional[str] = None, + **kwargs + ): + super(TasksStateTasksEntityRecognitionPiiTasksItem, self).__init__(last_update_date_time=last_update_date_time, name=name, status=status, results=results, **kwargs) + self.results = results + self.last_update_date_time = last_update_date_time + self.name = name + self.status = status + + +class TasksStateTasksEntityRecognitionTasksItem(TaskState, Components15Gvwi3SchemasTasksstatePropertiesTasksPropertiesEntityrecognitiontasksItemsAllof1): + """TasksStateTasksEntityRecognitionTasksItem. + + All required parameters must be populated in order to send to Azure. + + :param results: Required. + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.EntitiesResult + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param name: + :type name: str + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + """ + + _validation = { + 'results': {'required': True}, + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'results': {'key': 'results', 'type': 'EntitiesResult'}, + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'name': {'key': 'name', 'type': 'str'}, + 'status': {'key': 'status', 'type': 'str'}, + } + + def __init__( + self, + *, + results: "EntitiesResult", + last_update_date_time: datetime.datetime, + status: Union[str, "State"], + name: Optional[str] = None, + **kwargs + ): + super(TasksStateTasksEntityRecognitionTasksItem, self).__init__(last_update_date_time=last_update_date_time, name=name, status=status, results=results, **kwargs) + self.results = results + self.last_update_date_time = last_update_date_time + self.name = name + self.status = status + + +class TasksStateTasksKeyPhraseExtractionTasksItem(TaskState, Components1D9IzucSchemasTasksstatePropertiesTasksPropertiesKeyphraseextractiontasksItemsAllof1): + """TasksStateTasksKeyPhraseExtractionTasksItem. + + All required parameters must be populated in order to send to Azure. + + :param results: Required. + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.KeyPhraseResult + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param name: + :type name: str + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + """ + + _validation = { + 'results': {'required': True}, + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'results': {'key': 'results', 'type': 'KeyPhraseResult'}, + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'name': {'key': 'name', 'type': 'str'}, + 'status': {'key': 'status', 'type': 'str'}, + } + + def __init__( + self, + *, + results: "KeyPhraseResult", + last_update_date_time: datetime.datetime, + status: Union[str, "State"], + name: Optional[str] = None, + **kwargs + ): + super(TasksStateTasksKeyPhraseExtractionTasksItem, self).__init__(last_update_date_time=last_update_date_time, name=name, status=status, results=results, **kwargs) + self.results = results + self.last_update_date_time = last_update_date_time + self.name = name + self.status = status + + +class TextAnalyticsError(msrest.serialization.Model): + """TextAnalyticsError. + + All required parameters must be populated in order to send to Azure. + + :param code: Required. Error code. Possible values include: "InvalidRequest", + "InvalidArgument", "InternalServerError", "ServiceUnavailable", "NotFound". + :type code: str or ~azure.ai.textanalytics.v3_1_preview_3.models.ErrorCodeValue + :param message: Required. Error message. + :type message: str + :param target: Error target. + :type target: str + :param innererror: Inner error contains more specific information. + :type innererror: ~azure.ai.textanalytics.v3_1_preview_3.models.InnerError + :param details: Details about specific errors that led to this reported error. + :type details: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsError] + """ + + _validation = { + 'code': {'required': True}, + 'message': {'required': True}, + } + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'target': {'key': 'target', 'type': 'str'}, + 'innererror': {'key': 'innererror', 'type': 'InnerError'}, + 'details': {'key': 'details', 'type': '[TextAnalyticsError]'}, + } + + def __init__( + self, + *, + code: Union[str, "ErrorCodeValue"], + message: str, + target: Optional[str] = None, + innererror: Optional["InnerError"] = None, + details: Optional[List["TextAnalyticsError"]] = None, + **kwargs + ): + super(TextAnalyticsError, self).__init__(**kwargs) + self.code = code + self.message = message + self.target = target + self.innererror = innererror + self.details = details + + +class TextAnalyticsWarning(msrest.serialization.Model): + """TextAnalyticsWarning. + + All required parameters must be populated in order to send to Azure. + + :param code: Required. Error code. Possible values include: "LongWordsInDocument", + "DocumentTruncated". + :type code: str or ~azure.ai.textanalytics.v3_1_preview_3.models.WarningCodeValue + :param message: Required. Warning message. + :type message: str + :param target_ref: A JSON pointer reference indicating the target object. + :type target_ref: str + """ + + _validation = { + 'code': {'required': True}, + 'message': {'required': True}, + } + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'target_ref': {'key': 'targetRef', 'type': 'str'}, + } + + def __init__( + self, + *, + code: Union[str, "WarningCodeValue"], + message: str, + target_ref: Optional[str] = None, + **kwargs + ): + super(TextAnalyticsWarning, self).__init__(**kwargs) + self.code = code + self.message = message + self.target_ref = target_ref diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/_text_analytics_client_enums.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/_text_analytics_client_enums.py new file mode 100644 index 000000000000..4d021b3d7956 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/_text_analytics_client_enums.py @@ -0,0 +1,118 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from enum import Enum, EnumMeta +from six import with_metaclass + +class _CaseInsensitiveEnumMeta(EnumMeta): + def __getitem__(self, name): + return super().__getitem__(name.upper()) + + def __getattr__(cls, name): + """Return the enum member matching `name` + We use __getattr__ instead of descriptors or inserting into the enum + class' __dict__ in order to support `name` and `value` being both + properties for enum members (which live in the class' __dict__) and + enum members themselves. + """ + try: + return cls._member_map_[name.upper()] + except KeyError: + raise AttributeError(name) + + +class AspectRelationType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """The type related to the aspect. + """ + + OPINION = "opinion" + ASPECT = "aspect" + +class DocumentSentimentValue(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """Predicted sentiment for document (Negative, Neutral, Positive, or Mixed). + """ + + POSITIVE = "positive" + NEUTRAL = "neutral" + NEGATIVE = "negative" + MIXED = "mixed" + +class ErrorCodeValue(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """Error code. + """ + + INVALID_REQUEST = "InvalidRequest" + INVALID_ARGUMENT = "InvalidArgument" + INTERNAL_SERVER_ERROR = "InternalServerError" + SERVICE_UNAVAILABLE = "ServiceUnavailable" + NOT_FOUND = "NotFound" + +class InnerErrorCodeValue(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """Error code. + """ + + INVALID_PARAMETER_VALUE = "InvalidParameterValue" + INVALID_REQUEST_BODY_FORMAT = "InvalidRequestBodyFormat" + EMPTY_REQUEST = "EmptyRequest" + MISSING_INPUT_RECORDS = "MissingInputRecords" + INVALID_DOCUMENT = "InvalidDocument" + MODEL_VERSION_INCORRECT = "ModelVersionIncorrect" + INVALID_DOCUMENT_BATCH = "InvalidDocumentBatch" + UNSUPPORTED_LANGUAGE_CODE = "UnsupportedLanguageCode" + INVALID_COUNTRY_HINT = "InvalidCountryHint" + +class PiiTaskParametersDomain(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + + PHI = "phi" + NONE = "none" + +class SentenceSentimentValue(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """The predicted Sentiment for the sentence. + """ + + POSITIVE = "positive" + NEUTRAL = "neutral" + NEGATIVE = "negative" + +class State(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + + NOT_STARTED = "notStarted" + RUNNING = "running" + SUCCEEDED = "succeeded" + FAILED = "failed" + REJECTED = "rejected" + CANCELLED = "cancelled" + CANCELLING = "cancelling" + PARTIALLY_COMPLETED = "partiallyCompleted" + +class StringIndexType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + + TEXT_ELEMENTS_V8 = "TextElements_v8" #: Returned offset and length values will correspond to TextElements (Graphemes and Grapheme clusters) confirming to the Unicode 8.0.0 standard. Use this option if your application is written in .Net Framework or .Net Core and you will be using StringInfo. + UNICODE_CODE_POINT = "UnicodeCodePoint" #: Returned offset and length values will correspond to Unicode code points. Use this option if your application is written in a language that support Unicode, for example Python. + UTF16_CODE_UNIT = "Utf16CodeUnit" #: Returned offset and length values will correspond to UTF-16 code units. Use this option if your application is written in a language that support Unicode, for example Java, JavaScript. + +class StringIndexTypeResponse(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + + TEXT_ELEMENTS_V8 = "TextElements_v8" #: Returned offset and length values will correspond to TextElements (Graphemes and Grapheme clusters) confirming to the Unicode 8.0.0 standard. Use this option if your application is written in .Net Framework or .Net Core and you will be using StringInfo. + UNICODE_CODE_POINT = "UnicodeCodePoint" #: Returned offset and length values will correspond to Unicode code points. Use this option if your application is written in a language that support Unicode, for example Python. + UTF16_CODE_UNIT = "Utf16CodeUnit" #: Returned offset and length values will correspond to UTF-16 code units. Use this option if your application is written in a language that support Unicode, for example Java, JavaScript. + +class TokenSentimentValue(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """Aspect level sentiment for the aspect in the sentence. + """ + + POSITIVE = "positive" + MIXED = "mixed" + NEGATIVE = "negative" + +class WarningCodeValue(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """Error code. + """ + + LONG_WORDS_IN_DOCUMENT = "LongWordsInDocument" + DOCUMENT_TRUNCATED = "DocumentTruncated" diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/operations/__init__.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/operations/__init__.py new file mode 100644 index 000000000000..4384511c0346 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/operations/__init__.py @@ -0,0 +1,13 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from ._text_analytics_client_operations import TextAnalyticsClientOperationsMixin + +__all__ = [ + 'TextAnalyticsClientOperationsMixin', +] diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/operations/_text_analytics_client_operations.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/operations/_text_analytics_client_operations.py new file mode 100644 index 000000000000..6226a83cb191 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/operations/_text_analytics_client_operations.py @@ -0,0 +1,1057 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from typing import TYPE_CHECKING +import warnings + +from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import HttpRequest, HttpResponse +from azure.core.polling import LROPoller, NoPolling, PollingMethod +from azure.core.polling.base_polling import LROBasePolling + +from .. import models as _models + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from typing import Any, Callable, Dict, Generic, List, Optional, TypeVar, Union + + T = TypeVar('T') + ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +class TextAnalyticsClientOperationsMixin(object): + + def _analyze_initial( + self, + body=None, # type: Optional["_models.AnalyzeBatchInput"] + **kwargs # type: Any + ): + # type: (...) -> None + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self._analyze_initial.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + if body is not None: + body_content = self._serialize.body(body, 'AnalyzeBatchInput') + else: + body_content = None + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + response_headers = {} + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + + if cls: + return cls(pipeline_response, None, response_headers) + + _analyze_initial.metadata = {'url': '/analyze'} # type: ignore + + def begin_analyze( + self, + body=None, # type: Optional["_models.AnalyzeBatchInput"] + **kwargs # type: Any + ): + # type: (...) -> LROPoller[None] + """Submit analysis job. + + Submit a collection of text documents for analysis. Specify one or more unique tasks to be + executed. + + :param body: Collection of documents to analyze and tasks to execute. + :type body: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeBatchInput + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.PollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of LROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + polling = kwargs.pop('polling', False) # type: Union[bool, PollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = self._analyze_initial( + body=body, + cls=lambda x,y,z: x, + **kwargs + ) + + kwargs.pop('error_map', None) + kwargs.pop('content_type', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) + + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + + if polling is True: polling_method = LROBasePolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) + elif polling is False: polling_method = NoPolling() + else: polling_method = polling + if cont_token: + return LROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + else: + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + begin_analyze.metadata = {'url': '/analyze'} # type: ignore + + def analyze_status( + self, + job_id, # type: str + show_stats=None, # type: Optional[bool] + top=20, # type: Optional[int] + skip=0, # type: Optional[int] + **kwargs # type: Any + ): + # type: (...) -> "_models.AnalyzeJobState" + """Get analysis status and results. + + Get the status of an analysis job. A job may consist of one or more tasks. Once all tasks are + completed, the job will transition to the completed state and results will be available for + each task. + + :param job_id: Job ID for Analyze. + :type job_id: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :param top: (Optional) Set the maximum number of results per task. When both $top and $skip are + specified, $skip is applied first. + :type top: int + :param skip: (Optional) Set the number of elements to offset in the response. When both $top + and $skip are specified, $skip is applied first. + :type skip: int + :keyword callable cls: A custom type or function that will be passed the direct response + :return: AnalyzeJobState, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeJobState + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.AnalyzeJobState"] + error_map = { + 401: ClientAuthenticationError, + 409: ResourceExistsError, + 404: lambda response: ResourceNotFoundError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + accept = "application/json, text/json" + + # Construct URL + url = self.analyze_status.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'jobId': self._serialize.url("job_id", job_id, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + if top is not None: + query_parameters['$top'] = self._serialize.query("top", top, 'int', maximum=50, minimum=1) + if skip is not None: + query_parameters['$skip'] = self._serialize.query("skip", skip, 'int', minimum=0) + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + request = self._client.get(url, query_parameters, header_parameters) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('AnalyzeJobState', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + analyze_status.metadata = {'url': '/analyze/jobs/{jobId}'} # type: ignore + + def health_status( + self, + job_id, # type: str + top=20, # type: Optional[int] + skip=0, # type: Optional[int] + show_stats=None, # type: Optional[bool] + **kwargs # type: Any + ): + # type: (...) -> "_models.HealthcareJobState" + """Get healthcare analysis job status and results. + + Get details of the healthcare prediction job specified by the jobId. + + :param job_id: Job ID. + :type job_id: str + :param top: (Optional) Set the maximum number of results per task. When both $top and $skip are + specified, $skip is applied first. + :type top: int + :param skip: (Optional) Set the number of elements to offset in the response. When both $top + and $skip are specified, $skip is applied first. + :type skip: int + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :keyword callable cls: A custom type or function that will be passed the direct response + :return: HealthcareJobState, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareJobState + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.HealthcareJobState"] + error_map = { + 401: ClientAuthenticationError, + 409: ResourceExistsError, + 404: lambda response: ResourceNotFoundError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + accept = "application/json, text/json" + + # Construct URL + url = self.health_status.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'jobId': self._serialize.url("job_id", job_id, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if top is not None: + query_parameters['$top'] = self._serialize.query("top", top, 'int', maximum=50, minimum=1) + if skip is not None: + query_parameters['$skip'] = self._serialize.query("skip", skip, 'int', minimum=0) + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + request = self._client.get(url, query_parameters, header_parameters) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('HealthcareJobState', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + health_status.metadata = {'url': '/entities/health/jobs/{jobId}'} # type: ignore + + def _cancel_health_job_initial( + self, + job_id, # type: str + **kwargs # type: Any + ): + # type: (...) -> None + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, + 409: ResourceExistsError, + 404: lambda response: ResourceNotFoundError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + accept = "application/json, text/json" + + # Construct URL + url = self._cancel_health_job_initial.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'jobId': self._serialize.url("job_id", job_id, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + request = self._client.delete(url, query_parameters, header_parameters) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + response_headers = {} + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + + if cls: + return cls(pipeline_response, None, response_headers) + + _cancel_health_job_initial.metadata = {'url': '/entities/health/jobs/{jobId}'} # type: ignore + + def begin_cancel_health_job( + self, + job_id, # type: str + **kwargs # type: Any + ): + # type: (...) -> LROPoller[None] + """Cancel healthcare prediction job. + + Cancel healthcare prediction job. + + :param job_id: Job ID. + :type job_id: str + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.PollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of LROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + polling = kwargs.pop('polling', False) # type: Union[bool, PollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = self._cancel_health_job_initial( + job_id=job_id, + cls=lambda x,y,z: x, + **kwargs + ) + + kwargs.pop('error_map', None) + kwargs.pop('content_type', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) + + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'jobId': self._serialize.url("job_id", job_id, 'str'), + } + + if polling is True: polling_method = LROBasePolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) + elif polling is False: polling_method = NoPolling() + else: polling_method = polling + if cont_token: + return LROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + else: + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + begin_cancel_health_job.metadata = {'url': '/entities/health/jobs/{jobId}'} # type: ignore + + def _health_initial( + self, + documents, # type: List["_models.MultiLanguageInput"] + model_version=None, # type: Optional[str] + string_index_type="TextElements_v8", # type: Optional[Union[str, "_models.StringIndexType"]] + **kwargs # type: Any + ): + # type: (...) -> None + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.MultiLanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self._health_initial.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if string_index_type is not None: + query_parameters['stringIndexType'] = self._serialize.query("string_index_type", string_index_type, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'MultiLanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + response_headers = {} + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + + if cls: + return cls(pipeline_response, None, response_headers) + + _health_initial.metadata = {'url': '/entities/health/jobs'} # type: ignore + + def begin_health( + self, + documents, # type: List["_models.MultiLanguageInput"] + model_version=None, # type: Optional[str] + string_index_type="TextElements_v8", # type: Optional[Union[str, "_models.StringIndexType"]] + **kwargs # type: Any + ): + # type: (...) -> LROPoller[None] + """Submit healthcare analysis job. + + Start a healthcare analysis job to recognize healthcare related entities (drugs, conditions, + symptoms, etc) and their relations. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param string_index_type: (Optional) Specifies the method used to interpret string offsets. + Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information + see https://aka.ms/text-analytics-offsets. + :type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.PollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of LROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + polling = kwargs.pop('polling', False) # type: Union[bool, PollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = self._health_initial( + documents=documents, + model_version=model_version, + string_index_type=string_index_type, + cls=lambda x,y,z: x, + **kwargs + ) + + kwargs.pop('error_map', None) + kwargs.pop('content_type', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) + + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + + if polling is True: polling_method = LROBasePolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) + elif polling is False: polling_method = NoPolling() + else: polling_method = polling + if cont_token: + return LROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + else: + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + begin_health.metadata = {'url': '/entities/health/jobs'} # type: ignore + + def entities_recognition_general( + self, + documents, # type: List["_models.MultiLanguageInput"] + model_version=None, # type: Optional[str] + show_stats=None, # type: Optional[bool] + string_index_type="TextElements_v8", # type: Optional[Union[str, "_models.StringIndexType"]] + **kwargs # type: Any + ): + # type: (...) -> "_models.EntitiesResult" + """Named Entity Recognition. + + The API returns a list of general named entities in a given document. For the list of supported + entity types, check :code:`Supported Entity Types in Text + Analytics API`. See the :code:`Supported languages in Text + Analytics API` for the list of enabled languages. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :param string_index_type: (Optional) Specifies the method used to interpret string offsets. + Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information + see https://aka.ms/text-analytics-offsets. + :type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType + :keyword callable cls: A custom type or function that will be passed the direct response + :return: EntitiesResult, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.EntitiesResult + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.EntitiesResult"] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.MultiLanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self.entities_recognition_general.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + if string_index_type is not None: + query_parameters['stringIndexType'] = self._serialize.query("string_index_type", string_index_type, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'MultiLanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('EntitiesResult', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + entities_recognition_general.metadata = {'url': '/entities/recognition/general'} # type: ignore + + def entities_recognition_pii( + self, + documents, # type: List["_models.MultiLanguageInput"] + model_version=None, # type: Optional[str] + show_stats=None, # type: Optional[bool] + domain=None, # type: Optional[str] + string_index_type="TextElements_v8", # type: Optional[Union[str, "_models.StringIndexType"]] + **kwargs # type: Any + ): + # type: (...) -> "_models.PiiResult" + """Entities containing personal information. + + The API returns a list of entities with personal information (\"SSN\", \"Bank Account\" etc) in + the document. For the list of supported entity types, check :code:`Supported Entity Types in Text Analytics API`. See the + :code:`Supported languages in Text Analytics API` for the + list of enabled languages. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :param domain: (Optional) if specified, will set the PII domain to include only a subset of the + entity categories. Possible values include: 'PHI', 'none'. + :type domain: str + :param string_index_type: (Optional) Specifies the method used to interpret string offsets. + Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information + see https://aka.ms/text-analytics-offsets. + :type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType + :keyword callable cls: A custom type or function that will be passed the direct response + :return: PiiResult, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.PiiResult + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.PiiResult"] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.MultiLanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self.entities_recognition_pii.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + if domain is not None: + query_parameters['domain'] = self._serialize.query("domain", domain, 'str') + if string_index_type is not None: + query_parameters['stringIndexType'] = self._serialize.query("string_index_type", string_index_type, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'MultiLanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('PiiResult', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + entities_recognition_pii.metadata = {'url': '/entities/recognition/pii'} # type: ignore + + def entities_linking( + self, + documents, # type: List["_models.MultiLanguageInput"] + model_version=None, # type: Optional[str] + show_stats=None, # type: Optional[bool] + string_index_type="TextElements_v8", # type: Optional[Union[str, "_models.StringIndexType"]] + **kwargs # type: Any + ): + # type: (...) -> "_models.EntityLinkingResult" + """Linked entities from a well-known knowledge base. + + The API returns a list of recognized entities with links to a well-known knowledge base. See + the :code:`Supported languages in Text Analytics API` for + the list of enabled languages. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :param string_index_type: (Optional) Specifies the method used to interpret string offsets. + Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information + see https://aka.ms/text-analytics-offsets. + :type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType + :keyword callable cls: A custom type or function that will be passed the direct response + :return: EntityLinkingResult, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.EntityLinkingResult + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.EntityLinkingResult"] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.MultiLanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self.entities_linking.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + if string_index_type is not None: + query_parameters['stringIndexType'] = self._serialize.query("string_index_type", string_index_type, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'MultiLanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('EntityLinkingResult', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + entities_linking.metadata = {'url': '/entities/linking'} # type: ignore + + def key_phrases( + self, + documents, # type: List["_models.MultiLanguageInput"] + model_version=None, # type: Optional[str] + show_stats=None, # type: Optional[bool] + **kwargs # type: Any + ): + # type: (...) -> "_models.KeyPhraseResult" + """Key Phrases. + + The API returns a list of strings denoting the key phrases in the input text. See the :code:`Supported languages in Text Analytics API` for the list of + enabled languages. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :keyword callable cls: A custom type or function that will be passed the direct response + :return: KeyPhraseResult, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.KeyPhraseResult + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.KeyPhraseResult"] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.MultiLanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self.key_phrases.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'MultiLanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('KeyPhraseResult', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + key_phrases.metadata = {'url': '/keyPhrases'} # type: ignore + + def languages( + self, + documents, # type: List["_models.LanguageInput"] + model_version=None, # type: Optional[str] + show_stats=None, # type: Optional[bool] + **kwargs # type: Any + ): + # type: (...) -> "_models.LanguageResult" + """Detect Language. + + The API returns the detected language and a numeric score between 0 and 1. Scores close to 1 + indicate 100% certainty that the identified language is true. See the :code:`Supported languages in Text Analytics API` for the list of + enabled languages. + + :param documents: + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.LanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :keyword callable cls: A custom type or function that will be passed the direct response + :return: LanguageResult, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.LanguageResult + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.LanguageResult"] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.LanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self.languages.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'LanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('LanguageResult', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + languages.metadata = {'url': '/languages'} # type: ignore + + def sentiment( + self, + documents, # type: List["_models.MultiLanguageInput"] + model_version=None, # type: Optional[str] + show_stats=None, # type: Optional[bool] + opinion_mining=None, # type: Optional[bool] + string_index_type="TextElements_v8", # type: Optional[Union[str, "_models.StringIndexType"]] + **kwargs # type: Any + ): + # type: (...) -> "_models.SentimentResponse" + """Sentiment. + + The API returns a detailed sentiment analysis for the input text. The analysis is done in + multiple levels of granularity, start from the a document level, down to sentence and key terms + (aspects) and opinions. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :param opinion_mining: (Optional) if set to true, response will contain input and document + level statistics including aspect-based sentiment analysis results. + :type opinion_mining: bool + :param string_index_type: (Optional) Specifies the method used to interpret string offsets. + Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information + see https://aka.ms/text-analytics-offsets. + :type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType + :keyword callable cls: A custom type or function that will be passed the direct response + :return: SentimentResponse, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.SentimentResponse + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.SentimentResponse"] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.MultiLanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self.sentiment.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + if opinion_mining is not None: + query_parameters['opinionMining'] = self._serialize.query("opinion_mining", opinion_mining, 'bool') + if string_index_type is not None: + query_parameters['stringIndexType'] = self._serialize.query("string_index_type", string_index_type, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'MultiLanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('SentimentResponse', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + sentiment.metadata = {'url': '/sentiment'} # type: ignore diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/py.typed b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/py.typed new file mode 100644 index 000000000000..e5aff4f83af8 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/py.typed @@ -0,0 +1 @@ +# Marker file for PEP 561. \ No newline at end of file diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_lro.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_lro.py new file mode 100644 index 000000000000..0c7919ecd208 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_lro.py @@ -0,0 +1,90 @@ +# coding=utf-8 +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ + +from six.moves.urllib.parse import urlencode +from azure.core.polling.base_polling import LROBasePolling, OperationResourcePolling, OperationFailed, BadStatus + + +_FINISHED = frozenset(["succeeded", "cancelled", "failed", "partiallysucceeded"]) +_FAILED = frozenset(["failed"]) +_SUCCEEDED = frozenset(["succeeded", "partiallysucceeded"]) + + +class TextAnalyticsOperationResourcePolling(OperationResourcePolling): + def __init__(self, operation_location_header="operation-location", show_stats=False): + super(TextAnalyticsOperationResourcePolling, self).__init__(operation_location_header=operation_location_header) + self._show_stats = show_stats + self._query_params = { + "showStats": show_stats + } + + def get_polling_url(self): + if not self._show_stats: + return super(TextAnalyticsOperationResourcePolling, self).get_polling_url() + + return super(TextAnalyticsOperationResourcePolling, self).get_polling_url() + \ + "?" + urlencode(self._query_params) + + +class TextAnalyticsLROPollingMethod(LROBasePolling): + + def finished(self): + """Is this polling finished? + :rtype: bool + """ + return TextAnalyticsLROPollingMethod._finished(self.status()) + + @staticmethod + def _finished(status): + if hasattr(status, "value"): + status = status.value + return str(status).lower() in _FINISHED + + @staticmethod + def _failed(status): + if hasattr(status, "value"): + status = status.value + return str(status).lower() in _FAILED + + @staticmethod + def _raise_if_bad_http_status_and_method(response): + """Check response status code is valid. + + Must be 200, 201, 202, or 204. + + :raises: BadStatus if invalid status. + """ + code = response.status_code + if code in {200, 201, 202, 204}: + return + raise BadStatus( + "Invalid return status {!r} for {!r} operation".format( + code, response.request.method + ) + ) + + def _poll(self): + """Poll status of operation so long as operation is incomplete and + we have an endpoint to query. + + :param callable update_cmd: The function to call to retrieve the + latest status of the long running operation. + :raises: OperationFailed if operation status 'Failed' or 'Canceled'. + :raises: BadStatus if response status invalid. + :raises: BadResponse if response invalid. + """ + + while not self.finished(): + self._delay() + self.update_status() + + if TextAnalyticsLROPollingMethod._failed(self.status()): + raise OperationFailed("Operation failed or canceled") + + final_get_url = self._operation.get_final_get_url(self._pipeline_response) + if final_get_url: + self._pipeline_response = self.request_status(final_get_url) + TextAnalyticsLROPollingMethod._raise_if_bad_http_status_and_method(self._pipeline_response.http_response) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_models.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_models.py index ee31ad01f35f..43b5f25d905b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_models.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_models.py @@ -11,6 +11,7 @@ ) from ._generated.v3_0 import models as _v3_0_models +from ._generated.v3_1_preview_3 import models as _v3_1_preview_3_models def _get_indices(relation): return [int(s) for s in re.findall(r"\d+", relation)] @@ -181,6 +182,69 @@ def __repr__(self): )[:1024] +class AnalyzeHealthcareResultItem(DictMixin): + """ + AnalyzeHealthcareResultItem contains the Healthcare entities and relations from a + particular document. + + :ivar str id: Unique, non-empty document identifier that matches the + document id that was passed in with the request. If not specified + in the request, an id is assigned for the document. + :ivar entities: Identified Healthcare entities in the document. + :vartype entities: + list[~azure.ai.textanalytics.HealthcareEntity] + :ivar relations: A list of detected relations between recognized entities. + :vartype relations: + list[~azure.ai.textanalytics.HealthcareRelation] + :ivar warnings: Warnings encountered while processing document. Results will still be returned + if there are warnings, but they may not be fully accurate. + :vartype warnings: list[~azure.ai.textanalytics.TextAnalyticsWarning] + :ivar statistics: If show_stats=true was specified in the request this + field will contain information about the document payload. + :vartype statistics: + ~azure.ai.textanalytics.TextDocumentStatistics + :ivar bool is_error: Boolean check for error item when iterating over list of + results. Always False for an instance of a AnalyzeHealthcareResult. + """ + + def __init__(self, **kwargs): + self.id = kwargs.get("id", None) + self.entities = kwargs.get("entities", None) + self.relations = kwargs.get("relations", None) + self.warnings = kwargs.get("warnings", []) + self.statistics = kwargs.get("statistics", None) + self.is_error = False + + @classmethod + def _from_generated(cls, healthcare_result): + entities = [HealthcareEntity._from_generated(e) for e in healthcare_result.entities] # pylint: disable=protected-access + relations = [] + if healthcare_result.relations: + for r in healthcare_result.relations: + _, source_idx = _get_indices(r.source) + _, target_idx = _get_indices(r.target) + relations.append(HealthcareRelation._from_generated(r, entities[source_idx], entities[target_idx])) # pylint: disable=protected-access + + return cls( + id=healthcare_result.id, + entities=entities, + relations=relations, + warnings=healthcare_result.warnings, + statistics=healthcare_result.statistics + ) + + def __repr__(self): + return "AnalyzeHealthcareResultItem(id={}, entities={}, relations={}, warnings={}, statistics={}, \ + is_error={})".format( + self.id, + self.entities, + self.relations, + self.warnings, + self.statistics, + self.is_error + )[:1024] + + class DetectLanguageResult(DictMixin): """DetectLanguageResult is a result object which contains the detected language of a particular document. @@ -266,6 +330,7 @@ def __repr__(self): self.confidence_score )[:1024] + class PiiEntity(DictMixin): """PiiEntity contains information about a Personally Identifiable Information (PII) entity found in text. @@ -311,6 +376,106 @@ def __repr__(self): ) +class HealthcareEntity(DictMixin): + """HealthcareEntity contains information about a Healthcare entity found in text. + + :ivar str text: Entity text as appears in the request. + :ivar str category: Entity category, such as Dosage or MedicationName, etc. + :ivar str subcategory: Entity subcategory. # TODO: add subcategory examples + :ivar int offset: The Healthcare entity text offset from the start of the document. + :ivar float confidence_score: Confidence score between 0 and 1 of the extracted + entity. + :ivar links: A collection of entity references in known data sources. + :vartype links: list[~azure.ai.textanalytics.HealthcareEntityLink] + """ + + def __init__(self, **kwargs): + self.text = kwargs.get("text", None) + self.category = kwargs.get("category", None) + self.subcategory = kwargs.get("subcategory", None) + self.offset = kwargs.get("offset", None) + self.confidence_score = kwargs.get("confidence_score", None) + self.links = kwargs.get("links", []) + + @classmethod + def _from_generated(cls, healthcare_entity): + return cls( + text=healthcare_entity.text, + category=healthcare_entity.category, + subcategory=healthcare_entity.subcategory, + offset=healthcare_entity.offset, + confidence_score=healthcare_entity.confidence_score, + links=[ + HealthcareEntityLink(id=l.id, data_source=l.data_source) for l in healthcare_entity.links + ] if healthcare_entity.links else None + ) + + def __repr__(self): + return "HealthcareEntity(text={}, category={}, subcategory={}, offset={}, confidence_score={},\ + links={})".format( + self.text, + self.category, + self.subcategory, + self.offset, + self.confidence_score, + repr(self.links) + )[:1024] + + +class HealthcareRelation(DictMixin): + """ + HealthcareRelation contains information describing a relationship between two entities found in text. + + :ivar str type: The type of relation, such as DosageOfMedication or FrequencyOfMedication, etc. + :ivar bool is_bidirectional: Boolean value indicating that the relationship between the two entities is + bidirectional. If true the relation between the entities is bidirectional, otherwise directionality + is source to target. + :ivar source: A reference to an extracted Healthcare entity representing the source of the relation. + :vartype source: ~azure.ai.textanalytics.HealthcareEntity + :ivar target: A reference to an extracted Healthcare entity representing the target of the relation. + :vartype target: ~azure.ai.textanalytics.HealthcareEntity + """ + + def __init__(self, **kwargs): + self.relation_type = kwargs.get("relation_type", None) + self.is_bidirectional = kwargs.get("is_bidirectional", None) + self.source = kwargs.get("source", None) + self.target = kwargs.get("target", None) + + @classmethod + def _from_generated(cls, healthcare_relation, source_entity, target_entity): + return cls( + relation_type=healthcare_relation.relation_type, + is_bidirectional=healthcare_relation.bidirectional, + source=source_entity, + target=target_entity + ) + + def __repr__(self): + return "HealthcareRelation(relation_type={}, is_bidirectional={}, source={}, target={})".format( + self.relation_type, + self.is_bidirectional, + repr(self.source), + repr(self.target) + )[:1024] + + +class HealthcareEntityLink(DictMixin): + """ + HealthcareEntityLink contains information representing an entity reference in a known data source. + + :ivar str id: ID of the entity in the given source catalog. + :ivar str data_source: The entity catalog from where the entity was identified, such as UMLS, CHV, MSH, etc. + """ + + def __init__(self, **kwargs): + self.id = kwargs.get("id", None) + self.data_source = kwargs.get("data_source", None) + + def __repr__(self): + return "HealthcareEntityLink(id={}, data_source={})".format(self.id, self.data_source)[:1024] + + class TextAnalyticsError(DictMixin): """TextAnalyticsError contains the error code, message, and other details that explain why the batch or individual document @@ -701,7 +866,7 @@ def __repr__(self): )[:1024] -class TextDocumentInput(MultiLanguageInput): +class TextDocumentInput(DictMixin, MultiLanguageInput): """The input document to be analyzed by the service. :ivar id: Required. A unique, non-empty document identifier. @@ -997,3 +1162,179 @@ def _from_generated(cls, score): def __repr__(self): return "SentimentConfidenceScores(positive={}, neutral={}, negative={})" \ .format(self.positive, self.neutral, self.negative)[:1024] + + +class EntitiesRecognitionTask(DictMixin): + """EntitiesRecognitionTask encapsulates the parameters for starting a long-running Entities Recognition operation. + + :ivar str model_version: The model version to use for the analysis. + """ + + def __init__(self, **kwargs): + self.model_version = kwargs.get("model_version", "latest") + + def __repr__(self, **kwargs): + return "EntitiesRecognitionTask(model_version={})" \ + .format(self.model_version)[:1024] + + def to_generated(self): + return _v3_1_preview_3_models.EntitiesTask( + parameters=_v3_1_preview_3_models.EntitiesTaskParameters( + model_version=self.model_version + ) + ) + + +class EntitiesRecognitionTaskResult(DictMixin): + """EntitiesRecognitionTaskResult contains the results of a single Entities Recognition task, + including additional task metadata. + + :ivar str name: The name of the task. + :ivar results: The results of the analysis. + :vartype results: list[~azure.ai.textanalytics.RecognizeEntitiesResult] + """ + + def __init__(self, **kwargs): + self.name = kwargs.get("name", None) + self.results = kwargs.get("results", []) + + def __repr__(self, **kwargs): + return "EntitiesRecognitionTaskResult(name={}, results={})" \ + .format(self.name, repr(self.results))[:1024] + + +class PiiEntitiesRecognitionTask(DictMixin): + """PiiEntitiesRecognitionTask encapsulates the parameters for starting a + long-running PII Entities Recognition operation. + + :ivar str model_version: The model version to use for the analysis. + :ivar str domain: An optional string to set the PII domain to include only a + subset of the entity categories. Possible values include 'PHI' or None. + """ + + def __init__(self, **kwargs): + self.model_version = kwargs.get("model_version", "latest") + self.domain = kwargs.get("domain", None) + + def __repr__(self, **kwargs): + return "PiiEntitiesRecognitionTask(model_version={}, domain={})" \ + .format(self.model_version, self.domain)[:1024] + + def to_generated(self): + return _v3_1_preview_3_models.PiiTask( + parameters=_v3_1_preview_3_models.PiiTaskParameters( + model_version=self.model_version, + domain=self.domain + ) + ) + + +class PiiEntitiesRecognitionTaskResult(DictMixin): + """PiiEntitiesRecognitionTaskResult contains the results of a single PII Entities Recognition task, + including additional task metadata. + + :ivar str name: The name of the task. + :ivar results: The results of the analysis. + :vartype results: list[~azure.ai.textanalytics.RecognizePiiEntitiesResult] + """ + + def __init__(self, **kwargs): + self.name = kwargs.get("name", None) + self.results = kwargs.get("results", []) + + def __repr__(self, **kwargs): + return "PiiEntitiesRecognitionTaskResult(name={}, results={})" \ + .format(self.name, repr(self.results))[:1024] + + +class KeyPhraseExtractionTask(DictMixin): + """KeyPhraseExtractionTask encapsulates the parameters for starting a long-running Key Phrase Extraction operation. + + :ivar str model_version: The model version to use for the analysis. + """ + + def __init__(self, **kwargs): + self.model_version = kwargs.get("model_version", "latest") + + def __repr__(self, **kwargs): + return "KeyPhraseExtractionTask(model_version={})" \ + .format(self.model_version)[:1024] + + def to_generated(self): + return _v3_1_preview_3_models.KeyPhrasesTask( + parameters=_v3_1_preview_3_models.KeyPhrasesTaskParameters( + model_version=self.model_version + ) + ) + + +class KeyPhraseExtractionTaskResult(DictMixin): + """KeyPhraseExtractionTaskResult contains the results of a single Key Phrase Extraction task, including additional + task metadata. + + :ivar str name: The name of the task. + :ivar results: The results of the analysis. + :vartype results: list[~azure.ai.textanalytics.ExtractKeyPhrasesResult] + """ + + def __init__(self, **kwargs): + self.name = kwargs.get("name", None) + self.results = kwargs.get("results", []) + + def __repr__(self, **kwargs): + return "KeyPhraseExtractionTaskResult(name={}, results={})" \ + .format(self.name, repr(self.results))[:1024] + + +class TextAnalysisResult(DictMixin): + """TextAnalysisResult contains the results of multiple text analyses performed on a batch of documents. + + :ivar entities_recognition_results: A list of objects containing results for all Entity Recognition tasks + included in the analysis. + :vartype entities_recognition_results: list[~azure.ai.textanalytics.EntitiesRecognitionTaskResult] + :ivar pii_entities_recognition_results: A list of objects containing results for all PII Entity Recognition + tasks included in the analysis. + :vartype pii_entities_recogition_results: list[~azure.ai.textanalytics.PiiEntitiesRecognitionTaskResult] + :ivar key_phrase_extraction_results: A list of objects containing results for all Key Phrase Extraction tasks + included in the analysis. + :vartype key_phrase_extraction_results: list[~azure.ai.textanalytics.KeyPhraseExtractionTaskResult] + """ + def __init__(self, **kwargs): + self.entities_recognition_results = kwargs.get("entities_recognition_results", []) + self.pii_entities_recognition_results = kwargs.get("pii_entities_recognition_results", []) + self.key_phrase_extraction_results = kwargs.get("key_phrase_extraction_results", []) + + def __repr__(self): + return "TextAnalysisResult(entities_recognition_results={}, pii_entities_recognition_results={}, \ + key_phrase_extraction_results={})" \ + .format( + repr(self.entities_recognition_results), + repr(self.pii_entities_recognition_results), + repr(self.key_phrase_extraction_results) + )[:1024] + + +class RequestStatistics(DictMixin): + def __init__(self, **kwargs): + self.documents_count = kwargs.get("documents_count") + self.valid_documents_count = kwargs.get("valid_documents_count") + self.erroneous_documents_count = kwargs.get("erroneous_documents_count") + self.transactions_count = kwargs.get("transactions_count") + + @classmethod + def _from_generated(cls, request_statistics): + return cls( + documents_count=request_statistics.documents_count, + valid_documents_count=request_statistics.valid_documents_count, + erroneous_documents_count=request_statistics.erroneous_documents_count, + transactions_count=request_statistics.transactions_count + ) + + def __repr__(self, **kwargs): + return "RequestStatistics(documents_count={}, valid_documents_count={}, erroneous_documents_count={}, \ + transactions_count={}".format( + self.documents_count, + self.valid_documents_count, + self.erroneous_documents_count, + self.transactions_count + )[:1024] diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_paging.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_paging.py new file mode 100644 index 000000000000..6072d2d657d9 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_paging.py @@ -0,0 +1,20 @@ +# coding=utf-8 +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ + +from azure.core.paging import ItemPaged + + +class AnalyzeHealthcareResult(ItemPaged): + def __init__(self, *args, **kwargs): + self.model_version = kwargs.pop('model_version') + self.statistics = kwargs.pop('statistics') + super(AnalyzeHealthcareResult, self).__init__(*args, **kwargs) + + +class AnalyzeResult(ItemPaged): + def __init__(self, *args, **kwargs): + self.statistics = kwargs.pop('statistics') + super(AnalyzeResult, self).__init__(*args, **kwargs) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_response_handlers.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_response_handlers.py index 79383ba63957..42df6bd801b0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_response_handlers.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_response_handlers.py @@ -5,6 +5,8 @@ # ------------------------------------ import json +import functools +from six.moves.urllib.parse import urlparse, parse_qsl from azure.core.exceptions import ( HttpResponseError, ClientAuthenticationError, @@ -27,7 +29,14 @@ TextAnalyticsWarning, RecognizePiiEntitiesResult, PiiEntity, + AnalyzeHealthcareResultItem, + TextAnalysisResult, + EntitiesRecognitionTaskResult, + PiiEntitiesRecognitionTaskResult, + KeyPhraseExtractionTaskResult, + RequestStatistics ) +from ._paging import AnalyzeHealthcareResult, AnalyzeResult class CSODataV4Format(ODataV4Format): @@ -60,22 +69,61 @@ def order_results(response, combined): return ordered_response +def order_lro_results(doc_id_order, combined): + """Order results in the order the user passed them in. + For long running operations, we need to explicitly pass in the + document ids since the initial request will no longer be available. + + :param doc_id_order: A list of document IDs from the original request. + :param combined: A combined list of the results | errors + :return: In order list of results | errors (if any) + """ + + mapping = [(item.id, item) for item in combined] + ordered_response = [i[1] for i in sorted(mapping, key=lambda m: doc_id_order.index(m[0]))] + return ordered_response + + def prepare_result(func): - def wrapper(response, obj, response_headers): # pylint: disable=unused-argument - if obj.errors: - combined = obj.documents + obj.errors - results = order_results(response, combined) - else: - results = obj.documents - - for idx, item in enumerate(results): - if hasattr(item, "error"): - results[idx] = DocumentError(id=item.id, error=TextAnalyticsError._from_generated(item.error)) # pylint: disable=protected-access + def choose_wrapper(*args, **kwargs): + def wrapper(response, obj, response_headers): # pylint: disable=unused-argument + if obj.errors: + combined = obj.documents + obj.errors + results = order_results(response, combined) + else: - results[idx] = func(item, results) - return results + results = obj.documents - return wrapper + for idx, item in enumerate(results): + if hasattr(item, "error"): + results[idx] = DocumentError(id=item.id, error=TextAnalyticsError._from_generated(item.error)) # pylint: disable=protected-access + else: + results[idx] = func(item, results) + return results + + def lro_wrapper(doc_id_order, obj, response_headers): # pylint: disable=unused-argument + if obj.errors: + combined = obj.documents + obj.errors + + results = order_lro_results(doc_id_order, combined) + else: + results = obj.documents + + for idx, item in enumerate(results): + if hasattr(item, "error"): + results[idx] = DocumentError(id=item.id, error=TextAnalyticsError._from_generated(item.error)) # pylint: disable=protected-access + else: + results[idx] = func(item, results) + return results + + lro = kwargs.get("lro", False) + + if lro: + return lro_wrapper(*args) + + return wrapper(*args) + + return choose_wrapper @prepare_result @@ -89,7 +137,7 @@ def language_result(language, results): # pylint: disable=unused-argument @prepare_result -def entities_result(entity, results): # pylint: disable=unused-argument +def entities_result(entity, results, *args, **kwargs): # pylint: disable=unused-argument return RecognizeEntitiesResult( id=entity.id, entities=[CategorizedEntity._from_generated(e) for e in entity.entities], # pylint: disable=protected-access @@ -99,7 +147,7 @@ def entities_result(entity, results): # pylint: disable=unused-argument @prepare_result -def linked_entities_result(entity, results): # pylint: disable=unused-argument +def linked_entities_result(entity, results, *args, **kwargs): # pylint: disable=unused-argument return RecognizeLinkedEntitiesResult( id=entity.id, entities=[LinkedEntity._from_generated(e) for e in entity.entities], # pylint: disable=protected-access @@ -109,7 +157,7 @@ def linked_entities_result(entity, results): # pylint: disable=unused-argument @prepare_result -def key_phrases_result(phrases, results): # pylint: disable=unused-argument +def key_phrases_result(phrases, results, *args, **kwargs): # pylint: disable=unused-argument return ExtractKeyPhrasesResult( id=phrases.id, key_phrases=phrases.key_phrases, @@ -119,7 +167,7 @@ def key_phrases_result(phrases, results): # pylint: disable=unused-argument @prepare_result -def sentiment_result(sentiment, results): +def sentiment_result(sentiment, results, *args, **kwargs): # pylint: disable=unused-argument return AnalyzeSentimentResult( id=sentiment.id, sentiment=sentiment.sentiment, @@ -130,7 +178,7 @@ def sentiment_result(sentiment, results): ) @prepare_result -def pii_entities_result(entity, results): # pylint: disable=unused-argument +def pii_entities_result(entity, results, *args, **kwargs): # pylint: disable=unused-argument return RecognizePiiEntitiesResult( id=entity.id, entities=[PiiEntity._from_generated(e) for e in entity.entities], # pylint: disable=protected-access @@ -138,3 +186,79 @@ def pii_entities_result(entity, results): # pylint: disable=unused-argument warnings=[TextAnalyticsWarning._from_generated(w) for w in entity.warnings], # pylint: disable=protected-access statistics=TextDocumentStatistics._from_generated(entity.statistics), # pylint: disable=protected-access ) + + +@prepare_result +def healthcare_result(health_result, results, *args, **kwargs): # pylint: disable=unused-argument + return AnalyzeHealthcareResultItem._from_generated(health_result) # pylint: disable=protected-access + + +def analyze_result(doc_id_order, obj, response_headers, tasks, **kwargs): # pylint: disable=unused-argument + return TextAnalysisResult( + entities_recognition_results=[ + EntitiesRecognitionTaskResult( + name=t.name, + results=entities_result(doc_id_order, t.results, response_headers, lro=True) + ) for t in tasks.entity_recognition_tasks + ] if tasks.entity_recognition_tasks else [], + pii_entities_recognition_results=[ + PiiEntitiesRecognitionTaskResult( + name=t.name, + results=pii_entities_result(doc_id_order, t.results, response_headers, lro=True) + ) for t in tasks.entity_recognition_pii_tasks + ] if tasks.entity_recognition_pii_tasks else [], + key_phrase_extraction_results=[ + KeyPhraseExtractionTaskResult( + name=t.name, + results=key_phrases_result(doc_id_order, t.results, response_headers, lro=True) + ) for t in tasks.key_phrase_extraction_tasks + ] if tasks.key_phrase_extraction_tasks else [] + ) + + +def healthcare_extract_page_data(doc_id_order, obj, response_headers, health_job_state): # pylint: disable=unused-argument + return (health_job_state.next_link, + healthcare_result(doc_id_order, health_job_state.results, response_headers, lro=True)) + + +def analyze_extract_page_data(doc_id_order, obj, response_headers, analyze_job_state): + return analyze_job_state.next_link, [analyze_result(doc_id_order, obj, response_headers, analyze_job_state.tasks)] + + +def lro_get_next_page(lro_status_callback, first_page, continuation_token, show_stats=False): + if continuation_token is None: + return first_page + + try: + continuation_token = continuation_token.decode("utf-8") + + except AttributeError: + pass + + parsed_url = urlparse(continuation_token) + job_id = parsed_url.path.split("/")[-1] + query_params = dict(parse_qsl(parsed_url.query.replace("$", ""))) + query_params["show_stats"] = show_stats + + return lro_status_callback(job_id, **query_params) + + +def healthcare_paged_result(doc_id_order, health_status_callback, _, obj, response_headers, show_stats=False): # pylint: disable=unused-argument + return AnalyzeHealthcareResult( + functools.partial(lro_get_next_page, health_status_callback, obj, show_stats=show_stats), + functools.partial(healthcare_extract_page_data, doc_id_order, obj, response_headers), + model_version=obj.results.model_version, + statistics=RequestStatistics._from_generated(obj.results.statistics) if show_stats else None # pylint: disable=protected-access + ) + +def analyze_paged_result(doc_id_order, analyze_status_callback, _, obj, response_headers, show_stats=False): # pylint: disable=unused-argument + return AnalyzeResult( + functools.partial(lro_get_next_page, analyze_status_callback, obj, show_stats=show_stats), + functools.partial(analyze_extract_page_data, doc_id_order, obj, response_headers), + statistics=RequestStatistics._from_generated(obj.statistics) \ + if show_stats and obj.statistics is not None else None # pylint: disable=protected-access + ) + +def _get_deserialize(): + from ._generated.v3_1_preview_3 import TextAnalyticsClient + return TextAnalyticsClient("dummy", "dummy")._deserialize # pylint: disable=protected-access diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_response_handlers_async.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_response_handlers_async.py new file mode 100644 index 000000000000..4059f532f1eb --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_response_handlers_async.py @@ -0,0 +1,58 @@ +# coding=utf-8 +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ + + +import functools +from urllib.parse import urlparse, parse_qsl + +from ._models import RequestStatistics +from ._async_paging import AnalyzeHealthcareResultAsync, AnalyzeResultAsync +from ._response_handlers import healthcare_result, analyze_result + + +async def healthcare_extract_page_data_async(doc_id_order, obj, response_headers, health_job_state): # pylint: disable=unused-argument + return (health_job_state.next_link, + healthcare_result(doc_id_order, health_job_state.results, response_headers, lro=True)) + + +async def analyze_extract_page_data_async(doc_id_order, obj, response_headers, analyze_job_state): + return analyze_job_state.next_link, [analyze_result(doc_id_order, obj, response_headers, analyze_job_state.tasks)] + + +async def lro_get_next_page_async(lro_status_callback, first_page, continuation_token, show_stats=False): + if continuation_token is None: + return first_page + + try: + continuation_token = continuation_token.decode("utf-8") + + except AttributeError: + pass + + parsed_url = urlparse(continuation_token) + job_id = parsed_url.path.split("/")[-1] + query_params = dict(parse_qsl(parsed_url.query.replace("$", ""))) + query_params["show_stats"] = show_stats + + return await lro_status_callback(job_id, **query_params) + + +def healthcare_paged_result(doc_id_order, health_status_callback, response, obj, response_headers, show_stats=False): # pylint: disable=unused-argument + return AnalyzeHealthcareResultAsync( + functools.partial(lro_get_next_page_async, health_status_callback, obj, show_stats=show_stats), + functools.partial(healthcare_extract_page_data_async, doc_id_order, obj, response_headers), + model_version=obj.results.model_version, + statistics=RequestStatistics._from_generated(obj.results.statistics) if show_stats else None # pylint: disable=protected-access + ) + + +def analyze_paged_result(doc_id_order, analyze_status_callback, response, obj, response_headers, show_stats=False): # pylint: disable=unused-argument + return AnalyzeResultAsync( + functools.partial(lro_get_next_page_async, analyze_status_callback, obj), + functools.partial(analyze_extract_page_data_async, doc_id_order, obj, response_headers), + statistics=RequestStatistics._from_generated(obj.statistics) \ + if show_stats and obj.statistics is not None else None # pylint: disable=protected-access + ) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py index a484260ccc01..97523b792bed 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py @@ -12,6 +12,10 @@ Dict, TYPE_CHECKING, ) +from functools import partial +from six.moves.urllib.parse import urlparse +from azure.core.paging import ItemPaged +from azure.core.polling import LROPoller from azure.core.tracing.decorator import distributed_trace from azure.core.exceptions import HttpResponseError from ._base_client import TextAnalyticsClientBase @@ -23,8 +27,12 @@ key_phrases_result, sentiment_result, language_result, - pii_entities_result + pii_entities_result, + healthcare_paged_result, + analyze_paged_result, + _get_deserialize ) +from ._lro import TextAnalyticsOperationResourcePolling, TextAnalyticsLROPollingMethod if TYPE_CHECKING: from azure.core.credentials import TokenCredential, AzureKeyCredential @@ -38,6 +46,11 @@ AnalyzeSentimentResult, DocumentError, RecognizePiiEntitiesResult, + EntitiesRecognitionTask, + PiiEntitiesRecognitionTask, + KeyPhraseExtractionTask, + AnalyzeHealthcareResultItem, + TextAnalysisResult ) @@ -94,6 +107,7 @@ def __init__(self, endpoint, credential, **kwargs): self._default_language = kwargs.pop("default_language", "en") self._default_country_hint = kwargs.pop("default_country_hint", "US") self._string_code_unit = None if kwargs.get("api_version") == "v3.0" else "UnicodeCodePoint" + self._deserialize = _get_deserialize() @distributed_trace def detect_language( # type: ignore @@ -377,6 +391,125 @@ def recognize_linked_entities( # type: ignore except HttpResponseError as error: process_http_response_error(error) + def _healthcare_result_callback(self, doc_id_order, raw_response, _, headers, show_stats=False): + healthcare_result = self._deserialize( + self._client.models(api_version="v3.1-preview.3").HealthcareJobState, + raw_response + ) + return healthcare_paged_result( + doc_id_order, + self._client.health_status, + raw_response, + healthcare_result, + headers, + show_stats=show_stats + ) + + @distributed_trace + def begin_analyze_healthcare( # type: ignore + self, + documents, # type: Union[List[str], List[TextDocumentInput], List[Dict[str, str]]] + **kwargs # type: Any + ): # type: (...) -> LROPoller[ItemPaged[AnalyzeHealthcareResultItem]] + """Analyze healthcare entities and identify relationships between these entities in a batch of documents. + + Entities are associated with references that can be found in existing knowledge bases, + such as UMLS, CHV, MSH, etc. + + Relations are comprised of a pair of entities and a directional relationship. + + :param documents: The set of documents to process as part of this batch. + If you wish to specify the ID and language on a per-item basis you must + use as input a list[:class:`~azure.ai.textanalytics.TextDocumentInput`] or a list of + dict representations of :class:`~azure.ai.textanalytics.TextDocumentInput`, like + `{"id": "1", "language": "en", "text": "hello world"}`. + :type documents: + list[str] or list[~azure.ai.textanalytics.TextDocumentInput] or + list[dict[str, str]] + :keyword str model_version: This value indicates which model will + be used for scoring, e.g. "latest", "2019-10-01". If a model-version + is not specified, the API will default to the latest, non-preview version. + :keyword bool show_stats: If set to true, response will contain document level statistics. + :keyword int polling_interval: Waiting time between two polls for LRO operations + if no Retry-After header is present. Defaults to 5 seconds. + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :return: An instance of an LROPoller. Call `result()` on the poller + object to return a list[:class:`~azure.ai.textanalytics.AnalyzeHealthcareResultItem`]. + :raises ~azure.core.exceptions.HttpResponseError or TypeError or ValueError or NotImplementedError: + + .. admonition:: Example: + + .. literalinclude:: ../samples/sample_analyze_healthcare.py + :start-after: [START analyze_healthcare] + :end-before: [END analyze_healthcare] + :language: python + :dedent: 8 + :caption: Recognize healthcare entities in a batch of documents. + """ + language_arg = kwargs.pop("language", None) + language = language_arg if language_arg is not None else self._default_language + docs = _validate_input(documents, "language", language) + model_version = kwargs.pop("model_version", None) + show_stats = kwargs.pop("show_stats", False) + polling_interval = kwargs.pop("polling_interval", 5) + continuation_token = kwargs.pop("continuation_token", None) + + doc_id_order = [doc.get("id") for doc in docs] + + try: + return self._client.begin_health( + docs, + model_version=model_version, + string_index_type=self._string_code_unit, + cls=kwargs.pop("cls", partial(self._healthcare_result_callback, doc_id_order, show_stats=show_stats)), + polling=TextAnalyticsLROPollingMethod( + timeout=polling_interval, + lro_algorithms=[ + TextAnalyticsOperationResourcePolling(show_stats=show_stats) + ], + **kwargs), + continuation_token=continuation_token, + **kwargs + ) + + except ValueError as error: + if "API version v3.0 does not have operation 'begin_health'" in str(error): + raise ValueError( + "'begin_analyze_healthcare' endpoint is only available for API version v3.1-preview.3" + ) + raise error + + except HttpResponseError as error: + process_http_response_error(error) + + def begin_cancel_analyze_healthcare( # type: ignore + self, + poller, # type: LROPoller[ItemPaged[AnalyzeHealthcareResultItem]] + **kwargs + ): + # type: (...) -> LROPoller[None] + """Cancel an existing health operation. + + :param poller: The LRO poller object associated with the health operation. + :return: An instance of an LROPoller that returns None. + :rtype: ~azure.core.polling.LROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError or TypeError or ValueError or NotImplementedError: + """ + polling_interval = kwargs.pop("polling_interval", 5) + initial_response = getattr(poller._polling_method, "_initial_response") # pylint: disable=protected-access + operation_location = initial_response.http_response.headers["Operation-Location"] + + job_id = urlparse(operation_location).path.split("/")[-1] + + try: + return self._client.begin_cancel_health_job( + job_id, + polling=TextAnalyticsLROPollingMethod(timeout=polling_interval) + ) + + except HttpResponseError as error: + process_http_response_error(error) + @distributed_trace def extract_key_phrases( # type: ignore self, @@ -529,3 +662,117 @@ def analyze_sentiment( # type: ignore raise error except HttpResponseError as error: process_http_response_error(error) + + def _analyze_result_callback(self, doc_id_order, raw_response, _, headers, show_stats=False): + analyze_result = self._deserialize( + self._client.models(api_version="v3.1-preview.3").AnalyzeJobState, # pylint: disable=protected-access + raw_response + ) + return analyze_paged_result( + doc_id_order, + self._client.analyze_status, + raw_response, + analyze_result, + headers, + show_stats=show_stats + ) + + @distributed_trace + def begin_analyze( # type: ignore + self, + documents, # type: Union[List[str], List[TextDocumentInput], List[Dict[str, str]]] + entities_recognition_tasks=None, # type: List[EntitiesRecognitionTask] + pii_entities_recognition_tasks=None, # type: List[PiiEntitiesRecognitionTask] + key_phrase_extraction_tasks=None, # type: List[KeyPhraseExtractionTask] + **kwargs # type: Any + ): # type: (...) -> LROPoller[ItemPaged[TextAnalysisResult]] + """Start a long-running operation to perform a variety of text analysis tasks over a batch of documents. + + :param documents: The set of documents to process as part of this batch. + If you wish to specify the ID and language on a per-item basis you must + use as input a list[:class:`~azure.ai.textanalytics.TextDocumentInput`] or a list of + dict representations of :class:`~azure.ai.textanalytics.TextDocumentInput`, like + `{"id": "1", "language": "en", "text": "hello world"}`. + :type documents: + list[str] or list[~azure.ai.textanalytics.TextDocumentInput] or + list[dict[str, str]] + :param tasks: A list of tasks to include in the analysis. Each task object encapsulates the parameters + used for the particular task type. + :type tasks: list[Union[~azure.ai.textanalytics.EntitiesRecognitionTask, + ~azure.ai.textanalytics.PiiEntitiesRecognitionTask, ~azure.ai.textanalytics.EntityLinkingTask, + ~azure.ai.textanalytics.KeyPhraseExtractionTask, ~azure.ai.textanalytics.SentimentAnalysisTask]] + :keyword str display_name: An optional display name to set for the requested analysis. + :keyword str language: The 2 letter ISO 639-1 representation of language for the + entire batch. For example, use "en" for English; "es" for Spanish etc. + If not set, uses "en" for English as default. Per-document language will + take precedence over whole batch language. See https://aka.ms/talangs for + supported languages in Text Analytics API. + :keyword bool show_stats: If set to true, response will contain document level statistics. + :keyword int polling_interval: Waiting time between two polls for LRO operations + if no Retry-After header is present. Defaults to 30 seconds. + :return: An instance of an LROPoller. Call `result()` on the poller + object to return an instance of TextAnalysisResult. + :raises ~azure.core.exceptions.HttpResponseError or TypeError or ValueError or NotImplementedError: + + .. admonition:: Example: + + .. literalinclude:: ../samples/sample_analyze.py + :start-after: [START analyze] + :end-before: [END analyze] + :language: python + :dedent: 8 + :caption: Start a long-running operation to perform a variety of text analysis + tasks over a batch of documents. + """ + + display_name = kwargs.pop("display_name", None) + language_arg = kwargs.pop("language", None) + language = language_arg if language_arg is not None else self._default_language + docs = self._client.models(api_version="v3.1-preview.3").MultiLanguageBatchInput( + documents=_validate_input(documents, "language", language) + ) + show_stats = kwargs.pop("show_stats", False) + polling_interval = kwargs.pop("polling_interval", self._client._config.polling_interval) # pylint: disable=protected-access + continuation_token = kwargs.pop("continuation_token", None) + + doc_id_order = [doc.get("id") for doc in docs.documents] + + try: + analyze_tasks = self._client.models(api_version='v3.1-preview.3').JobManifestTasks( + entity_recognition_tasks=[ + t.to_generated() for t in entities_recognition_tasks + ] if entities_recognition_tasks else [], + entity_recognition_pii_tasks=[ + t.to_generated() for t in pii_entities_recognition_tasks + ] if pii_entities_recognition_tasks else [], + key_phrase_extraction_tasks=[ + t.to_generated() for t in key_phrase_extraction_tasks + ] if key_phrase_extraction_tasks else [] + ) + analyze_body = self._client.models(api_version='v3.1-preview.3').AnalyzeBatchInput( + display_name=display_name, + tasks=analyze_tasks, + analysis_input=docs + ) + return self._client.begin_analyze( + body=analyze_body, + cls=kwargs.pop("cls", partial(self._analyze_result_callback, doc_id_order, show_stats=show_stats)), + polling=TextAnalyticsLROPollingMethod( + timeout=polling_interval, + lro_algorithms=[ + TextAnalyticsOperationResourcePolling(show_stats=show_stats) + ], + **kwargs), + continuation_token=continuation_token, + **kwargs + ) + + except ValueError as error: + if "API version v3.0 does not have operation 'begin_analyze'" in str(error): + raise ValueError( + "'begin_analyze' endpoint is only available for API version v3.1-preview.3" + ) + raise error + + except HttpResponseError as error: + process_http_response_error(error) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py index 6d31b292c798..ca249e61931a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py @@ -12,6 +12,9 @@ Dict, TYPE_CHECKING ) +from functools import partial +from azure.core.async_paging import AsyncItemPaged +from azure.core.polling import AsyncLROPoller from azure.core.tracing.decorator_async import distributed_trace_async from azure.core.exceptions import HttpResponseError from ._base_client_async import AsyncTextAnalyticsClientBase @@ -24,7 +27,9 @@ sentiment_result, language_result, pii_entities_result, + _get_deserialize ) +from .._response_handlers_async import healthcare_paged_result, analyze_paged_result from .._models import ( DetectLanguageInput, TextDocumentInput, @@ -35,7 +40,14 @@ AnalyzeSentimentResult, DocumentError, RecognizePiiEntitiesResult, + AnalyzeHealthcareResultItem, + EntitiesRecognitionTask, + PiiEntitiesRecognitionTask, + KeyPhraseExtractionTask, + TextAnalysisResult ) +from .._lro import TextAnalyticsOperationResourcePolling +from .._async_lro import TextAnalyticsAsyncLROPollingMethod if TYPE_CHECKING: from azure.core.credentials_async import AsyncTokenCredential @@ -99,6 +111,7 @@ def __init__( # type: ignore self._default_language = kwargs.pop("default_language", "en") self._default_country_hint = kwargs.pop("default_country_hint", "US") self._string_code_unit = None if kwargs.get("api_version") == "v3.0" else "UnicodeCodePoint" + self._deserialize = _get_deserialize() @distributed_trace_async async def detect_language( # type: ignore @@ -530,3 +543,239 @@ async def analyze_sentiment( # type: ignore raise error except HttpResponseError as error: process_http_response_error(error) + + def _healthcare_result_callback(self, doc_id_order, raw_response, _, headers, show_stats=False): + healthcare_result = self._deserialize( + self._client.models(api_version="v3.1-preview.3").HealthcareJobState, + raw_response + ) + return healthcare_paged_result( + doc_id_order, + self._client.health_status, + raw_response, + healthcare_result, + headers, + show_stats=show_stats + ) + + @distributed_trace_async + async def begin_analyze_healthcare( # type: ignore + self, + documents, # type: Union[List[str], List[TextDocumentInput], List[Dict[str, str]]] + **kwargs # type: Any + ): # type: (...) -> AsyncLROPoller[AsyncItemPaged[AnalyzeHealthcareResultItem]] + """Analyze healthcare entities and identify relationships between these entities in a batch of documents. + + Entities are associated with references that can be found in existing knowledge bases, + such as UMLS, CHV, MSH, etc. + + Relations are comprised of a pair of entities and a directional relationship. + + :param documents: The set of documents to process as part of this batch. + If you wish to specify the ID and language on a per-item basis you must + use as input a list[:class:`~azure.ai.textanalytics.TextDocumentInput`] or a list of + dict representations of :class:`~azure.ai.textanalytics.TextDocumentInput`, like + `{"id": "1", "language": "en", "text": "hello world"}`. + :type documents: + list[str] or list[~azure.ai.textanalytics.TextDocumentInput] or + list[dict[str, str]] + :keyword str model_version: This value indicates which model will + be used for scoring, e.g. "latest", "2019-10-01". If a model-version + is not specified, the API will default to the latest, non-preview version. + :keyword bool show_stats: If set to true, response will contain document level statistics. + :keyword int polling_interval: Waiting time between two polls for LRO operations + if no Retry-After header is present. Defaults to 5 seconds. + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :return: An instance of an AsyncLROPoller. Call `result()` on the poller + object to return a list[:class:`~azure.ai.textanalytics.AnalyzeHealthcareResultItem`]. + :raises ~azure.core.exceptions.HttpResponseError or TypeError or ValueError or NotImplementedError: + + .. admonition:: Example: + + .. literalinclude:: ../samples/async_samples/sample_analyze_healthcare_async.py + :start-after: [START analyze_healthcare_async] + :end-before: [END analyze_healthcare_async] + :language: python + :dedent: 8 + :caption: Analyze healthcare entities in a batch of documents. + """ + language_arg = kwargs.pop("language", None) + language = language_arg if language_arg is not None else self._default_language + docs = _validate_input(documents, "language", language) + model_version = kwargs.pop("model_version", None) + show_stats = kwargs.pop("show_stats", False) + polling_interval = kwargs.pop("polling_interval", 5) + continuation_token = kwargs.pop("continuation_token", None) + + doc_id_order = [doc.get("id") for doc in docs] + + try: + return await self._client.begin_health( + docs, + model_version=model_version, + string_index_type=self._string_code_unit, + cls=kwargs.pop("cls", partial(self._healthcare_result_callback, doc_id_order, show_stats=show_stats)), + polling=TextAnalyticsAsyncLROPollingMethod( + timeout=polling_interval, + lro_algorithms=[ + TextAnalyticsOperationResourcePolling(show_stats=show_stats) + ], + **kwargs), + continuation_token=continuation_token, + **kwargs + ) + + except ValueError as error: + if "API version v3.0 does not have operation 'begin_health'" in str(error): + raise ValueError( + "'begin_analyze_healthcare' endpoint is only available for API version v3.1-preview and up" + ) + raise error + + except HttpResponseError as error: + process_http_response_error(error) + + async def begin_cancel_analyze_healthcare( # type: ignore + self, + poller, # type: AsyncLROPoller[AsyncItemPaged[AnalyzeHealthcareResultItem]] + **kwargs + ): + # type: (...) -> AsyncLROPoller[None] + """Cancel an existing health operation. + + :param poller: The LRO poller object associated with the health operation. + :return: An instance of an LROPoller that returns None. + :rtype: ~azure.core.polling.LROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError or TypeError or ValueError or NotImplementedError: + """ + polling_interval = kwargs.pop("polling_interval", 5) # pylint: disable=protected-access + + initial_response = getattr(poller._polling_method, "_initial_response") # pylint: disable=protected-access + operation_location = initial_response.http_response.headers["Operation-Location"] + + from urllib.parse import urlparse + job_id = urlparse(operation_location).path.split("/")[-1] + + try: + return await self._client.begin_cancel_health_job( + job_id, + polling=TextAnalyticsAsyncLROPollingMethod(polling_interval=polling_interval) + ) + + except HttpResponseError as error: + process_http_response_error(error) + + def _analyze_result_callback(self, doc_id_order, raw_response, _, headers, show_stats=False): + analyze_result = self._deserialize( + self._client.models(api_version="v3.1-preview.3").AnalyzeJobState, + raw_response + ) + return analyze_paged_result( + doc_id_order, + self._client.analyze_status, + raw_response, + analyze_result, + headers, + show_stats=show_stats + ) + + @distributed_trace_async + async def begin_analyze( # type: ignore + self, + documents, # type: Union[List[str], List[TextDocumentInput], List[Dict[str, str]]] + entities_recognition_tasks=None, # type: List[EntitiesRecognitionTask] + pii_entities_recognition_tasks=None, # type: List[PiiEntitiesRecognitionTask] + key_phrase_extraction_tasks=None, # type: List[KeyPhraseExtractionTask] + **kwargs # type: Any + ): # type: (...) -> AsyncLROPoller[AsyncItemPaged[TextAnalysisResult]] + """Start a long-running operation to perform a variety of text analysis tasks over a batch of documents. + + :param documents: The set of documents to process as part of this batch. + If you wish to specify the ID and language on a per-item basis you must + use as input a list[:class:`~azure.ai.textanalytics.TextDocumentInput`] or a list of + dict representations of :class:`~azure.ai.textanalytics.TextDocumentInput`, like + `{"id": "1", "language": "en", "text": "hello world"}`. + :type documents: + list[str] or list[~azure.ai.textanalytics.TextDocumentInput] or + list[dict[str, str]] + :param tasks: A list of tasks to include in the analysis. Each task object encapsulates the parameters + used for the particular task type. + :type tasks: list[Union[~azure.ai.textanalytics.EntitiesRecognitionTask, + ~azure.ai.textanalytics.PiiEntitiesRecognitionTask, ~azure.ai.textanalytics.EntityLinkingTask, + ~azure.ai.textanalytics.KeyPhraseExtractionTask, ~azure.ai.textanalytics.SentimentAnalysisTask]] + :keyword str display_name: An optional display name to set for the requested analysis. + :keyword str language: The 2 letter ISO 639-1 representation of language for the + entire batch. For example, use "en" for English; "es" for Spanish etc. + If not set, uses "en" for English as default. Per-document language will + take precedence over whole batch language. See https://aka.ms/talangs for + supported languages in Text Analytics API. + :keyword bool show_stats: If set to true, response will contain document level statistics. + :keyword int polling_interval: Waiting time between two polls for LRO operations + if no Retry-After header is present. Defaults to 30 seconds. + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :return: An instance of an AsyncLROPoller. Call `result()` on the poller + object to return an instance of TextAnalysisResult. + :raises ~azure.core.exceptions.HttpResponseError or TypeError or ValueError or NotImplementedError: + + .. admonition:: Example: + + .. literalinclude:: ../samples/async_samples/sample_analyze_async.py + :start-after: [START analyze_async] + :end-before: [END analyze_async] + :language: python + :dedent: 8 + :caption: Start a long-running operation to perform a variety of text analysis tasks over + a batch of documents. + """ + + display_name = kwargs.pop("display_name", None) + language_arg = kwargs.pop("language", None) + language = language_arg if language_arg is not None else self._default_language + docs = self._client.models(api_version="v3.1-preview.3").MultiLanguageBatchInput( + documents=_validate_input(documents, "language", language) + ) + show_stats = kwargs.pop("show_stats", False) + polling_interval = kwargs.pop("polling_interval", self._client._config.polling_interval) # pylint: disable=protected-access + continuation_token = kwargs.pop("continuation_token", None) + + doc_id_order = [doc.get("id") for doc in docs.documents] + + try: + analyze_tasks = self._client.models(api_version='v3.1-preview.3').JobManifestTasks( + entity_recognition_tasks=[ + t.to_generated() for t in entities_recognition_tasks + ] if entities_recognition_tasks else [], + entity_recognition_pii_tasks=[ + t.to_generated() for t in pii_entities_recognition_tasks + ] if pii_entities_recognition_tasks else [], + key_phrase_extraction_tasks=[ + t.to_generated() for t in key_phrase_extraction_tasks + ] if key_phrase_extraction_tasks else [] + ) + analyze_body = self._client.models(api_version='v3.1-preview.3').AnalyzeBatchInput( + display_name=display_name, + tasks=analyze_tasks, + analysis_input=docs + ) + return await self._client.begin_analyze( + body=analyze_body, + cls=kwargs.pop("cls", partial(self._analyze_result_callback, doc_id_order, show_stats=show_stats)), + polling=TextAnalyticsAsyncLROPollingMethod( + timeout=polling_interval, + lro_algorithms=[ + TextAnalyticsOperationResourcePolling(show_stats=show_stats) + ], + **kwargs), + continuation_token=continuation_token, + **kwargs + ) + + except ValueError as error: + if "API version v3.0 does not have operation 'begin_analyze'" in str(error): + raise ValueError( + "'begin_analyze' endpoint is only available for API version v3.1-preview and up" + ) + raise error + + except HttpResponseError as error: + process_http_response_error(error) diff --git a/sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_analyze_async.py b/sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_analyze_async.py new file mode 100644 index 000000000000..933870d741fb --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_analyze_async.py @@ -0,0 +1,113 @@ +# coding: utf-8 + +# ------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# -------------------------------------------------------------------------- + +""" +FILE: sample_analyze_text.py + +DESCRIPTION: + This sample demonstrates how to submit a collection of text documents for analysis, which consists of a variety + of text analysis tasks, such as Entity Recognition, PII Entity Recognition, Entity Linking, Sentiment Analysis, + or Key Phrase Extraction. The response will contain results from each of the individual tasks specified in the request. + +USAGE: + python sample_analyze_text.py + + Set the environment variables with your own values before running the sample: + 1) AZURE_TEXT_ANALYTICS_ENDPOINT - the endpoint to your Cognitive Services resource. + 2) AZURE_TEXT_ANALYTICS_KEY - your Text Analytics subscription key +""" + + +import os +import asyncio + +class AnalyzeSampleAsync(object): + + async def analyze_async(self): + # [START analyze_async] + from azure.core.credentials import AzureKeyCredential + from azure.ai.textanalytics.aio import TextAnalyticsClient + from azure.ai.textanalytics import EntitiesRecognitionTask, \ + PiiEntitiesRecognitionTask, \ + KeyPhraseExtractionTask + + endpoint = os.environ["AZURE_TEXT_ANALYTICS_ENDPOINT"] + key = os.environ["AZURE_TEXT_ANALYTICS_KEY"] + + text_analytics_client = TextAnalyticsClient( + endpoint=endpoint, + credential=AzureKeyCredential(key), + api_version="v3.1-preview.3" + ) + + documents = [ + "We went to Contoso Steakhouse located at midtown NYC last week for a dinner party, and we adore the spot! \ + They provide marvelous food and they have a great menu. The chief cook happens to be the owner (I think his name is John Doe) \ + and he is super nice, coming out of the kitchen and greeted us all. We enjoyed very much dining in the place! \ + The Sirloin steak I ordered was tender and juicy, and the place was impeccably clean. You can even pre-order from their \ + online menu at www.contososteakhouse.com, call 312-555-0176 or send email to order@contososteakhouse.com! \ + The only complaint I have is the food didn't come fast enough. Overall I highly recommend it!" + ] + + async with text_analytics_client: + poller = await text_analytics_client.begin_analyze( + documents, + display_name="Sample Text Analysis", + entities_recognition_tasks=[EntitiesRecognitionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()] + ) + + result = await poller.result() + + async for page in result: + for task in page.entities_recognition_results: + print("Results of Entities Recognition task:") + + docs = [doc for doc in task.results if not doc.is_error] + for idx, doc in enumerate(docs): + print("\nDocument text: {}".format(documents[idx])) + for entity in doc.entities: + print("Entity: {}".format(entity.text)) + print("...Category: {}".format(entity.category)) + print("...Confidence Score: {}".format(entity.confidence_score)) + print("...Offset: {}".format(entity.offset)) + print("------------------------------------------") + + for task in page.pii_entities_recognition_results: + print("Results of PII Entities Recognition task:") + + docs = [doc for doc in task.results if not doc.is_error] + for idx, doc in enumerate(docs): + print("Document text: {}".format(documents[idx])) + for entity in doc.entities: + print("Entity: {}".format(entity.text)) + print("Category: {}".format(entity.category)) + print("Confidence Score: {}\n".format(entity.confidence_score)) + print("------------------------------------------") + + for task in page.key_phrase_extraction_results: + print("Results of Key Phrase Extraction task:") + + docs = [doc for doc in task.results if not doc.is_error] + for idx, doc in enumerate(docs): + print("Document text: {}\n".format(documents[idx])) + print("Key Phrases: {}\n".format(doc.key_phrases)) + print("------------------------------------------") + + # [END analyze_async] + + +async def main(): + sample = AnalyzeSampleAsync() + await sample.analyze_async() + + +if __name__ == '__main__': + loop = asyncio.get_event_loop() + loop.run_until_complete(main()) \ No newline at end of file diff --git a/sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_analyze_healthcare_async.py b/sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_analyze_healthcare_async.py new file mode 100644 index 000000000000..20b1dc82f371 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_analyze_healthcare_async.py @@ -0,0 +1,88 @@ +# coding: utf-8 + +# ------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# -------------------------------------------------------------------------- + +""" +FILE: sample_analyze_healthcare_async.py + +DESCRIPTION: + This sample demonstrates how to detect healthcare entities in a batch of documents. + Each entity found in the document will have a link associated with it from a + data source. Relations between entities will also be included in the response. + +USAGE: + python sample_analyze_healthcare_async.py + + Set the environment variables with your own values before running the sample: + 1) AZURE_TEXT_ANALYTICS_ENDPOINT - the endpoint to your Cognitive Services resource. + 2) AZURE_TEXT_ANALYTICS_KEY - your Text Analytics subscription key +""" + + +import os +import asyncio + + +class AnalyzeHealthcareSampleAsync(object): + + async def analyze_healthcare_async(self): + # [START analyze_healthcare_async] + from azure.core.credentials import AzureKeyCredential + from azure.ai.textanalytics.aio import TextAnalyticsClient + + endpoint = os.environ["AZURE_TEXT_ANALYTICS_ENDPOINT"] + key = os.environ["AZURE_TEXT_ANALYTICS_KEY"] + + text_analytics_client = TextAnalyticsClient( + endpoint=endpoint, + credential=AzureKeyCredential(key), + api_version="v3.1-preview.3") + + documents = [ + "Subject is taking 100mg of ibuprofen twice daily" + ] + + async with text_analytics_client: + poller = await text_analytics_client.begin_analyze_healthcare(documents) + result = await poller.result() + docs = [doc async for doc in result if not doc.is_error] + + print("Results of Healthcare Analysis:") + for idx, doc in enumerate(docs): + print("Document text: {}\n".format(documents[idx])) + for entity in doc.entities: + print("Entity: {}".format(entity.text)) + print("...Category: {}".format(entity.category)) + print("...Subcategory: {}".format(entity.subcategory)) + print("...Offset: {}".format(entity.offset)) + print("...Confidence score: {}".format(entity.confidence_score)) + if entity.links is not None: + print("...Links:") + for link in entity.links: + print("......ID: {}".format(link.id)) + print("......Data source: {}".format(link.data_source)) + for relation in doc.relations: + print("Relation:") + print("...Source: {}".format(relation.source.text)) + print("...Target: {}".format(relation.target.text)) + print("...Type: {}".format(relation.relation_type)) + print("...Bidirectional: {}".format(relation.is_bidirectional)) + print("------------------------------------------") + + # [END analyze_healthcare_async] + + +async def main(): + sample = AnalyzeHealthcareSampleAsync() + await sample.analyze_healthcare_async() + + +if __name__ == '__main__': + loop = asyncio.get_event_loop() + loop.run_until_complete(main()) + + diff --git a/sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_health_with_cancellation_async.py b/sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_health_with_cancellation_async.py new file mode 100644 index 000000000000..059f4a153437 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_health_with_cancellation_async.py @@ -0,0 +1,76 @@ +# coding: utf-8 + +# ------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# -------------------------------------------------------------------------- + +""" +FILE: sample_health_with_cancellation.py + +DESCRIPTION: + This sample demonstrates how to cancel a Health job after it's been started. + +USAGE: + python sample_health_with_cancellation.py + + Set the environment variables with your own values before running the sample: + 1) AZURE_TEXT_ANALYTICS_ENDPOINT - the endpoint to your Cognitive Services resource. + 2) AZURE_TEXT_ANALYTICS_KEY - your Text Analytics subscription key +""" + + +import os +import asyncio + +class HealthWithCancellationSampleAsync(object): + + async def health_with_cancellation_async(self): + # [START health_with_cancellation_async] + from azure.core.credentials import AzureKeyCredential + from azure.ai.textanalytics.aio import TextAnalyticsClient + + endpoint = os.environ["AZURE_TEXT_ANALYTICS_ENDPOINT"] + key = os.environ["AZURE_TEXT_ANALYTICS_KEY"] + + text_analytics_client = TextAnalyticsClient( + endpoint=endpoint, + credential=AzureKeyCredential(key), + api_version="v3.2-preview.1") + + documents = [ + "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | \ + CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 \ + Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: \ + CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: \ + The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. \ + The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and \ + 50% left main disease , with a strong family history of coronary artery disease with a brother dying at \ + the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. \ + The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities ,\ + but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions \ + in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient's \ + increased symptoms and family history and history left main disease with total occasional of his RCA was referred \ + for revascularization with open heart surgery." + ] + + async with text_analytics_client: + poller = await text_analytics_client.begin_health(documents) + cancellation_poller = await text_analytics_client.begin_cancel_health_operation(poller) + + cancellation_poller.result() + + # [END health_with_cancellation_async] + + +async def main(): + sample = HealthWithCancellationSampleAsync() + await sample.health_with_cancellation_async() + + +if __name__ == '__main__': + loop = asyncio.get_event_loop() + loop.run_until_complete(main()) + + diff --git a/sdk/textanalytics/azure-ai-textanalytics/samples/sample_analyze.py b/sdk/textanalytics/azure-ai-textanalytics/samples/sample_analyze.py new file mode 100644 index 000000000000..77d4e575a1fb --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/samples/sample_analyze.py @@ -0,0 +1,108 @@ +# coding: utf-8 + +# ------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# -------------------------------------------------------------------------- + +""" +FILE: sample_analyze_text.py + +DESCRIPTION: + This sample demonstrates how to submit a collection of text documents for analysis, which consists of a variety + of text analysis tasks, such as Entity Recognition, PII Entity Recognition, Entity Linking, Sentiment Analysis, + or Key Phrase Extraction. The response will contain results from each of the individual tasks specified in the request. + +USAGE: + python sample_analyze_text.py + + Set the environment variables with your own values before running the sample: + 1) AZURE_TEXT_ANALYTICS_ENDPOINT - the endpoint to your Cognitive Services resource. + 2) AZURE_TEXT_ANALYTICS_KEY - your Text Analytics subscription key +""" + + +import os + + +class AnalyzeSample(object): + + def analyze(self): + # [START analyze] + from azure.core.credentials import AzureKeyCredential + from azure.ai.textanalytics import TextAnalyticsClient, \ + EntitiesRecognitionTask, \ + PiiEntitiesRecognitionTask, \ + KeyPhraseExtractionTask + + endpoint = os.environ["AZURE_TEXT_ANALYTICS_ENDPOINT"] + key = os.environ["AZURE_TEXT_ANALYTICS_KEY"] + + text_analytics_client = TextAnalyticsClient( + endpoint=endpoint, + credential=AzureKeyCredential(key), + api_version="v3.1-preview.3" + ) + + documents = [ + # "We went to Contoso Steakhouse located at midtown NYC last week for a dinner party, and we adore the spot! \ + # They provide marvelous food and they have a great menu. The chief cook happens to be the owner (I think his name is John Doe) \ + # and he is super nice, coming out of the kitchen and greeted us all. We enjoyed very much dining in the place! \ + # The Sirloin steak I ordered was tender and juicy, and the place was impeccably clean. You can even pre-order from their \ + # online menu at www.contososteakhouse.com, call 312-555-0176 or send email to order@contososteakhouse.com! \ + # The only complaint I have is the food didn't come fast enough. Overall I highly recommend it!" + "Microsoft was founded by Bill Gates and Paul Allen." + ] + + poller = text_analytics_client.begin_analyze( + documents, + display_name="Sample Text Analysis", + entities_recognition_tasks=[EntitiesRecognitionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()] + ) + + result = poller.result() + + for page in result: + for task in page.entities_recognition_results: + print("Results of Entities Recognition task:") + + docs = [doc for doc in task.results if not doc.is_error] + for idx, doc in enumerate(docs): + print("\nDocument text: {}".format(documents[idx])) + for entity in doc.entities: + print("Entity: {}".format(entity.text)) + print("...Category: {}".format(entity.category)) + print("...Confidence Score: {}".format(entity.confidence_score)) + print("...Offset: {}".format(entity.offset)) + print("------------------------------------------") + + for task in page.pii_entities_recognition_results: + print("Results of PII Entities Recognition task:") + + docs = [doc for doc in task.results if not doc.is_error] + for idx, doc in enumerate(docs): + print("Document text: {}".format(documents[idx])) + for entity in doc.entities: + print("Entity: {}".format(entity.text)) + print("Category: {}".format(entity.category)) + print("Confidence Score: {}\n".format(entity.confidence_score)) + print("------------------------------------------") + + for task in page.key_phrase_extraction_results: + print("Results of Key Phrase Extraction task:") + + docs = [doc for doc in task.results if not doc.is_error] + for idx, doc in enumerate(docs): + print("Document text: {}\n".format(documents[idx])) + print("Key Phrases: {}\n".format(doc.key_phrases)) + print("------------------------------------------") + + # [END analyze] + + +if __name__ == "__main__": + sample = AnalyzeSample() + sample.analyze() \ No newline at end of file diff --git a/sdk/textanalytics/azure-ai-textanalytics/samples/sample_analyze_healthcare.py b/sdk/textanalytics/azure-ai-textanalytics/samples/sample_analyze_healthcare.py new file mode 100644 index 000000000000..d341a642d74d --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/samples/sample_analyze_healthcare.py @@ -0,0 +1,78 @@ +# coding: utf-8 + +# ------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# -------------------------------------------------------------------------- + +""" +FILE: sample_analyze_healthcare.py + +DESCRIPTION: + This sample demonstrates how to detect healthcare entities in a batch of documents. + Each entity found in the document will have a link associated with it from a + data source. Relations between entities will also be included in the response. + +USAGE: + python sample_analyze_healthcare.py + + Set the environment variables with your own values before running the sample: + 1) AZURE_TEXT_ANALYTICS_ENDPOINT - the endpoint to your Cognitive Services resource. + 2) AZURE_TEXT_ANALYTICS_KEY - your Text Analytics subscription key +""" + + +import os + + +class AnalyzeHealthcareSample(object): + + def analyze_healthcare(self): + # [START analyze_healthcare] + from azure.core.credentials import AzureKeyCredential + from azure.ai.textanalytics import TextAnalyticsClient + + endpoint = os.environ["AZURE_TEXT_ANALYTICS_ENDPOINT"] + key = os.environ["AZURE_TEXT_ANALYTICS_KEY"] + + text_analytics_client = TextAnalyticsClient( + endpoint=endpoint, + credential=AzureKeyCredential(key), + api_version="v3.1-preview.3") + + documents = [ + "Subject is taking 100mg of ibuprofen twice daily" + ] + + poller = text_analytics_client.begin_analyze_healthcare(documents, show_stats=True) + result = poller.result() + + docs = [doc for doc in result if not doc.is_error] + + print("Results of Healthcare Analysis:") + for idx, doc in enumerate(docs): + for entity in doc.entities: + print("Entity: {}".format(entity.text)) + print("...Category: {}".format(entity.category)) + print("...Subcategory: {}".format(entity.subcategory)) + print("...Offset: {}".format(entity.offset)) + print("...Confidence score: {}".format(entity.confidence_score)) + if entity.links is not None: + print("...Links:") + for link in entity.links: + print("......ID: {}".format(link.id)) + print("......Data source: {}".format(link.data_source)) + for relation in doc.relations: + print("Relation:") + print("...Source: {}".format(relation.source.text)) + print("...Target: {}".format(relation.target.text)) + print("...Type: {}".format(relation.relation_type)) + print("...Bidirectional: {}".format(relation.is_bidirectional)) + print("------------------------------------------") + + # [END analyze_health] + +if __name__ == "__main__": + sample = AnalyzeHealthcareSample() + sample.analyze_healthcare() diff --git a/sdk/textanalytics/azure-ai-textanalytics/samples/sample_health_with_cancellation.py b/sdk/textanalytics/azure-ai-textanalytics/samples/sample_health_with_cancellation.py new file mode 100644 index 000000000000..93b18948122f --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/samples/sample_health_with_cancellation.py @@ -0,0 +1,68 @@ +# coding: utf-8 + +# ------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# -------------------------------------------------------------------------- + +""" +FILE: sample_health_with_cancellation.py + +DESCRIPTION: + This sample demonstrates how to cancel a Health job after it's been started. + +USAGE: + python sample_health_with_cancellation.py + + Set the environment variables with your own values before running the sample: + 1) AZURE_TEXT_ANALYTICS_ENDPOINT - the endpoint to your Cognitive Services resource. + 2) AZURE_TEXT_ANALYTICS_KEY - your Text Analytics subscription key +""" + + +import os + + +class HealthWithCancellationSample(object): + + def health_with_cancellation(self): + # [START health_with_cancellation] + from azure.core.credentials import AzureKeyCredential + from azure.ai.textanalytics import TextAnalyticsClient + + endpoint = os.environ["AZURE_TEXT_ANALYTICS_ENDPOINT"] + key = os.environ["AZURE_TEXT_ANALYTICS_KEY"] + + text_analytics_client = TextAnalyticsClient( + endpoint=endpoint, + credential=AzureKeyCredential(key), + api_version="v3.2-preview.1") + + documents = [ + "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | \ + CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 \ + Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: \ + CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: \ + The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. \ + The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and \ + 50% left main disease , with a strong family history of coronary artery disease with a brother dying at \ + the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. \ + The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities ,\ + but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions \ + in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient's \ + increased symptoms and family history and history left main disease with total occasional of his RCA was referred \ + for revascularization with open heart surgery." + ] + + poller = text_analytics_client.begin_health(documents) + text_analytics_client.begin_cancel_health_operation(poller) + + # [END health_with_cancellation] + + +if __name__ == "__main__": + sample = HealthWithCancellationSample() + sample.health_with_cancellation() + + diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_entities_task.yaml new file mode 100644 index 000000000000..0a21ef2a71b5 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_entities_task.yaml @@ -0,0 +1,15152 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [], "keyPhraseExtractionTasks": []}, "analysisInput": {"documents": [{"id": + "1", "text": "Microsoft was founded by Bill Gates and Paul Allen on April 4, + 1975.", "language": "en"}, {"id": "2", "text": "Microsoft fue fundado por Bill + Gates y Paul Allen el 4 de abril de 1975.", "language": "es"}, {"id": "3", "text": + "Microsoft wurde am 4. April 1975 von Bill Gates und Paul Allen gegr\u00fcndet.", + "language": "de"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '568' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 0908a751-65b4-48b0-ae0e-7ff4ab381474 + date: + - Thu, 19 Nov 2020 01:34:02 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '295' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:01Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:01Z"},"completed":0,"failed":0,"inProgress":0,"total":0}}' + headers: + apim-request-id: + - cd3904d6-fcd5-4723-a960-369cbd61510f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '115' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9285cf3a-07e3-43a9-9020-2690783ef6a6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '195' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6bd1ecea-d975-48cd-baf2-2fd427276b86 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '72' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9adf60e7-d6d5-455c-b051-c64334ac9d0b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '84' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f8682f9d-1afb-4b16-b5fe-9bbf34ea7c8b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '130' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0ce77876-b186-40b3-93ef-18df0fa4c935 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '61' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9ddeb896-b7d2-40e7-8486-fe1355735ac9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 911beb27-4354-4ec5-bcf6-d210f85e6690 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 265ae81c-e758-416e-af82-39fb541e24ac + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e461ef2a-79dc-4b68-a495-34acb58b728b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d7936b23-68d8-4fca-a840-bb2711052575 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 47cc82d8-878f-43e4-8728-596901ce54e6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - acf47721-92ed-4431-80a2-e1fcb4acd66e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 758a8939-711a-481f-a0a6-2eb31776d530 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bb98def9-4b7e-48c9-94f7-f4132176a772 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 51c5fc6c-b576-49bc-bfb6-0a057e9d2849 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - adce23d3-e9c2-4fa4-a853-4c3eca488f9e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f2e213db-f2db-4bb9-bc46-8547793bbfce + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6c6094d7-fec8-4dee-8f16-b3d6e5d651ff + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0933dd20-3111-4087-974f-fa4cb54964f5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b85fb968-97da-476c-bc8e-9924cb331470 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8ef75396-8c5c-4027-859e-7ab54f13bbfb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8ae88751-1043-4568-a995-709b16383b52 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0854ade9-6cf3-450d-8cf6-11f6385cfa4d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a274e653-8124-4ec2-b441-109d2b3e438f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 65e00073-af6f-4cf3-8f28-fa9f710a5d9b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 35116f88-24ba-4e74-81e7-94d25f166a29 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9d8026af-b2ce-4db5-8868-8b83524e0cef + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e1298cad-16d4-4bd1-8eda-67e646533558 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b37b3ffa-834f-4256-b379-5c129d9e40c7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 28d26129-ce25-4e2d-ba0b-fc1fc7950d8b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f11e5ec9-7ef8-4977-86e4-c2d9395d4e85 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6208b37b-febc-4203-8a70-958e980d29ff + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 585477c0-a36c-45f6-8554-47a2b42d99df + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 89830435-bc06-4226-91ee-9603f0685bc3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '54' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4ebd192f-699a-4fa3-9371-93a87fd44a61 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 46b46480-d847-40f2-9df0-fa3bf29bb111 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '50' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a3d9aa03-291e-4bb1-864e-f33a2705c36c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0214d2bc-4c42-45d0-beec-445a1c719fd6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '58' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5da2f69d-419d-43c2-ad42-55feb09d5ab6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '52' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - afd89950-9a42-4c87-a90a-d7790066437e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '66' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ec73a54a-7c9e-47f5-8e76-8ba3b8dbe4bf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '58' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 07fed1ee-74d2-42b0-974b-2c6ee552a555 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b4129021-bb3c-4fc8-8033-b6caa3a40522 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 11de06b8-6150-4d8d-a094-f90206d22390 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 735e95a0-5673-4063-8850-9d2b47fab81a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 65d50f9b-3a0f-4809-a85a-3ef54db9c309 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ac567421-ba23-420b-b928-b3f88167a242 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - afaff673-0ec5-4be5-af3c-a2cab0504015 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0788e53d-2b31-44b3-a3c9-25bd41e26570 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 31e39c89-a5ec-42f4-a0eb-63a02d165b62 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c7c241ea-e543-462b-926d-a14695532f13 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fa9358c4-d919-4661-baf0-26b11bf4fff8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 636c18f3-f333-4668-8fff-c4ab886feb29 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bf16ca92-69c1-4773-be5b-175d5ecb83f7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4922f742-38c1-4995-9fe1-c97f680ccacc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 03a21763-6360-4e67-b4c8-bbe9dd73d97b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2b4fda2e-6d54-42fe-a002-aa0b969d4f7f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9bfc8afe-1fe7-44ff-bd47-60a7d5e412b5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6e743429-ec06-4dd9-baf8-61e652310b4c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5b457c24-e347-4155-a46f-76a7c267a72f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 22a92698-3c6d-4941-9339-22f7b1fff69f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f7560c8f-1432-4997-9f2e-8311f4c03ef2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8bda3ad5-d1e2-401b-810e-acbaa3d8623f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 15eb6ac9-c906-47cb-8795-298dce4038f8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0186b6fc-42b3-44e5-90e2-30656f37cba5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 55cdb071-13ac-4226-acaa-869f7f9eefd7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 84450afc-bb40-4257-9b43-6a52bd256f27 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0c6eaf40-8bbc-4171-8930-e8f0e79ff618 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e1ec8cdf-91c1-4187-9704-daa3b87b4cde + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 887b406b-61fa-4d58-af45-6e17479c3fd5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e854c822-3107-497d-8e57-10af7413fff4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ab7e0618-f4f8-46e5-8baa-b283305ed548 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 165df417-7adb-40dd-9842-1bd22d73a71c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1ab6de57-d3f0-41d6-903f-0add0388ec92 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '64' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 287e38f9-6182-4c24-b06a-1f3428d30312 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 24886bea-b338-410b-9b38-6df70266ca39 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1e985440-ed52-47e0-bc3c-1bea53762346 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 918a73aa-92de-4aac-bf00-0f44fa600047 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 54f646cd-31ce-4552-b62c-a80e11137a31 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '69' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - eb1823ec-5bb5-476e-bff7-766e7521e168 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '60' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7cbd10a2-7ab5-4acb-a458-2d5d2a80d69e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - def57ba4-c431-4e7d-bb71-1f388de9c6a9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 69da857f-2ca1-46dd-aebf-2eade5551bc7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - dfc94dfd-49e0-4722-a1dc-721184bb2b31 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '58' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f38cf6a6-568f-430f-a40f-aacbfc21e603 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - faf1fef4-8284-44eb-a272-152a45bd80e7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 62fc1b1a-23fa-40c5-a6eb-8677aa7f0e57 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f195d0e0-b172-4c80-8789-58bab6f0533b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f6342d47-592d-424c-a874-cfdac19e34c6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8ae2c382-b6ad-4136-b0a7-b007aa697323 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9252b591-0454-4d44-95de-c47ecb8c5d66 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bfbd8858-98e3-4679-82c9-4d8c8ca1f4e2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c7d6ad40-3726-4239-8575-813eafca4073 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 96694dd7-b488-41b4-a53f-2b397b97fdff + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '52' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ed38d447-504e-47a9-8b66-fb5f91168d41 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a5c06038-f913-4f34-9b66-2252f8730d2a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4bbbb89e-1d76-4033-9623-20c0f456efac + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '72' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ec91ff35-9ea0-4f52-9064-d1333a58c37e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '60' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ebfa4da9-1ba4-4cb0-8521-59a6cfbbb1fd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - de4a92fe-a6f7-4555-bfaf-be45f5a1e909 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7199b99a-ff3e-4b65-b479-738d9bdc636c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ed85d416-aaa0-4ddd-9b07-700d4599e114 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9eb6822e-1911-4285-b3cf-41751663e9c5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2816cd7c-81d3-4a68-a23d-63a246bcdee9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 98a1921b-0152-4639-90a8-f24b980def65 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a41f7060-6787-4334-893b-d0deccdb67eb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2a2a950d-fe7a-4399-88c7-01d79fae287d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 27d11ff5-42d7-42cb-b5f7-980a66e27152 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6b20f7cf-02ec-4d51-89a4-b5dea9a551de + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ae9197a7-6143-4328-8676-12e456fb7def + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 574f8db2-ccd4-4225-b662-e49c24c5c102 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 54a9b1f2-2ab0-4542-8a59-f1ea249a8371 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 84d23078-0a9a-490a-b6fc-86dbb1e1c9e4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 642b876e-637a-45f7-b95f-cea5e624b032 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 63340116-2f66-412d-9c3a-a5303a9ef56f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 892a9bb4-7db3-4c58-b1b0-1da05811746c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 07c6c905-0772-4990-8046-32f6d489ab9b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0f6f9fc1-238f-4898-9740-71fd8a2b627a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2e3d2416-42f7-4712-83b9-2b17e0bdffcc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '64' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5869e46c-4fc0-4fcc-98c5-79a1541514d2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 53eb7e90-7c03-4028-984b-b05d67bdb5b6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 359a6188-665a-449d-9de7-849b22a73708 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 706676c3-20b7-4fab-9ac2-25199816c518 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 52c75683-4018-481f-b3ba-b8f781fd3ccf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0fccb369-057a-4319-b732-088e13a0936d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bb248173-796d-426b-a877-928fecd41ef8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 102467e4-28ce-4051-a3a4-fa271942c711 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e854da9c-4324-409d-a57d-e602803a0a41 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 62befaeb-b7d0-4f80-8997-5b1f4605ee34 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 10845f9a-8fac-46c6-8870-979caa2a9455 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f15c26a0-9ecf-47ad-9e41-1d9f67200b26 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c19855a9-9524-433a-95a1-2c226bd54bde + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 056e1b11-af19-4022-bd07-532ef1aac34d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f2850365-3ff7-47a1-9a08-ba76291bee65 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2b767305-1bdf-453d-ae12-d3f9c3cacab5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 32ca4060-a710-4ff9-b0bf-67451a880a40 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5cdd2efa-0f81-41f5-9b6c-db9ecbe44542 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 34cdc4a2-74ec-4247-9fcc-2f9052cdfc64 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 44b2843b-bd1f-418f-bae6-ed334903fba4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ff5b359d-6889-4f1b-9637-96de27c2b85d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 076032cc-0b1e-4a72-8e17-adae44c988e9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 61aba26e-5bd0-4203-9f05-f81813926dca + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1eb5a2c4-5abd-4461-bdd7-b5a1eb253e17 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 196aeccb-53d8-4839-8b9e-d6cc3436d60d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 49a86f26-1dc7-49dc-bb3e-48007177cded + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2de71bac-5fa8-4251-b746-d32ff1ba06ee + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 64b43055-09c0-4552-bdde-184c46a2a5a1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7178f814-f438-492e-b10c-4aa801b70410 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 19b52d49-2d1a-4e49-9023-adaa2f33b813 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 07c34a11-0e0b-45b7-ab63-451ef0f15889 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e7418001-fc1e-409b-80f6-9e0509818bdf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '69' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 145d85ef-70b3-4c39-a7af-db0c3965f894 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0d943331-1959-4e31-947d-1dc20d48e792 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 513ea958-4f7b-4494-839d-124c882da248 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d2ece935-7c3f-4dcf-9314-b1cd723dead1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fcba29c1-086e-4820-90a1-77a983fce20f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4c2e669a-71c9-4950-bcb9-c433e2f296e6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b80a361a-4aad-47fa-b1c9-2b7656ccdd48 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 391027aa-e984-422c-bba7-5181776d6ba4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bcbaa962-822f-4ebc-b989-ff2ce91e5bd4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 20f6d0ff-5c02-42b5-ae95-6e5dbd1d5422 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ae6385d9-8464-4bc9-be56-b62099ae2e1f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d67973f0-b588-4346-bdc7-63ab5e153967 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e8a1d995-a801-411e-851d-a1cc77c73de4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a6254bdd-a6c1-45df-ba0b-ebe639b7995c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7f8a11fd-fd1b-481d-b21e-0b9340ab85d9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 81cd39e5-18cf-4a15-b073-169701892774 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 054c81b5-7500-4eb2-a415-7aa6719eb0a9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b176da78-9bc8-4e5f-8dc6-cd55e294e72f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a7c3addf-f967-4d50-a247-267e1ed140fb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2500290c-7bc7-4545-8c92-470295dc0d94 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - be56d683-96cc-409c-b715-74d6cc651fe7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - aea69b6d-fe9f-4158-9c09-4c83b8c62f2f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 55614c36-e928-424d-a857-da43c3ff22f8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a86f4826-6959-498d-8ca4-9d25d4cf04c0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f64db951-84a2-4eba-9ea3-aa7c6f0c5e1c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0c6d19fe-0861-41d0-b67c-2a663c4a5d1e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 315b460e-f9f8-4739-b25d-1be172bf6cbd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 66d6fc4b-84d2-4d76-9eff-ce1615d52f57 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f7cd78e8-779d-47da-a028-936418061a82 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7bea5a5c-e752-482b-8cad-520918e70d7a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '58' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 81528a5e-d187-4d12-b37e-e1d60ca24715 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9943fe90-83aa-4758-a29a-fcc096315636 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - afaa394b-4a58-4b33-9bcf-9e6e1849b885 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - af40ef4c-aed2-4426-9b76-81e22a0cba24 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '50' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 55195b02-8824-4a6a-a5d7-ef29f16fb4fe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 165fcbb8-ea7e-4ce3-b3b2-0204722cf4a1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 06c6d39f-fe62-4698-a507-5807cb5fa8ec + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '79' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b69216e7-9f1a-4b32-98b2-4d87bef50305 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - dcec0bc3-091d-4880-9fa0-13d5408d13ab + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2b93545b-5b41-4f56-b971-7b13868cacec + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 85acd82c-03fe-4e93-9134-451eb437779b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6095099b-b62f-4e24-b9a5-895ae9267049 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e255a538-67a3-4de3-be5c-41c3f223b258 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '50' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4685d8eb-ac84-4c61-8378-d352a0d0ab3d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '58' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a942f1ff-7a6b-45f0-9486-c054caf72b30 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a3d78d81-ebcc-46b3-bab2-fa558d073316 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9450aff6-1388-4818-b2a1-5e07efc55835 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7c64bd58-c2bb-4163-a4ec-905cc8c8eb5f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3435ed59-ccdf-45b1-a689-d5444eca2b5a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9da98336-ba54-413a-b93b-90cb5ad68184 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4d9dd41a-65c4-4db0-b2a0-21156746ac50 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 50b863f3-8847-4406-b094-b62030245b20 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 04f8ed12-facd-442b-b7d8-4eb256c3c926 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a14cd852-8042-4b59-9b35-11ea0e0a2b69 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a84616f8-efdc-438c-ae04-adf64a4b8512 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 03ba87fe-e4c7-42b1-bba8-bc7bbe1fc32b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9708b301-6099-4d83-9c92-f9dc914f1ed9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - da26c8c9-34a6-4a11-8544-477561e83a6f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 28416017-c10e-4847-866b-0e5406b7e589 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '32' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 956f5713-63dc-4661-b2cb-d430b1ca424e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '52' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d9746d71-f7d6-41e9-a560-2ed3430b89b8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e945da15-c3a2-4484-adf5-db38f16e9525 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f054dce5-d9ee-43a7-b5de-6566ebb533e1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ad7ba70a-997a-4d8b-84f9-20898e5d6541 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fc6d4a7b-e1d1-4dde-8f04-dbaca417c231 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b258eaec-f0b2-4feb-8dd3-f167c353a8a6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0b3e71c5-70cf-4438-aafd-460abe83c404 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 571f2186-fb24-40ac-b38d-a7a2ea4a00f1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 26d070bf-1a37-4570-8b80-8c9afc9d525d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 12f0bbe1-7cc0-4db1-b894-37a861e0e437 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4d739393-50d8-4e00-bd04-855c62a8f37b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d6ddfdb8-8b9c-4b75-8a8a-27120fbb0c79 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 86ecc460-94d1-40ff-a6af-caeeef31378a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4f3d60f3-71d6-4af3-9bf5-425bcf98d06b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b3157633-760c-4b41-a695-8957cb03a381 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 66393cd9-dea9-4e40-82c0-59e2b165fb57 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 78fec085-ca15-46bc-a6ac-26dbffbc33c2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0050f287-eec7-46ca-bfd8-37fe365b4332 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b9bda973-a503-4a25-936e-740cf64dda7a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 21609a6f-1e5f-45e6-b9ab-1008db93d336 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2a051bd0-d4ab-4f23-930d-759d0a5465ca + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d4a2e209-1d52-427c-9ecb-6fefc45a1f8c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 55a0e56b-fd11-444e-af4c-6b100c7cb5e3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a3ffb955-0db0-4f0a-a7bc-f9e0ab013a71 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5f06450f-0911-4daa-9e63-10bd0d475a02 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7379fe43-ff6c-4c21-bae8-edf95cff72cc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b209898d-ce2b-410f-8127-c9efc9202109 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '49' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 821594b9-10ab-425b-90f4-9d36f2efe3db + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2cb3e9f4-803f-4fad-b814-fe9cca060d98 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7450afed-cb2a-4d51-ba25-9ff88d77dad5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 36af1c91-cab3-4322-9cd8-e75ea45df89f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7bed1b55-6510-4f41-8812-d66bfc909cde + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c37c9d3e-977f-4c24-b018-838661f1903f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '55' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 47689583-9d9a-4f0d-826c-a5322b2d99d6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '64' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3646dfb7-fbff-4ebc-b37c-bc255f4f1888 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1c29a545-3c40-4ebe-924e-9ba76393b245 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 16c40dca-f45d-4415-98bb-5fa3abcbd052 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 73e8c93f-5453-4c9e-b651-600552c89191 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7ae9db62-274b-464a-884d-57422ce0bcc8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0bcbf0c4-1623-495e-a339-34ee11d65e25 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 40fb0aa3-88d1-4c02-a478-8dc1559dd65b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 22032022-860a-4d1d-81ae-e4657315451b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 171182f4-c3d1-46e3-a691-e46a525be1cc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f0a14718-ff95-417b-bc27-f868a42e0619 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 600ba273-305e-4ac8-ad46-0eda4fba7599 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '71' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 515dfe11-337f-42c8-afed-8e4bca34c1f0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4105c5a5-d43a-4f7d-ac54-eac85b669b04 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 064725ed-d763-48c2-9dd9-38bafa48576a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a22cc883-19e9-475d-a084-6b70441510a8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2af79a2e-8b7d-4875-bf78-5a6fe2797c98 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4a5a1c3d-2063-4003-8cf5-4c200559d69c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d1dd6b1a-2fca-4bea-8be9-12a09ec8a5f5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c7c13c53-c452-4e6f-8c03-b5e0ec44da1e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3eafd36c-bcfd-4368-9cb3-9dc5a2442393 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fb3dd1b1-d691-4082-ab32-456fda02139f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8e8795bc-de8f-4471-9a61-e2a87c516097 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 67bdb6f2-3eb9-4547-bc33-cedfd34c26b7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '68' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - beca5cfd-e3b7-440b-ba51-e8298814c310 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '49' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 89ddd81d-f803-4b8e-9bbe-c4f8eb5f55cf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 43f4b7a6-0ebe-4c01-8d2c-bca638243aba + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - aae6b631-e542-408c-b734-d05f628276b1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - baa6e4fe-61a9-42ba-a77c-3285a4295c7d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a120c5e1-6e78-424f-aa48-c75490ec0fd2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0e3306d9-e1d4-4069-9f3e-d65b004493e7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 513d6a6c-8168-48f6-b183-93ea81566c81 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '32' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d632bca2-c9f6-44bf-8f57-246180f25c29 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '57' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3415884a-485c-434e-b116-f184ee36ecda + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 05ebab6b-b7de-4b81-a520-4e00ec5a27de + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 67d23a79-3c3c-47ee-8b40-292058465f3a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '56' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fa774b60-7849-4043-9856-e55a17cbb590 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1e98a451-c63e-446c-961d-8595857673e7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b9ce191d-6cc7-4f6c-a9ff-aed1ea416b4f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d3480c70-aa00-4e6f-9c3d-014dace6b4e6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6a5230e9-c3b9-441b-a99a-4bfe3c44f909 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1f29cc3c-9a5b-489e-83c0-594b0c06b4e8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9fd36437-07c8-42a6-8e62-6fe6cc227ffb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - df288424-a9e6-4d2e-a177-330bcfa186b3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b2c10d98-512d-46ce-9332-fd0c4127280b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e13a39bc-6e6e-43d5-9933-ee7f014eaf1a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d9dad7a8-b3fa-4723-974e-af413d35287d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8511a1ae-35c2-4e6f-b638-642bb312402f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a5ef82f1-a0cd-487c-b53e-b3a8b6b3d11d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b80c90e5-723f-4bd9-b927-d4bc2ffb674f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5ee36b2a-4d8d-46e3-a76e-95f7e9137506 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b58a5784-ebf5-43da-aad0-ebfe56d091d2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6a23a4fd-0b16-4f90-b184-57a3810494a2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9abaffef-eac7-41a6-91ba-f0c0e0c171e9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 47f004f8-98f3-4fcf-951a-59d617b42540 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7c8ae8df-728a-497e-892f-0c60a912f598 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b65903ea-df28-4151-a348-14150e205759 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '62' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 07fcb6a2-0cda-4946-841e-86ba19b9bd15 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '57' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4b6c31f2-b2f2-4c2c-ac72-b585f083d0b4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f9411eb0-6206-4803-8853-9fde2b7343b9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '51' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c6b961c7-dce7-4c2f-9498-8cced980472c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '62' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 664fda05-ed2c-4be8-9143-1bdd40284f71 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 130f5e44-46db-4350-a2de-25c2ec521b8c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5d1cf051-e337-40cd-9d40-02687ef3d315 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 570c129b-3f07-4deb-ac8e-543316a6be45 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 439b439c-2752-406d-aace-c290ce06d074 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f3800634-8515-4244-9216-f24fd2a477e2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 135a42c3-f694-4e09-840d-8159e0c6ad3b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 406d31a6-94f7-4f12-9ddb-28b57ebfe809 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '53' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 46985aee-d06a-4ee0-9f1e-c16f050dde69 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 11e1ab5d-25d0-465f-97e5-14577cc2d077 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 62e2bb3c-355e-491d-b454-27dddc34fef7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 936ed0ff-858b-45c3-aa71-1313250fc91d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5ccb7973-87a7-4c7e-af08-9db5f1d45515 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 190683c9-3eb4-41d8-a1d8-74e48ab19e9e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - eac8d1c5-cd3d-4fd7-8395-87e24c4af6be + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5d2e9449-59b1-437b-ac63-da364f0a3c39 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 166b0b1b-50cf-4871-96c4-62f07de7ea9e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4145ac0c-cfaf-4334-8cde-080658f3d76d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fbbd0d34-693c-4ed4-9ac5-737527a2d85b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 967d5522-587d-4190-aa5b-3683e68a579d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f491f0a4-a056-446e-8bac-47e2905acb22 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 897a8935-03c0-40af-b7f4-e21bbeb2f670 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1b844a4d-eb0c-4349-9888-3d3b616d1f52 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4c438d9c-0aa6-424a-8a6e-a9c570427b27 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 98a40883-3152-4820-a827-47507c306de4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5b7989bb-b87c-41d7-8bc3-4a1316569318 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6b49fe60-7ce5-4f4b-b287-30fd2267978a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 316a2e83-9b02-4213-aceb-52564e6c46cc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a7e25a61-d8c9-4b88-9164-3263a55b1608 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 52c031fd-23d1-4b04-8aa9-529ece968b36 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7095bb08-cde4-460e-b1b6-9481108f5e2a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e76ddc54-e689-4a56-b26c-b4aa29e06189 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 391a6873-a3c5-4581-8081-dc01b2dbebdd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bbd022de-8a5a-4891-a67b-c02520e191f9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '56' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 69fd977f-491e-4ad4-b750-7f7dfb8a3089 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '67' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 57dff0e7-a695-4a78-ad3f-6cc790eb9585 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8e67d2b3-6424-4149-81d5-705e43cdadaa + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bcb5925f-8ab4-4210-9346-01e4cb6fc35a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 29c9f833-9167-44b1-9920-4017614c2d9e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 55077f8c-8e87-45a8-b69f-e7ed69751984 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5e0e52dc-8295-4528-ba5c-12d0afc56a6d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 22d01d33-a569-4f6f-8e5d-588a18af193f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 93354148-fd7c-4f69-a077-1bce8132ab61 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 531b82b6-0191-4167-8da4-c7878390d161 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 09126984-7cdd-4f7d-ae2f-29e4c0fdc233 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 38ea65b3-48ee-4cd2-a339-995abd9db903 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 50df136e-5504-4e66-984a-3d06074804ce + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fa699c59-8ccc-41b9-9123-25e67bcb3254 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ac8f6340-5ad4-4018-8665-5fd919ba8a3e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e98c49f3-d84c-4613-abc5-06f286fbd087 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4e7dad26-5959-4768-bc5f-3e5958bc6b87 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b18c8658-5913-413f-92b8-e76f8d2da11a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f82cb837-1851-44df-b2fc-5462844c437e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f834da29-234e-4862-a8ec-373ddb6af5bb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1ccab7da-54cd-416f-8a6b-959f0b444bf7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '51' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 64d88a1c-5f5a-4abb-93b5-04825c8b2152 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - cb4a70fc-0dd8-4f10-b472-ecc09faea8b8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7e68e2f9-d1f0-43df-941d-7d75ae97a049 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f65e3f6f-898e-4e79-9d1a-a2d9e15a0822 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f2cbdba1-f242-4e17-8c4e-4e434992e631 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 64144e1c-6e93-4ce1-bf4e-a9cf3d9f9961 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5dd01d05-df7e-4d80-97e3-ed776e09ddfb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 056eb708-5214-4f94-867f-f8933980cce7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4f9a9c21-d3bf-4ca5-ab08-152e6f4ca7e1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4a1e86b2-f57c-4c65-8ebd-9f79c30b2d1c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2843ce20-d607-4efb-920e-14008cb40ccb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0b285695-af74-4c2c-a54f-d40bdffabf97 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 92cf6195-5b24-4504-a8d3-35dcb817cdd7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f3e97f95-b461-431e-8702-d4df845b87d0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4870b937-72cd-4724-9567-caf56a43a7b0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fbed9122-d55b-46e6-8e37-05dbcd25d3ba + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '49' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 825ddf2f-eb4d-41c7-a80b-25cc71e79cc0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 34d3e03f-a017-48ce-bfcc-08f25c96cce9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '54' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e559a816-4088-43c7-8787-0d07bc484760 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fe291f05-130f-4522-bcbf-7297b8f927f5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '56' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e15835ce-af21-4dd9-a34d-61e113c71d96 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9855110d-fc3c-479f-bbdf-00b3f0086bbb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - deba94a3-f3f0-4c3c-9e88-021f5cc42760 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ee48a83a-6da8-4e35-bf06-ff4f8991e8c9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bb01f430-be1a-4df5-b1b9-719baf94e75f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 72ff95e9-e845-4f00-a93f-acacbfa7c3e8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 165916da-ad59-4e11-9b68-2b70cb2adfce + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b2a0042f-b1f7-4eaa-b2b5-09a4c3429a3a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '62' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5ddb944d-3331-4b21-b13f-651205cfb3c9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e2f01467-a162-495e-a564-db90c8d2d956 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - be24cb90-49a0-456b-a8d3-7430cd6b5bb5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 55d627ce-5f87-4c68-be3e-080189cd2c15 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1a52c9ba-5094-40f5-9b5c-1425de76bf61 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6d012cd3-d0c0-4982-add6-17d8456cde1c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d87cc97e-4486-412c-91e3-dd773955911e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '61' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0fcdcd61-d7ec-4bac-af3f-4f53a1d46ddc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 17e6a398-7c51-49d5-8aeb-6bc4fe7a5a97 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3fc238f4-50f6-4e4c-9032-e50cc03fe753 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - db86e837-c9c6-4258-8454-53a6d65c3bf6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bac0466b-be4b-43a8-b5ff-d3f51b7f0bdb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8b62936e-4c40-4f6a-a2dd-7633dbf15d44 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 63e7b6dc-a1a5-4983-87d2-b8c8dc1da79d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 263f5419-4b6c-4b5e-bb83-95f9aebdb54b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ee6ce615-6d5a-4bed-bacf-5af6d8c09b5b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ee48b81b-0818-41e3-a1af-08c1b181ae5b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6caba86f-6f3c-4f9e-8048-f5b3041d3b2e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '51' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8361d5f9-8bc3-448c-b4d4-28c1613c281c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 737faff3-d236-42f5-b675-e76e0f0d98d8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e36364e4-ec99-42b0-b40b-b4e9b6470a9f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 13a940db-7934-42d0-8d5c-45f11cbbca34 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3678c114-64bc-4cc6-9971-3126ce6f60ef + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a6c9a365-21d2-4c75-9b84-fb572dadf1f6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 27429879-d635-4464-855f-5b1e11a379b0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7fc41f39-e429-4472-af2c-661c737884a5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7197cc28-b737-4948-9a01-94fe7597fbc1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8bf6a173-6100-4394-8259-b9944aab7c5f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 95f508af-6635-4aad-9d6b-0967fb4e8e3f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b0cc33b0-39cb-4998-9df0-770fdb0e8cd1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9a967f91-0609-4ace-ad33-7d2546eaa6dc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 42e63b24-94b2-4a85-bcf8-52208db1d8f1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '56' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 695261a3-3eb0-47d1-8664-52a7606f6c02 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 64d325b0-d637-460c-8265-3597b1b58007 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8fb9f1fc-682c-41f2-a0ff-b8a04a58f091 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c897de22-5dac-435e-9fea-43e6ad8d836f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '65' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 11ccb8f5-4fc3-4d7e-87a8-8300d64f9508 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 467c3795-e4c2-4488-aa0a-f40506cb34e9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '63' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8d4a836c-67e5-4535-868e-fee700431a0a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '64' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ce8267fe-12bc-44fc-9e3a-a264064a7ee3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 670f984b-9da9-4598-90aa-b003648fced1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3ce52381-295e-4bbb-9e35-e2de8c21794d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 602285d6-bf22-4f0c-ad0f-6e93b945abcf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2d6e58f0-3cc8-4a7b-96fb-50f4556948ef + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3c22e9f1-166d-456e-91bb-ebdb83a6bc9e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f358970c-86f0-4bfc-a598-53bd477a5f52 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 42df92af-88bf-444e-82d2-b61c52539c84 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1d21972b-08db-4c2a-9610-568d4fb2fffb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c4d30951-f629-415b-871f-21731e767443 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f49acc8d-8b02-4e36-a927-8bd41010f404 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d54bb128-d7d1-46e4-a655-d5ae23489d8e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '72' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b610a243-ec14-4b13-b4f9-ef1b2927ecf1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d7d229a4-0890-4cc0-8638-95ac87de1a3e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9d132b45-2fa5-43d1-b124-34ffacd68abc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:34:02.5481123Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.8},{"text":"Bill + Gates","category":"Person","offset":25,"length":10,"confidenceScore":0.83},{"text":"Paul + Allen","category":"Person","offset":40,"length":10,"confidenceScore":0.87},{"text":"April + 4, 1975","category":"DateTime","subcategory":"Date","offset":54,"length":13,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.89},{"text":"Bill + Gates","category":"Person","offset":26,"length":10,"confidenceScore":0.8},{"text":"Paul + Allen","category":"Person","offset":39,"length":10,"confidenceScore":0.75},{"text":"4 + de abril de 1975","category":"DateTime","subcategory":"Date","offset":53,"length":18,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":1.0},{"text":"4. + April 1975","category":"DateTime","subcategory":"Date","offset":19,"length":13,"confidenceScore":0.8},{"text":"Bill + Gates","category":"Person","offset":37,"length":10,"confidenceScore":0.86},{"text":"Paul + Allen","category":"Person","offset":52,"length":10,"confidenceScore":0.98}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}]}}' + headers: + apim-request-id: + - 801c0019-ff43-4adc-933e-471c8edef629 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '165' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_key_phrase_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_key_phrase_task.yaml new file mode 100644 index 000000000000..d9c7fbabf061 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_key_phrase_task.yaml @@ -0,0 +1,250 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "Microsoft was founded by + Bill Gates and Paul Allen", "language": "en"}, {"id": "2", "text": "Microsoft + fue fundado por Bill Gates y Paul Allen", "language": "es"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '368' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 55981b33-fb92-47c1-953a-a40935ef4b62 + date: + - Thu, 19 Nov 2020 01:36:11 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '245' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:11Z","createdDateTime":"2020-11-19T01:36:11Z","expirationDateTime":"2020-11-20T01:36:11Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:11Z"},"completed":0,"failed":0,"inProgress":0,"total":0}}' + headers: + apim-request-id: + - ff528b8a-3764-4519-9f29-e0ecbeb2bf76 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '14' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:11Z","createdDateTime":"2020-11-19T01:36:11Z","expirationDateTime":"2020-11-20T01:36:11Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:11Z"},"completed":0,"failed":0,"inProgress":0,"total":0}}' + headers: + apim-request-id: + - 9bbe93b9-cea1-43cb-9281-1f8dcfa64fee + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '13' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:12Z","createdDateTime":"2020-11-19T01:36:11Z","expirationDateTime":"2020-11-20T01:36:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:12Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 03d79841-a7d6-490e-ac70-ec1dfefa46dc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:12Z","createdDateTime":"2020-11-19T01:36:11Z","expirationDateTime":"2020-11-20T01:36:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:12Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 417a6b53-1c59-43e2-beca-4866d5609bfd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:12Z","createdDateTime":"2020-11-19T01:36:11Z","expirationDateTime":"2020-11-20T01:36:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:12Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1f132e0e-afbe-4931-a8ec-693c995c9f43 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:12Z","createdDateTime":"2020-11-19T01:36:11Z","expirationDateTime":"2020-11-20T01:36:11Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:12Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:36:12.2865705Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["Bill + Gates","Paul Allen","Microsoft"],"warnings":[]},{"id":"2","keyPhrases":["Bill + Gates","Paul Allen","Microsoft"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7c2601af-9636-4100-b7cf-38789288bce5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '195' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_pii_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_pii_entities_task.yaml new file mode 100644 index 000000000000..a908e0741fc5 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_pii_entities_task.yaml @@ -0,0 +1,15934 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [{"parameters": + {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], "keyPhraseExtractionTasks": + []}, "analysisInput": {"documents": [{"id": "1", "text": "My SSN is 859-98-0987.", + "language": "en"}, {"id": "2", "text": "Your ABA number - 111000025 - is the + first 9 digits in the lower left hand corner of your personal check.", "language": + "en"}, {"id": "3", "text": "Is 998.214.865-68 your Brazilian CPF number?", "language": + "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '521' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 0bc0e325-0d99-43e4-a5eb-0eb8038084c5 + date: + - Thu, 19 Nov 2020 01:36:13 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '141' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":0,"total":0}}' + headers: + apim-request-id: + - 212b8c17-2a90-44dd-b107-f515a068a868 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '14' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 82d2fbad-2299-4730-ab76-049f0b280006 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 616be447-a940-4c34-8819-ef86132dc38e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 922d3b0a-08dd-4ebc-951a-b502f72a31ea + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 373dfc25-47dc-4859-a05b-b08eb0fb4164 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - dc80b9f9-1a67-48ac-af0b-70568d7f1527 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f1e06a57-025e-4738-8f09-afb0084e7590 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '60' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 48564dee-98fd-415d-bd2b-2618976cde92 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0928fa7b-b119-4265-bcac-c0577b94d3d4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9c36e88b-b0c5-4d5d-a8b2-5a297b78e031 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d79af82d-1539-470d-8aad-203e0c7d72a2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '54' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fbb337fc-e79d-4861-a8ef-4ce568f7a0de + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 502331ea-4ceb-4f13-ae6c-8a32bbd50a99 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 39693fe4-09b0-4aa8-9a50-f8f1cd60b4cc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a6334859-3ff7-421f-b41d-dc90ac77aeb6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '52' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b4f0f654-c308-41f3-b9fd-c493f5f5bf30 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 31ff9163-5af7-41c3-af88-e51fa2e999db + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '52' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5d5420a6-91ef-454b-9dd2-3cc52417c9f7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8d18340b-d207-454b-8aa9-55b3b40150c6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '66' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a4a7bae4-9a1f-4c80-bd1c-1fd84baa0876 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '52' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 937741ad-00d1-4322-8402-804c73fd4cf4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5febf27b-3820-471e-8d38-38b915dd8383 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '57' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f3b43397-62ac-4a84-9fe4-cf513cc16c27 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d64263a3-77a2-4f73-a90f-7c10493fc4da + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3ac7192f-dedc-4f90-9925-d2ae88477fd5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 81ad47b0-36c5-4165-b4f4-42f56f5369f9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a80f242b-459b-42eb-afc2-cd2f3937da0f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 049ed13e-827b-42e2-b5ab-8aca56db70c8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 48ae2abe-aa51-457e-82bd-ce61c7f0391d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 47cb752c-c32e-47f5-bb91-4b1bd33d2653 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 06e2c6cc-84ca-40fc-9f45-42fb41105066 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '68' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d8561801-cb69-48cf-925d-beac5c624fe0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - dd58722c-8b09-46b3-aade-a9028a2f36c9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 52f65fd5-32cd-4650-bfd7-4e4420f7eeab + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0519de72-51a4-4bbc-878f-541920f0d13b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1b49af20-391c-4b36-9be9-9d469ae471ee + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0f429445-ee86-44c3-9940-d630c1141f21 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2a1c7d2d-8aca-437c-a865-528fc4efd1fe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - cd967dbe-993c-4a12-ba4c-d87acbfbda5c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a38e7180-9f02-4a26-820c-b73f5279cd17 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3a910927-d266-43ed-a277-1b7212830b39 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 318dfb4b-b73b-499c-be4b-1a8dbf4bd257 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - dbe3fdc1-4a8c-48eb-846a-6d2a232422d7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '70' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 372b58a6-5f9b-4886-9b5a-4356af14ca66 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 04d9dae9-0251-4902-bd11-fd591cf376fe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - da9eaf03-003d-4c3a-b611-40339da93e69 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '72' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c91094ff-2f02-4a95-8db0-81fc1ff5ad5e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a3f5a642-b411-4d3f-b2cc-154466e3a221 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0eef3b21-093b-4f84-83f0-43ed46fe95c5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f6903d02-095c-40e3-883a-ac6cbc9f8ef3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d158a2b7-ac76-46a9-a0f0-de33430d00c9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 35badaeb-c8ac-4901-9d4d-34fe548ac43f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a265a9c0-0a89-4be8-a5a5-5eee0d77190d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0c534b83-fbf9-4017-a0ea-830527ababce + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c5544beb-a9a6-45b1-be92-6481076ef8bf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '51' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e88448f3-5a2f-4fda-8217-ce861839e6dc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 60db4f97-5ab9-477d-8200-b96acd21eb88 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c4031f41-0114-44d3-86d1-cad6ae92538c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '50' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - dc6b714a-46ba-47be-b902-7bfcb4c19b28 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fd3d04fc-f8c1-4df9-9d38-7a073dd37d00 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c6b2ad56-26ad-4bb3-b583-e2ceb7d5fd71 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '49' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 646750fa-3e41-493e-8965-14c2e58eca72 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8d19dd83-9ace-498e-a584-c47ddb251e7a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - be95d43f-9edc-42c3-8f92-6434608e86b2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b7d0d610-e61a-489b-853d-4ca50e061d28 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bdd028aa-fb3f-441b-9c93-14f95ce33e39 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 65a9c7f5-e383-4e16-9135-9f38ffa5e1d3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2faa5a1e-5124-45ef-b7a4-ed97affb3067 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1114220f-2164-4b22-8f5f-689f58176085 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4fe465a6-c7c6-4baa-9756-a8b170527fc6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2948f3f1-eff7-48e9-b8ab-a4c8db6531ea + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '50' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a8868a72-2b53-4b6c-bcb8-37582fb18ef8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 269f960d-82cc-45ef-b5a1-5cebd2d6ca1d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '53' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 816d4eb5-631d-4186-9781-ecc604a2e138 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d8fe8be2-b2a3-4f46-bd9f-5b4a9678e0b1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 70a7b29c-a557-4669-8ef2-6148a5fc14f6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8cfdd70f-decd-4d1c-b0ce-6c47af0ec5bf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '60' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5f924084-8652-4460-8b03-93063b773bcc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 09b0fa8c-5eba-486e-a5b9-6184568da1f7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - df5e8061-42a5-4999-a924-595dbf1fcf46 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4e249027-c400-49f9-b45b-768a429ae5b0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - dbcd7e72-7534-4a9d-ad71-24f7f6115507 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d6f554ce-9b39-4ebb-b610-6258c7da404e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7b640337-2a00-4f6d-b231-025179cc045a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 05c40437-038a-490c-af2e-b6253ab8378a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '75' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6a2ec37a-e06f-4a9e-960f-5f2943f2203d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - be59a19d-d261-4508-93e6-33a60946997f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 88460176-5789-43f2-aa97-74100c2d5d8c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bc35a14d-eb31-42c4-adab-6bdc7bc89fbe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a9f722a0-544b-48f7-9f48-33324a0588f3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1d8c54a6-a2ea-4a8f-b46d-74d902060daa + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2b663d85-2b9c-4a4a-b240-b691e9dc56c3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '65' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1f22c8cd-0e07-4bec-847e-13a25d08f2fb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 77f0779a-d010-4119-87bc-1f465c093709 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9d835c2c-3e46-474a-ac36-22d070ad93e9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2291a8a9-7ddf-4af9-9bf6-64e8e5cd19e8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '64' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - cbb04c1a-cd73-4d1c-b459-b04ff15fab68 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3a447e5f-078d-46e2-ab56-325dea06561f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f982c996-f280-4fd9-9577-93cc232c92bd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b4502df6-0de3-4cc8-8e6a-aab82a8f49d6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - faedac3c-b6ce-416c-a96f-37534bd7ec22 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '64' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a5770cad-efd5-4e98-ad7f-db2a648ee3b8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 58da9232-6c2c-4058-9fda-35a043a79642 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 607f2c6b-6a12-4998-8b41-2eb7aa2c9078 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 668a374d-408e-4918-a852-8976035d1132 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e6d6e267-00b6-4161-8cbd-c19f2763efab + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '62' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a30b506b-538b-4a4b-8058-888806ad802a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 191463d6-6fb4-4ec3-bbf2-d933a0fc92bc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f82781a8-baef-42c7-af5f-ca3817a27f12 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bfbf06d7-76ab-4add-9714-bbc9964ca5df + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a852fd63-8b3c-4920-a479-672fa82c112f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8c74a622-6b61-4064-b595-676ab7239fb3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '53' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4e8863dd-bbd7-4b8b-998c-819ff4841b28 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '61' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0c95b57e-a3e3-4008-b846-01058485e6e1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2f65181b-7c1b-448f-b7d1-efdec530e720 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 40ac1eac-90ff-4471-9934-96f1532d4277 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1cfa4db5-8c8c-4eef-b356-1561da6275dc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - cf083b38-4d75-4de0-bf96-c4b3f6c9e071 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6a9bee31-b59b-4e9b-9ed6-59f2b4a63481 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0c215791-e321-4fab-a580-0af3e69c32fa + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3a883059-a270-4801-b5e4-b6dd742aa6c2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 691842cc-7af7-4ded-a6eb-3c9165f3c399 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 07bb67d7-ace9-4bb5-8c51-d5a197707eb3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 851e53ed-2122-4228-bf67-6c6bb6d14229 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2c90220f-ba6c-459f-be07-02bf9889f037 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8ddb0236-1755-489c-a11c-d45f4e8d9ab7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0c1aa72a-237d-4286-ad66-deb66aa8d38b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5bfc616b-d808-4c1e-96f5-215aaf6daac1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ca389277-5932-43b5-bfdd-27b3d8b12d9a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 215badc5-c708-4436-9bd0-287c1ef0a21a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2b58cb05-a07b-4baf-a6fe-394dc8821b4f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 895bc957-7450-4bd7-929d-a3a882912b78 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 06aa5236-8de6-4f2e-8263-9122276dab45 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a9a1f27f-e24e-4511-b593-d23943271219 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '58' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 20ba7168-a25e-4c72-982a-6bbba3223dc3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 921f6865-a920-412f-9195-91ca87825a57 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e740c727-dbea-4d80-85f7-5ee0659dd5b9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '63' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d50ed65d-1355-4fef-9a86-b7ce71721d36 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 69a4ddce-9dfa-40f6-9507-ef85e474e346 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - de300a93-692c-4b16-86c0-24294a83a61c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9d0a35b0-f8f9-4c10-b5af-a3a3859af263 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 50b637d9-242f-4568-bf2c-f00d0ec38578 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '49' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 717e5c62-e309-4729-8283-3b9438903908 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6506b9ae-fe1c-49fc-8bb8-19ad77c790f9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 132651d3-844a-4aac-8ffd-cd257419e608 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '54' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 60173de2-53a1-4634-91db-ddd233aa6bd4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 90642196-a2a1-4dd5-ae11-e9d7fc8d68cc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '50' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4409524d-fa34-4946-8561-9a4bbe969305 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d87e5fa2-c83b-48a0-9231-18e02569c1ec + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 023f6303-057f-4dac-b222-a63b589676f4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ca3a5390-1c52-4373-912d-9f20a2d69e04 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ad5eee7e-4941-4313-af4d-b8e1d0ba0252 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 883866d8-83ca-4d7a-b4a3-c0300bc852f4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b8918f82-3590-4b0d-8b6e-d357555e0dd9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bf27c346-1c61-4952-8729-39a9f31e0143 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - baf824b4-b249-49e6-bb26-1b55ef84784e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 454b9e91-46c4-4a48-8dee-d822781dfdb5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7b8ffd00-5845-4840-af6a-138308a1a4f1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a866a393-7006-4147-ba09-50ee60d123b7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 637d410a-7ab9-4bda-97b7-68ab414686b3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e9d8dd9f-812e-47e4-b35b-c7ee668813e2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7307c9f2-b191-4fb8-a233-8a676641bcad + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 857e8863-75e0-4b32-98e1-96571128b6e2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '60' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e2e6913c-795f-4977-be7b-54c2ef2282c9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d76f4418-4beb-474a-bf9a-c0779778db96 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - eede9d5f-a0ec-4e52-b42e-c24980cdf2d0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '62' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7933f9b6-da41-4e39-b097-6b9dd3b651d4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 072f2453-a730-4c2b-a5de-715856a94b80 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 47f91c51-8134-457b-95cc-8edf4beba161 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 69e9f317-fcdd-4b4e-8a0a-ba7f569dd89a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c02562c0-3d92-44d3-8676-78f90e47fb7f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b6b84934-7d79-4412-b775-f663492b18a9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '62' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - adc93aa9-392f-4423-9036-a83b13f9919b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 63e20b65-bd15-44e6-8991-c3ce5646ff76 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 72379099-07dc-49ba-846c-eb9ca0a16c15 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '60' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c326fbf4-7fbd-4f82-9a81-d1b8c1a2cc50 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - be4d2e02-20d9-4007-9576-9642c567c2a2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '62' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 31c20a4e-6fc1-4d7a-aa40-49a08fb61b17 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '49' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4a80c672-87d9-4cf6-9b93-d3b870580766 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '65' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1ab9e037-31e6-4dbc-ba52-4b270047a872 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3bb58008-cb07-4aac-bd4b-143a4376580c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 015495ac-bef3-494d-a7fa-07148460081f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b5f4050d-23b6-4c65-94e5-2282135615b8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3cf13f11-7ea4-4edc-a2d6-6f68425fa0ac + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '53' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0ce24346-9070-40e4-ba14-11a8923c1dd8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '51' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7b488144-f06a-4b5a-942b-7b50aaae3306 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '60' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2780657b-2cbf-4eea-9d60-a64e75e48b36 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4489be92-04c5-43ad-9f03-30a90392451b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - dbf053f8-6b9e-4337-8756-d541779ef010 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 04741572-b506-4e8f-827a-61073f9bb3d9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 75878b96-5e39-474f-a167-55d8be7c910d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2d7df206-37dc-4cd5-9848-cf7518be05bd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6d5a2a3c-27df-4fc6-9910-342bb394e779 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c442d749-4fd6-4ce6-9064-2ed18b1cd7b7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 98abcc29-9b9b-4dd3-95df-6caf400c2817 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 675cc8e2-8aaf-471b-80a2-eb18250d856b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '57' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bac1f152-2202-420a-aee7-5e49f274f40a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a64b619f-9621-40a6-bf96-c511d78dd877 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9e6b31ef-339e-468d-b929-ba09f9d2c631 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c00a3fd6-f18c-4ce6-825b-523f3662a781 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c9399f7e-ed1f-4fd0-ae77-1b3678724ed5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d8027b22-9ec6-415a-94de-58a9d962808c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ab374f6d-eea4-4b51-9930-2d7dd2387784 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '52' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3c358efa-1a2e-438a-a441-ad218e932af7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 407d7c55-1062-4d58-96b5-455a07c30e47 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ad84ad21-35e1-4871-95b0-fc84a9c95289 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4993edee-e077-4155-b3c1-723149b4f470 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8d3b8051-3210-4db4-9eda-a2c40e5e0f7c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 223d51ad-8f0a-45fa-ba5e-f758dab30b67 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2d8415fa-89c9-4380-8bfd-b9483d69a79b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - dc6634f0-ca70-430d-b60b-bfe43c7c0ebc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 86e921d5-a46a-4540-b033-057d6d259466 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f53be511-9c83-4738-ba32-96f8beeaddad + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '61' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 68b1720a-6199-434f-ac0c-0270ebb9311f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bc2537a5-770c-40c9-b051-52c7d3b20ed5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 158a385d-b776-495d-a126-107ba70d9776 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e6926e70-0d8d-47c3-9119-10f9a7d63316 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a0ad8fe6-a1a9-441f-b564-c4df963715a1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '75' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0be20a55-d982-433d-ac88-bfaa12717227 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '55' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4fe0f1cd-aeab-4d6a-8d2e-c54fdba40c98 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '63' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5e111131-ab92-41fe-b9bb-482445a088d6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e7967439-2e55-4ef0-937e-ffe21d88819b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c4e64c03-8090-4d9d-b55a-f95d861f2010 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - cfa684e2-c1cf-4c03-9b1a-ce3cd8ba0d2a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f00529a9-13a8-41f9-a2d6-456bf71755bf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 97e30102-54a7-4757-a483-5071d75face1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e310dab2-e6e8-494d-ae6c-929250416309 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c2741e01-3105-406a-96bf-0382a4eb0802 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '32' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - da36196e-bed6-4cd7-bd4e-4626c3bd200c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f815cf7e-c1e9-47d5-8c74-8352d67678f7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c24c3243-5ba4-4e14-8574-b45ace3c8128 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f3234ae7-9d02-4fdf-9b27-c833cdcb8009 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0c597523-a3c9-45c8-b7ad-b61d8b6cf141 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 043b2505-e2c8-41be-9b00-0b63db21923a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6c6269be-1017-408e-9276-9bc868a776c2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9070867e-4811-4172-996b-889e87377701 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ee42e17c-3cf9-482e-922e-16ace987819e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - de504562-e15a-4813-9a78-4f92f09611db + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6dfc4759-a6ef-4533-ae54-e1dc63c0cbe6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 82815f20-7063-4f66-9d2a-2c11ea78408d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 35b16924-a823-40ee-8d13-17a6ae6c35ba + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3cd72e73-f3b1-4cf4-8e16-4d54ea37c0d5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9e12195d-4bc8-407a-a521-0afed6907f8c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - cf2f1bb8-b464-4d48-becf-5d269bf1258c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2f3e904f-4832-43c5-a477-514f6d6f21e8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0f7a5cdc-4909-413e-b028-3262f6139369 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 66b04f69-8ddb-4309-9e94-9effa821bb86 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a1c26950-8d69-4087-a8ed-03b393e837f4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 888b4331-62b2-4bb4-854b-9582da19affd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c180d2f6-4b91-4106-a7a8-2d3a3101d865 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f9702a1d-e56f-45bd-9c63-86b0095aa6f0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '63' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 12e57c91-c72f-48cd-85ab-640dc613e31e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2404dc65-29b7-4b07-92ea-04e000042221 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 72a73da1-2ce8-4de9-9de5-25cf3f6c6daa + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - aaae50ca-1cc9-442b-8074-d03bd030be15 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '62' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fa53c8ce-e514-473b-8c5d-bed90c0569da + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '71' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 59afb4a7-67bb-4806-91cb-2921e498de87 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - df780a4a-0f89-4494-8fe8-914548637874 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 772288f5-fe2e-4b25-95c7-1dc85a14c892 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bb0f4117-3506-4eae-8b78-36bd22e8e8be + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 49004d28-e092-4eac-b9fd-c5bc9bde36c4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '55' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 60c12760-3aea-41e9-a9fc-d45c8f0e111d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2f5cad37-3a43-4162-a1ec-780d81f1cac8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f84b7ff8-a8f6-4ef7-8622-028968eb3ae0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 427fb820-e564-4b7f-9408-53e5d62bebfa + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4c15b863-2cb7-4bda-b1c4-ff69578f591f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 29d067a6-0905-492a-8bca-c630dbe1a4db + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3050e9ad-6553-4a2e-85c0-591b641f5ba5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3670676b-3870-416c-8524-9a3d283725d5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7fc02eef-faff-46f1-a8bc-37e077d8e8be + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 68170d0a-ddb3-43be-ae7d-b0e9b9a0014f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5308a651-8960-4db5-8eca-247e84bdcae5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e639fd06-5939-4867-ae44-b06ed8c4fb98 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 37a4f88a-ff92-4ef1-ab09-f83543b92164 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fca6604b-1d84-4cbb-94ec-284593c361bf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 699025d7-79cc-445b-aa56-ed2dff772c50 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 05430649-df23-441f-9a20-a643ebc7d8dd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '57' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5e44b880-904c-4910-a098-dbbb1cf547da + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8e5a5eda-52c0-4cbf-9354-0e5255d2ed20 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 793566ac-5670-4fd3-98c8-5cb5dccdf3d7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d8ade2a9-4155-41b4-a61a-4f140e457fe1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '70' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a473b660-242f-4e10-91e5-dd12da4f65ee + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e0e21371-6742-4330-9bf9-9b440f8e73ab + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c714b294-cef7-488d-8895-09ac8b65223d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d8dfa0c2-a753-4c30-8c9e-54f29c18eb30 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 71c79244-6aaa-4792-a73f-71ceb271dbba + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 33cc9c4d-734f-4844-82d9-87c391edb8ea + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 73e629e1-5494-46bb-9017-ccb3cb50dfd3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5185736e-7686-4689-97a6-874308847bcd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c3752a23-d4d1-44c6-b4a2-9a75276410cc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7e295bff-5ea6-4705-b25b-4b49bf357196 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6d2dd3c9-54cc-4a62-8a5b-26ef3ce343c4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '62' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 027a2ae2-c258-402e-a72c-ebe1df8f3dd0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 88991c8b-b801-406a-85f0-20feaa3a9939 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bc6d2b75-2af6-4ec2-9513-b6c111d186ba + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '84' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 40b5da55-1df3-4b02-84b5-3d1457c83d66 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1d64565e-8b64-46d9-aec7-48b72afdab4f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '60' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 00ee9943-f7d2-4464-8f86-dd074732948b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d7c31440-69dc-4686-84ea-0fed34478119 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e08f4d41-7c17-40b9-b7d0-b2977427e75c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 27a532a0-9b92-4bf7-b623-5123296fe5a2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '58' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f33db48f-5c82-4c48-b7d5-4a00bfc7744b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - efd28f00-a4d4-496c-ae7f-ce684b90f33a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a953a345-4568-4560-aa35-b62a0137960a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 48562ba3-1e7a-4e37-a1c8-18bd6247bf6b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 57b98f3f-0098-40d8-b0c7-b0f659af7c53 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d732ea19-9f58-410b-8571-f87f4f641fbe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4a56bca3-d7fc-4dba-98f0-bf238c940127 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1e51e1bf-ab5b-412e-bb62-a3ae203d5721 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 63c8ba0b-f5c0-40a0-bb9c-2b8f731eb776 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0bdbab99-d54e-4034-ab3f-716a5bdb518f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c69dd748-070c-4352-a8e3-cf9fac38f1d3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a2ab96b1-cd98-4ce4-a802-cebe394ba320 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a6cf7ca6-9467-4551-ae64-3f4e5fceebff + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3dd7390e-1aaa-46a3-94c8-a6a02564a749 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5d3cc434-6f31-4c62-88d1-d206824f78fc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8fb89758-6b77-42db-93ff-a8f01d0f2027 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 35c3aef7-69f9-4887-9dcd-2d7bf0be2592 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '49' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 907e9734-2bfe-4ef6-831e-bc2593f97215 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6ed13399-bed0-457c-b69c-55384c09522f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 00c87e65-afe8-4062-b579-2b9851d1ace9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9a9b8e97-74bf-4bf7-8eaf-ce9aa881f151 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 63edd2b0-862d-4ba9-853f-241917048271 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f79d515e-5d1b-42d3-8053-2f6c847d9b8c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d4ebca64-fb74-4e6c-97e1-4ddfa6559177 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - da0bafeb-d659-453e-acae-f1f3ef90589c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '62' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 179b9fdf-8c4b-4c16-b613-73294f0ecb29 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '57' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fa07e062-853f-4522-911b-fc2361c874a3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d2f898e6-2cd2-46f1-a5e1-c3b0f28d95c3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0be2efac-be0f-4bf7-a5df-e985ba7c8bfc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 932f2214-681f-4fa2-afc3-bb32953ab42a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ab7f8d0a-a622-4858-b576-da973d0a0a6f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 58694fe5-125e-4f23-9283-448fd76a15ed + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0be411f4-6460-45f1-bd17-992a0a24cab3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '65' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 35c3f1d3-1159-429c-897b-b6b7c594d364 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1597b09e-d5bc-4faa-b566-27b022ba2281 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '55' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c021ce3d-7b74-408b-99e5-4d114f8d1788 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d790676f-1b89-492a-a161-99ca625e7ef4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d193c004-0481-44f4-bb60-557081c24aae + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - cbcd99b1-6c23-40a8-8b9b-643870ad4509 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c9fc022a-5175-4b35-908c-871e405e443e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '66' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7c75dd3b-6cfb-4559-9c58-79a23fa24d27 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - da60ddff-5d98-49c9-aba0-468e26b5f11d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 71a6602e-d27e-45bc-bfd8-8b26752d368f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7f6327f5-0c90-4400-a18b-756fe52d4dc7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6c21eb50-d4d8-4d3b-860c-bfc0c8d40f0d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7913bdb1-8870-47f2-8b5b-244e1a64dc67 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 36390bc2-4b37-4908-ac2b-60c11f219b23 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '58' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 74c49b31-f192-4b84-a630-06d4f5d7d480 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 475ec1cc-c524-42b1-93f1-f7014488c233 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 41f84071-7a84-46a6-af82-19f4cc3a7d40 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 14729dfa-099b-42da-8b92-b56eb9bc8529 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '58' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e02ddd6c-b6ea-43ea-90bf-6f53b14ee546 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6662b4e9-695a-4af9-b89f-a0569272df0e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - aacd3fa2-321d-4c40-9c58-d43b3a877ec5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 44675107-fcc9-4705-bc40-4c714c633513 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fb24ab2c-d049-431b-ae1e-73751dea56bd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 636f3323-2627-4aa6-9c3c-7b430cd1aea6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '81' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4666a479-4674-4d66-8efc-f056b7959fab + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 467b02b6-f196-460e-814f-e64acc393c8d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 11225b2f-9a14-41a5-a807-448960d40d85 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0c068ad5-dd8b-456c-aaa7-892ccfe4fbc7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '54' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a76c72e5-7bc1-41b2-9072-33292efa4622 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d2a69d84-b180-4010-bf03-d5c8a5bd4827 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '53' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a136d792-5d50-4889-84f4-1a227d6fbcc4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0fcd30ba-2d2f-4e3f-be33-34a34ab24596 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a6909054-f515-41a5-80d2-9aa96f1a78e0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ad03f62c-7533-412f-a569-0c73e9be482d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 047277d4-c86e-47a8-baa2-55cace0c542a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8bc4bee7-e829-4f36-b65b-2feb76510fae + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '50' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1c19f187-65c4-4169-8450-3cf7b465dead + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 42d0ce60-0d91-4ada-a14b-510b1a3b18af + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 363f1b7f-5cd0-44d7-8539-5682d308c4e8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 10610cbc-9f91-4597-b93e-a7176cc4c476 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 96a649a3-ccf9-4f95-9b2e-ab9523773cde + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3f05e0cc-d3eb-4fc2-9e65-7ddff56ce16c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9b75fc4b-8e12-4a84-a645-c211d65d04b7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c6a14976-5c4d-4428-8462-7ef6e77b6d93 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '55' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6f4f227b-4c26-4c60-af92-89536ba171f3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 76885eaf-5b1b-4fb8-9f3f-85257051d603 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 90bd7143-db09-438c-99d0-1a09b888b765 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 86a92b75-4294-4968-9aa9-b3598b031b13 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5593562e-5bc2-4e96-8885-b7004fa53214 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7c81b453-23c5-49cd-8c47-a2196a943cfe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - af53c228-00b6-40b9-9e99-cfa312f2ebc9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f01b75fe-b5a9-4a26-83f6-63c9641d4f3d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - dec458a0-5b94-43b2-b1d1-637d7dc407b1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 63ebcd4c-834b-4f7e-bd1b-26d18abec639 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bc8b4de0-8f56-46c5-92d4-fb2b35b45575 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7d72fde1-7290-4b9d-b08d-618ed4857b6f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 856bde6a-9d4d-49d2-85b9-2a154af2cad2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8edb2dc9-a8fc-454c-b270-d8517c3dc2f7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9e685949-e4e4-4a23-9050-7452c8fa2349 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0019cee8-e9ec-4af8-9981-4e8d7642e8f7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 95d370fb-9b1e-488a-b944-a81e059124de + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f046c2f0-785b-4c27-b6e1-7a9d2271a414 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '54' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4823bb30-5cfc-40b0-bcab-4393f7d51a79 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1a3b6972-8902-47f9-bfdd-47d59cacd31a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 65161dfa-5b3d-477e-a024-fff31fa9a246 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 88b06021-2509-4f7d-b2be-41271cd651e1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '60' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2450f0ad-3791-4ba5-be2d-e019aab42d75 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '71' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 583db3fb-f711-410b-8ff2-02387da1c770 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 36b29054-8b68-4171-8c61-1bdb085bfcd4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '49' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7cf6d528-0819-431d-988b-ba30ed5cf234 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b45871c2-9d87-4c81-af74-9949c720c2cd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6fa6ec47-a96f-4b4c-95be-bcb6ee957f6e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '52' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 285f87f4-a9f6-4e89-8d52-f3c7cc542378 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 353d818b-f398-4bd8-9483-f7735f334293 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b9b7bd15-a452-49e5-9e0a-a132ec898134 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9c98f82e-742b-45a9-a490-9381665595a5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6f14eee4-325f-4c59-af9d-6e8b65e8855d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 52d99c32-8b7e-4a14-bdf4-ee4a70b6ed14 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ac7e7187-a41f-46d4-9748-a964ef5535e7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 592cb742-5c7c-40a9-8a88-69e45903665b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '56' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f3dbd7c5-80b7-44c0-a7b0-9b4c2c36acf9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8fba1417-480d-48c5-9b05-4ac7b78e8a6d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - eeff2676-d803-45ad-8fe9-1357ebd1a871 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 06dfb70b-6bec-438c-a74e-9ed13d311b25 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f8417e57-66de-49bb-b998-326ab012f625 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5b96a2e6-75e7-4044-84fc-3d4dfc8039c8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '57' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ba103146-fdb9-479b-8935-f948fb2afa80 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d6ea755e-d752-41f7-bcbd-dff5dbb09c24 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 72004559-17de-471e-9d5a-7a55dc64d8da + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 13cc6ced-1e76-4f2b-88e7-6cd18813175e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d72136e8-e9a5-47c5-bac9-2e207bb59ff9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 337a83ff-ab9d-4e7a-b28e-f53222871854 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6c691680-be33-485a-8146-81aec9ed1d6c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0392b31f-8979-4a6b-a4ff-c2b827b19b39 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3ed7f0cd-9f3e-427b-8b04-5c8fd69b6d75 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9d198a62-7cd1-4822-9ea6-bd1f6a916771 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f655e068-a107-4ab4-bf73-bcc2e8017cb6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bd3ea3b3-e3ac-4773-8817-e0a9987ec342 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2f6f217c-ea82-4a8c-b983-1a5aaa8564e6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0207d529-f1d7-4787-a6b6-e045b8d30261 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f892afa3-75e9-4c6d-937c-3abdcf30b959 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4c6c6f76-eb2e-417e-aa9a-de4ada80a693 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a0953087-4d9b-41dc-bae2-3fad74737167 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 035fe1e7-cf19-4177-957d-aedfed24be8f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e388312a-8d49-449a-8ba0-a264e37fac5c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 933d8c57-0545-42f2-ad1e-8c7036935d1c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4e1e83f3-468e-4872-94c3-a3d2e63e8dde + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8d263ae5-96ed-4902-be4d-73050eeda921 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 614f054b-4eeb-46c5-9884-99e074c5fc87 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '53' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e7127096-2bfe-4208-bf36-03ac20e05073 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2563c02b-dbc3-4bb0-8acf-4a2b21e6e713 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '50' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 19cb2228-b0aa-44a7-8a07-983aa7557c0a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5e08ada1-545d-40a2-bcbc-89852f518f4c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 527e8b65-d474-4bc3-813b-5f9325cdf5bf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 801b1590-31e5-43cf-bc59-97356c1829cf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1ff430c9-bb25-4da2-871d-c7f568041cc0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e3886acf-7efd-4d20-8acf-9ef2c2e87e09 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '71' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8ec409ab-e660-4a83-9e69-071a1b1295cf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f707ad7a-8223-41fd-8cef-44242a57e644 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3eee463f-5445-40d6-b5d0-ae9c91335c01 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 04654796-f773-4b53-99b3-6d1d7600b662 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a73fc9e1-d909-4d28-a16e-3b3acea30632 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fc26260e-2734-42bb-b697-b91b17a019e5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '55' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 85e2e999-21e3-4d9b-8ef1-f13d0d28dd49 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 45cf2666-149a-4465-aba7-3514dc97e8d6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '62' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a3e606ac-fde9-44cf-bfb5-c8de492cf46d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5f294e9e-ce5a-4393-b2a9-b698d5527de8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 565021ab-ac2e-43d4-86d5-0a58071bcb57 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 86cf5764-7478-4b21-a55d-ccea18d6f112 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '73' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 530a03d7-9602-4b8c-a96c-4db582290692 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a8834602-97c0-42af-8d7e-9919404b8457 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bf28ae14-b683-4da6-9eb8-436139b962ff + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '61' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T01:36:14.7433074Z","results":{"inTerminalState":true,"documents":[{"redactedText":"My + SSN is ***********.","id":"1","entities":[{"text":"859-98-0987","category":"U.S. + Social Security Number (SSN)","offset":10,"length":11,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Your + ABA number - ********* - is the first 9 digits in the lower left hand corner + of your personal check.","id":"2","entities":[{"text":"111000025","category":"Phone + Number","offset":18,"length":9,"confidenceScore":0.8},{"text":"111000025","category":"ABA + Routing Number","offset":18,"length":9,"confidenceScore":0.75},{"text":"111000025","category":"New + Zealand Social Welfare Number","offset":18,"length":9,"confidenceScore":0.65},{"text":"111000025","category":"Portugal + Tax Identification Number","offset":18,"length":9,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Is + ************** your Brazilian CPF number?","id":"3","entities":[{"text":"998.214.865-68","category":"Brazil + CPF Number","offset":3,"length":14,"confidenceScore":0.85}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b252af85-71e7-45b3-89d7-fa62e230bab8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '149' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_entities_task.yaml new file mode 100644 index 000000000000..cc4a71807e0a --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_entities_task.yaml @@ -0,0 +1,158 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [], "keyPhraseExtractionTasks": []}, "analysisInput": {"documents": [{"id": + "1", "text": "Microsoft was founded by Bill Gates and Paul Allen on April 4, + 1975.", "language": "en"}, {"id": "2", "text": "Microsoft fue fundado por Bill + Gates y Paul Allen el 4 de abril de 1975.", "language": "es"}, {"id": "3", "text": + "Microsoft wurde am 4. April 1975 von Bill Gates und Paul Allen gegr\u00fcndet.", + "language": "de"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '568' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 0d0951f3-c8a5-4a74-8be5-4c180fdfe97b + date: + - Fri, 13 Nov 2020 20:40:37 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/992fb0e1-0817-4943-897e-0d67a139c890_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '339' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/992fb0e1-0817-4943-897e-0d67a139c890_637408224000000000 + response: + body: + string: '{"jobId":"992fb0e1-0817-4943-897e-0d67a139c890_637408224000000000","lastUpdateDateTime":"2020-11-13T20:40:38Z","createdDateTime":"2020-11-13T20:40:37Z","expirationDateTime":"2020-11-14T20:40:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:40:38Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 86091b80-bfd3-45d1-8bee-e23b7d1cf8bf + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:41:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '192' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/992fb0e1-0817-4943-897e-0d67a139c890_637408224000000000 + response: + body: + string: '{"jobId":"992fb0e1-0817-4943-897e-0d67a139c890_637408224000000000","lastUpdateDateTime":"2020-11-13T20:40:38Z","createdDateTime":"2020-11-13T20:40:37Z","expirationDateTime":"2020-11-14T20:40:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:40:38Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e7340e61-dc2b-414a-a8ff-a061894a8139 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:41:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '179' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/992fb0e1-0817-4943-897e-0d67a139c890_637408224000000000 + response: + body: + string: '{"jobId":"992fb0e1-0817-4943-897e-0d67a139c890_637408224000000000","lastUpdateDateTime":"2020-11-13T20:40:38Z","createdDateTime":"2020-11-13T20:40:37Z","expirationDateTime":"2020-11-14T20:40:37Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:40:38Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:40:38.0561406Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.8},{"text":"Bill + Gates","category":"Person","offset":25,"length":10,"confidenceScore":0.83},{"text":"Paul + Allen","category":"Person","offset":40,"length":10,"confidenceScore":0.87},{"text":"April + 4, 1975","category":"DateTime","subcategory":"Date","offset":54,"length":13,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.89},{"text":"Bill + Gates","category":"Person","offset":26,"length":10,"confidenceScore":0.8},{"text":"Paul + Allen","category":"Person","offset":39,"length":10,"confidenceScore":0.75},{"text":"4 + de abril de 1975","category":"DateTime","subcategory":"Date","offset":53,"length":18,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":1.0},{"text":"4. + April 1975","category":"DateTime","subcategory":"Date","offset":19,"length":13,"confidenceScore":0.8},{"text":"Bill + Gates","category":"Person","offset":37,"length":10,"confidenceScore":0.86},{"text":"Paul + Allen","category":"Person","offset":52,"length":10,"confidenceScore":0.98}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}]}}' + headers: + apim-request-id: + - f9ed7c9b-e7e8-4c5f-8053-e740ba20840a + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:42:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '347' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_key_phrase_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_key_phrase_task.yaml new file mode 100644 index 000000000000..473258b72b83 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_key_phrase_task.yaml @@ -0,0 +1,80 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "Microsoft was founded by + Bill Gates and Paul Allen", "language": "en"}, {"id": "2", "text": "Microsoft + fue fundado por Bill Gates y Paul Allen", "language": "es"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '368' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 97c0ce1e-6dfc-4f19-a8b6-78467f44c87f + date: + - Fri, 13 Nov 2020 20:42:10 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/429ebd0a-4810-44b3-94e7-c8f7fc27f4a3_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '277' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/429ebd0a-4810-44b3-94e7-c8f7fc27f4a3_637408224000000000 + response: + body: + string: '{"jobId":"429ebd0a-4810-44b3-94e7-c8f7fc27f4a3_637408224000000000","lastUpdateDateTime":"2020-11-13T20:42:11Z","createdDateTime":"2020-11-13T20:42:10Z","expirationDateTime":"2020-11-14T20:42:10Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:42:11Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:42:11.2223235Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["Bill + Gates","Paul Allen","Microsoft"],"warnings":[]},{"id":"2","keyPhrases":["Bill + Gates","Paul Allen","Microsoft"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d2dd1e0d-b84f-4862-8553-abc9f9f1b8db + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:42:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '237' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_pii_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_pii_entities_task.yaml new file mode 100644 index 000000000000..87032c9c353b --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_pii_entities_task.yaml @@ -0,0 +1,226 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [{"parameters": + {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], "keyPhraseExtractionTasks": + []}, "analysisInput": {"documents": [{"id": "1", "text": "My SSN is 859-98-0987.", + "language": "en"}, {"id": "2", "text": "Your ABA number - 111000025 - is the + first 9 digits in the lower left hand corner of your personal check.", "language": + "en"}, {"id": "3", "text": "Is 998.214.865-68 your Brazilian CPF number?", "language": + "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '521' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 7b918c47-fbda-4115-81dc-49df971c4ae9 + date: + - Fri, 13 Nov 2020 20:42:42 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '88' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000 + response: + body: + string: '{"jobId":"f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000","lastUpdateDateTime":"2020-11-13T20:42:43Z","createdDateTime":"2020-11-13T20:42:42Z","expirationDateTime":"2020-11-14T20:42:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:42:43Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c96e69f7-47d6-42b3-a50f-510cec748542 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:43:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '75' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000 + response: + body: + string: '{"jobId":"f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000","lastUpdateDateTime":"2020-11-13T20:42:43Z","createdDateTime":"2020-11-13T20:42:42Z","expirationDateTime":"2020-11-14T20:42:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:42:43Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 30501859-9563-4abd-9734-8492ee18bc56 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:43:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '187' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000 + response: + body: + string: '{"jobId":"f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000","lastUpdateDateTime":"2020-11-13T20:42:43Z","createdDateTime":"2020-11-13T20:42:42Z","expirationDateTime":"2020-11-14T20:42:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:42:43Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 20833f7b-1e33-426f-b5e4-bd1696971011 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:44:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '174' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000 + response: + body: + string: '{"jobId":"f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000","lastUpdateDateTime":"2020-11-13T20:42:43Z","createdDateTime":"2020-11-13T20:42:42Z","expirationDateTime":"2020-11-14T20:42:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:42:43Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2ce7895e-0781-405a-a4fd-a4138265812e + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:44:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '152' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000 + response: + body: + string: '{"jobId":"f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000","lastUpdateDateTime":"2020-11-13T20:42:43Z","createdDateTime":"2020-11-13T20:42:42Z","expirationDateTime":"2020-11-14T20:42:42Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:42:43Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:42:43.4263105Z","results":{"inTerminalState":true,"documents":[{"redactedText":"My + SSN is ***********.","id":"1","entities":[{"text":"859-98-0987","category":"U.S. + Social Security Number (SSN)","offset":10,"length":11,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Your + ABA number - ********* - is the first 9 digits in the lower left hand corner + of your personal check.","id":"2","entities":[{"text":"111000025","category":"Phone + Number","offset":18,"length":9,"confidenceScore":0.8},{"text":"111000025","category":"ABA + Routing Number","offset":18,"length":9,"confidenceScore":0.75},{"text":"111000025","category":"New + Zealand Social Welfare Number","offset":18,"length":9,"confidenceScore":0.65},{"text":"111000025","category":"Portugal + Tax Identification Number","offset":18,"length":9,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Is + ************** your Brazilian CPF number?","id":"3","entities":[{"text":"998.214.865-68","category":"Brazil + CPF Number","offset":3,"length":14,"confidenceScore":0.85}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e6d659b0-ce36-4d1b-addc-88591d8c38c5 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:45:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '412' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_credentials.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_credentials.yaml new file mode 100644 index 000000000000..1864a5b72115 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_credentials.yaml @@ -0,0 +1,37 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "This is written in English.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '415' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: + - '224' + date: + - Fri, 13 Nov 2020 20:45:16 GMT + status: + code: 401 + message: PermissionDenied +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_all_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_all_tasks.yaml new file mode 100644 index 000000000000..5a13fb000c9c --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_all_tasks.yaml @@ -0,0 +1,85 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "bad", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "bad", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "bad"}}]}, "analysisInput": + {"documents": [{"id": "1", "text": "I did not like the hotel we stayed at.", + "language": "english"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '422' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - fe496f7e-06b1-40e0-8394-44d966c6dde4 + date: + - Fri, 13 Nov 2020 20:45:17 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/07b9ea6c-391e-4757-b56a-df333688862b_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '259' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/07b9ea6c-391e-4757-b56a-df333688862b_637408224000000000 + response: + body: + string: '{"jobId":"07b9ea6c-391e-4757-b56a-df333688862b_637408224000000000","lastUpdateDateTime":"2020-11-13T20:45:18Z","createdDateTime":"2020-11-13T20:45:17Z","expirationDateTime":"2020-11-14T20:45:17Z","status":"failed","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:45:18Z"},"completed":0,"failed":3,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:18.5717174Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:18.5717174Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:18.5717174Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - ce0551c2-72cb-442c-8265-f8561c421c24 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:45:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '24' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_multiple_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_multiple_tasks.yaml new file mode 100644 index 000000000000..c32159eff9e0 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_multiple_tasks.yaml @@ -0,0 +1,160 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "bad", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "bad"}}]}, "analysisInput": + {"documents": [{"id": "1", "text": "I did not like the hotel we stayed at.", + "language": "english"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '425' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 3dbb8a5f-3b5d-4f46-a13f-9eb39387dd08 + date: + - Fri, 13 Nov 2020 20:45:50 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5613cb9-cc9e-4186-a4e7-e02ac7973578_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '339' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5613cb9-cc9e-4186-a4e7-e02ac7973578_637408224000000000 + response: + body: + string: '{"jobId":"a5613cb9-cc9e-4186-a4e7-e02ac7973578_637408224000000000","lastUpdateDateTime":"2020-11-13T20:45:50Z","createdDateTime":"2020-11-13T20:45:49Z","expirationDateTime":"2020-11-14T20:45:49Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:45:50Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:50.6682798Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:50.6682798Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - 6280347f-bd2c-42c4-ba48-4eaa17f8ffb7 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:46:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '166' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5613cb9-cc9e-4186-a4e7-e02ac7973578_637408224000000000 + response: + body: + string: '{"jobId":"a5613cb9-cc9e-4186-a4e7-e02ac7973578_637408224000000000","lastUpdateDateTime":"2020-11-13T20:45:50Z","createdDateTime":"2020-11-13T20:45:49Z","expirationDateTime":"2020-11-14T20:45:49Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:45:50Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:50.6682798Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:50.6682798Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - e57b4a36-e1db-497a-b056-11c9263dd038 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:46:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '162' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5613cb9-cc9e-4186-a4e7-e02ac7973578_637408224000000000 + response: + body: + string: '{"jobId":"a5613cb9-cc9e-4186-a4e7-e02ac7973578_637408224000000000","lastUpdateDateTime":"2020-11-13T20:45:50Z","createdDateTime":"2020-11-13T20:45:49Z","expirationDateTime":"2020-11-14T20:45:49Z","status":"partiallySucceeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:45:50Z"},"completed":1,"failed":2,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:50.6682798Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:50.6682798Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:50.6682798Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - 2e58d34b-ea1c-4a3f-8e29-c300580e4b3d + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:47:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '321' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_single_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_single_task.yaml new file mode 100644 index 000000000000..aa9f507a0347 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_single_task.yaml @@ -0,0 +1,79 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "bad", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [], "keyPhraseExtractionTasks": []}, "analysisInput": {"documents": [{"id": + "1", "text": "I did not like the hotel we stayed at.", "language": "english"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '304' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 4d24b315-e2b0-4cdf-843b-97240f0078ac + date: + - Fri, 13 Nov 2020 20:47:21 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/5e5a8248-be06-47a2-aca1-b5acee7cf725_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/5e5a8248-be06-47a2-aca1-b5acee7cf725_637408224000000000 + response: + body: + string: '{"jobId":"5e5a8248-be06-47a2-aca1-b5acee7cf725_637408224000000000","lastUpdateDateTime":"2020-11-13T20:47:23Z","createdDateTime":"2020-11-13T20:47:22Z","expirationDateTime":"2020-11-14T20:47:22Z","status":"failed","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:47:23Z"},"completed":0,"failed":1,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:23.0302436Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - e6ddc3e6-9558-4c96-ba91-238286e368fc + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:47:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '16' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_request_on_empty_document.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_request_on_empty_document.yaml new file mode 100644 index 000000000000..8afc0afa03bc --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_request_on_empty_document.yaml @@ -0,0 +1,43 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '226' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"InvalidArgument","message":"At least one document + is missing a Text attribute."}}' + headers: + apim-request-id: + - 3898701d-2b97-4dfa-af27-5c552ee5829f + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:47:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '6' + status: + code: 400 + message: Bad Request +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_client_passed_default_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_client_passed_default_language_hint.yaml new file mode 100644 index 000000000000..5fbe9eb5826a --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_client_passed_default_language_hint.yaml @@ -0,0 +1,225 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 00b6ab5b-d612-4e38-99ea-642d13943282 + date: + - Fri, 13 Nov 2020 20:47:55 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '186' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000 + response: + body: + string: '{"jobId":"1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000","lastUpdateDateTime":"2020-11-13T20:47:56Z","createdDateTime":"2020-11-13T20:47:55Z","expirationDateTime":"2020-11-14T20:47:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:47:56Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b4b2e4e2-76a3-4e46-9f2f-fc0dd3907806 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:48:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '335' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000 + response: + body: + string: '{"jobId":"1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000","lastUpdateDateTime":"2020-11-13T20:47:56Z","createdDateTime":"2020-11-13T20:47:55Z","expirationDateTime":"2020-11-14T20:47:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:47:56Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 501aec0a-e947-4722-8284-3069c3a3b9b8 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:48:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '284' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000 + response: + body: + string: '{"jobId":"1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000","lastUpdateDateTime":"2020-11-13T20:47:56Z","createdDateTime":"2020-11-13T20:47:55Z","expirationDateTime":"2020-11-14T20:47:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:47:56Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 503776dd-90d8-4348-a3da-7b368bcc3739 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:49:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '451' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000 + response: + body: + string: '{"jobId":"1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000","lastUpdateDateTime":"2020-11-13T20:47:56Z","createdDateTime":"2020-11-13T20:47:55Z","expirationDateTime":"2020-11-14T20:47:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:47:56Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 37e5eed1-5863-4ec1-a504-eb9f8c031573 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:49:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '380' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000 + response: + body: + string: '{"jobId":"1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000","lastUpdateDateTime":"2020-11-13T20:47:56Z","createdDateTime":"2020-11-13T20:47:55Z","expirationDateTime":"2020-11-14T20:47:55Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:47:56Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3428ca67-e926-4645-9714-ddef26671b75 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:50:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '513' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_duplicate_ids_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_duplicate_ids_error.yaml new file mode 100644 index 000000000000..b03fcd5a3373 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_duplicate_ids_error.yaml @@ -0,0 +1,47 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "hello world", "language": + "en"}, {"id": "1", "text": "I did not like the hotel we stayed at.", "language": + "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '480' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"InvalidArgument","message":"Request contains duplicated + Ids. Make sure each document has a unique Id."}}' + headers: + apim-request-id: + - 90b7c3a6-5d83-4e65-a0fd-6aaea69565ec + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:50:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '6' + status: + code: 400 + message: Bad Request +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_empty_credential_class.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_empty_credential_class.yaml new file mode 100644 index 000000000000..bcfdd47acf26 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_empty_credential_class.yaml @@ -0,0 +1,37 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "This is written in English.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '415' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: + - '224' + date: + - Fri, 13 Nov 2020 20:50:30 GMT + status: + code: 401 + message: PermissionDenied +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_empty_document_failure.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_empty_document_failure.yaml new file mode 100644 index 000000000000..2cb649245299 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_empty_document_failure.yaml @@ -0,0 +1,44 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [], "keyPhraseExtractionTasks": []}, "analysisInput": {"documents": [{"id": + "1", "text": "", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '264' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"InvalidArgument","message":"At least one document + is missing a Text attribute."}}' + headers: + apim-request-id: + - 84a106fa-577f-44df-8589-c8a6dcbddc71 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:50:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '9' + status: + code: 400 + message: Bad Request +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_invalid_language_hint_docs.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_invalid_language_hint_docs.yaml new file mode 100644 index 000000000000..069ac02d0973 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_invalid_language_hint_docs.yaml @@ -0,0 +1,224 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "This should fail because + we''re passing in an invalid language hint", "language": "notalanguage"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '464' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 82feea5e-0686-4864-b583-424878c2af5d + date: + - Fri, 13 Nov 2020 20:50:32 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '257' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000 + response: + body: + string: '{"jobId":"d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000","lastUpdateDateTime":"2020-11-13T20:50:33Z","createdDateTime":"2020-11-13T20:50:32Z","expirationDateTime":"2020-11-14T20:50:32Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:50:33Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 36a1ce41-5f0f-4f6c-8693-8a74235c0087 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:51:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '180' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000 + response: + body: + string: '{"jobId":"d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000","lastUpdateDateTime":"2020-11-13T20:50:33Z","createdDateTime":"2020-11-13T20:50:32Z","expirationDateTime":"2020-11-14T20:50:32Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:50:33Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2433824a-2197-4920-8fad-88e6d4874d59 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:51:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '193' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000 + response: + body: + string: '{"jobId":"d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000","lastUpdateDateTime":"2020-11-13T20:50:33Z","createdDateTime":"2020-11-13T20:50:32Z","expirationDateTime":"2020-11-14T20:50:32Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:50:33Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3a482454-ddda-4266-86b2-ff14d5d63fa2 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:52:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '245' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000 + response: + body: + string: '{"jobId":"d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000","lastUpdateDateTime":"2020-11-13T20:50:33Z","createdDateTime":"2020-11-13T20:50:32Z","expirationDateTime":"2020-11-14T20:50:32Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:50:33Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 25b7af86-0e9d-4f20-acf1-4f965e39f0c3 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:52:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '332' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000 + response: + body: + string: '{"jobId":"d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000","lastUpdateDateTime":"2020-11-13T20:50:33Z","createdDateTime":"2020-11-13T20:50:32Z","expirationDateTime":"2020-11-14T20:50:32Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:50:33Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en"}}],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2cd47ceb-93c2-4d20-9132-ad116c36532c + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:53:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '346' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_invalid_language_hint_method.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_invalid_language_hint_method.yaml new file mode 100644 index 000000000000..cbde05974dbd --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_invalid_language_hint_method.yaml @@ -0,0 +1,222 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "This should fail because + we''re passing in an invalid language hint", "language": "notalanguage"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '464' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 78a80fbf-7a73-4897-af4a-951773245286 + date: + - Fri, 13 Nov 2020 20:53:06 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '346' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000 + response: + body: + string: '{"jobId":"5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000","lastUpdateDateTime":"2020-11-13T20:53:07Z","createdDateTime":"2020-11-13T20:53:06Z","expirationDateTime":"2020-11-14T20:53:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:53:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:53:07.1999893Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b5edf29c-3906-47b4-a320-5684491ffc10 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:53:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '352' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000 + response: + body: + string: '{"jobId":"5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000","lastUpdateDateTime":"2020-11-13T20:53:07Z","createdDateTime":"2020-11-13T20:53:06Z","expirationDateTime":"2020-11-14T20:53:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:53:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:53:07.1999893Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 64be6258-aa0b-4d2a-b878-6fce5d6e7bd7 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:54:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '294' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000 + response: + body: + string: '{"jobId":"5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000","lastUpdateDateTime":"2020-11-13T20:53:07Z","createdDateTime":"2020-11-13T20:53:06Z","expirationDateTime":"2020-11-14T20:53:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:53:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:53:07.1999893Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7a4977dc-246c-4bfb-8bb7-365cf120c32a + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:54:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '354' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000 + response: + body: + string: '{"jobId":"5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000","lastUpdateDateTime":"2020-11-13T20:53:07Z","createdDateTime":"2020-11-13T20:53:06Z","expirationDateTime":"2020-11-14T20:53:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:53:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:53:07.1999893Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3a29b2fe-b7d9-476e-9199-6ba00a5a677c + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:55:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '365' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000 + response: + body: + string: '{"jobId":"5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000","lastUpdateDateTime":"2020-11-13T20:53:07Z","createdDateTime":"2020-11-13T20:53:06Z","expirationDateTime":"2020-11-14T20:53:06Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:53:07Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:53:07.1999893Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:53:07.1999893Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en"}}],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:53:07.1999893Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5b3f8778-925e-4481-8d51-2ccdb4718c23 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:55:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '396' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_multiple_pages_of_results_returned_successfully.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_multiple_pages_of_results_returned_successfully.yaml new file mode 100644 index 000000000000..de634aca531c --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_multiple_pages_of_results_returned_successfully.yaml @@ -0,0 +1,7588 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "hello world", "language": + "en"}, {"id": "1", "text": "hello world", "language": "en"}, {"id": "2", "text": + "hello world", "language": "en"}, {"id": "3", "text": "hello world", "language": + "en"}, {"id": "4", "text": "hello world", "language": "en"}, {"id": "5", "text": + "hello world", "language": "en"}, {"id": "6", "text": "hello world", "language": + "en"}, {"id": "7", "text": "hello world", "language": "en"}, {"id": "8", "text": + "hello world", "language": "en"}, {"id": "9", "text": "hello world", "language": + "en"}, {"id": "10", "text": "hello world", "language": "en"}, {"id": "11", "text": + "hello world", "language": "en"}, {"id": "12", "text": "hello world", "language": + "en"}, {"id": "13", "text": "hello world", "language": "en"}, {"id": "14", "text": + "hello world", "language": "en"}, {"id": "15", "text": "hello world", "language": + "en"}, {"id": "16", "text": "hello world", "language": "en"}, {"id": "17", "text": + "hello world", "language": "en"}, {"id": "18", "text": "hello world", "language": + "en"}, {"id": "19", "text": "hello world", "language": "en"}, {"id": "20", "text": + "hello world", "language": "en"}, {"id": "21", "text": "hello world", "language": + "en"}, {"id": "22", "text": "hello world", "language": "en"}, {"id": "23", "text": + "hello world", "language": "en"}, {"id": "24", "text": "hello world", "language": + "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '1710' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - ee0a6e88-ab6a-448a-9c51-4b994e74d47f + date: + - Thu, 19 Nov 2020 02:06:06 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '3122' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":0,"failed":0,"inProgress":3,"total":3}}' + headers: + apim-request-id: + - 1c5840a6-0b70-43a2-98df-2ae7f5684750 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '2944' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":0,"failed":0,"inProgress":3,"total":3}}' + headers: + apim-request-id: + - fc6b8089-ebef-4856-891b-282cfda52c0b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '2370' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 17a33309-e41a-4c06-8a9a-984ead2cc781 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '2943' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - bd78cdfd-e036-4107-bd98-97fda641e65c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '3023' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - cca0624b-1a5c-47ac-81fa-9521b2974b20 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '3113' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 928c2917-5ca4-4a1d-974b-9346b034b7fe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '834' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - b6ee85df-807a-49ce-ac7c-3113db345d86 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '364' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 564887b2-b40d-47b3-ac2c-b96fdb8540ea + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '435' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - b7037d9f-c9cd-4233-bf30-5755cc0bd50d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '425' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - e32c88f8-597e-4e4b-bfa9-db319208defe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '305' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - e7688ab2-0f54-4f22-8ac6-4b0538dee301 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '341' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 412fc7ef-47ef-4c85-8687-3eab8a5a870f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '325' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - bac55707-9153-47ab-b14d-972913c9d92a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '272' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - c9433b36-3801-4dac-a220-1a0a9924ffde + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '311' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 60205033-2115-4911-a2c3-ce2f8a066980 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '252' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - a7807ffc-b8da-44fc-8f61-b5fe91109ba7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '346' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 6d61ab0f-a289-434f-93e7-cfa4288dead0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '336' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 982099e6-346b-45f7-983a-ec3962ced93a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '230' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 93baa8f9-f458-4050-8d30-59b9d13e1f03 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '224' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - e6e36efc-cc97-46e3-8a94-b70d6e1518ec + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '380' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 69ac524b-75ae-4cdf-a476-c25311bae1cb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '244' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 53c21360-0ebd-4c8c-ba09-4e97e8bfa8b6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '222' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 2735e22a-0d5c-4b17-83c7-0e17bf621b8e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '322' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 7a720a2f-3024-4971-bddb-90e4a5ce762f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '249' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - d6e9983d-a988-46c5-b13b-87d462d0ef09 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '342' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 66b0c647-ec23-41c8-b615-9bed4f35f081 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '494' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - bbab8da5-da26-4b09-8023-ccfb6b69723e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '253' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 318a6889-524d-4c3d-bb1b-d2d12e8ee1e1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '227' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 70da8ba7-170d-49d9-87c3-f91bf94f77a2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '252' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 929b1656-d1e5-4b56-81c3-bafc19d2fbfd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '260' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 24d426fc-0ed1-41cc-a557-ae90054728e3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '404' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - dfe574af-6081-4b2a-abd4-a029d0b87a76 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '383' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 9694b3e3-b102-4445-a963-3b4c50671439 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '259' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 88d2cd87-e446-4621-87d5-b9cd53e91da4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '345' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 1bbdd41a-be40-4298-8c4a-201b098fa07a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '313' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 47f9fe67-966c-4129-8d3d-ccd4d0b699f0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '305' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 687f67bc-fbde-4d1b-8586-a0669c8bba3b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '359' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 4d5aab46-2887-4f98-89d0-6b79487fc16e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '257' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 9a87c330-2c22-4045-a104-0a77d36b9ef0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '316' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 9730229f-83df-4df1-b1ba-a9b3bb8bd26f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '324' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 099ca0c2-3a37-49d5-9731-7984ebb63baf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '316' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 49d3cf40-6052-4c90-b809-85374d7d8dec + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '248' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 4001612b-cf42-4c4c-8220-ebf5cd06f940 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '242' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 0b28da01-5d8f-4dc8-a65d-d361b70e24cc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '222' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - ab8cf97a-ec0c-4360-a71e-c2c6067875d2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '289' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 1d719e30-72d7-449a-b5ec-a0f0de769ce3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '391' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 7250da79-1f7b-4c15-b3df-6887e6924963 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '355' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - ebe7eb59-debc-4e95-80d4-188c44e17654 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '285' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 3eccf57d-72bc-4f21-9cb5-f0b0ff564d34 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '320' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 1bb76969-b630-4007-ba5e-16b2e807d710 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '285' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 2b1645e9-cf09-49c6-b387-ae8d6b9bf2ea + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '263' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 0cfea3f3-bca9-4aef-824f-15a54eb1090e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '376' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - ebd70869-ea76-4311-b846-f9ea69959225 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '357' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 8ee4cc97-abf1-4abd-a16e-7d3a4fb8a6f0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '299' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 3e727b1b-6ac0-4bdc-a486-883c57ea5287 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '308' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - b5fef8b4-3ce1-4ccb-83b7-c693da1c5115 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '285' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 6a203992-60cd-4835-ba3b-b9e380585421 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '221' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - e30e07ec-2284-46a1-be78-9656d7840e9f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '406' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 57270789-ecac-44df-b9de-aed6a6f28acf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '342' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 319a6d12-dbaf-47de-82cc-00b096553de9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '223' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - e2ba3499-dbb3-466c-91cf-cf449e50c04e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '349' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 0fa68316-c1ed-480a-bdaf-74cedb29dc26 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '370' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 3d437ea7-348b-4694-bda5-28d0f4fc47e1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '218' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - de3f6c3a-0352-47dd-a260-fa3021dff655 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '229' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 07326405-bf17-4e1c-a5c0-9f7634c24443 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '343' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - e8bb0e1d-e942-4392-b3de-70f353fa94af + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '309' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - ffc0efa8-73ea-48b4-aa71-1d79b92f3568 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '212' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 53ebb842-b314-45bf-a2cb-1c8cf1122438 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '353' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - d95cb0ce-8632-447d-88b5-43b700b08f93 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '219' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - df3ba60a-bf2f-4e8f-9aac-2b0075cc9ace + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '271' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - b80f8551-e99e-4561-9280-9a36a22ae9c8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '344' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 6f531f11-1f55-478b-a2e4-48a77676f658 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '332' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - d23cb919-aa85-41a0-85fb-ced43e37c9ad + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '307' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - e02c2732-b2dd-4e77-b1db-2f253e4a2b64 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '318' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 85c87ba5-deac-415e-b365-ca6e35c39c11 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '486' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 005ff18f-519c-4a3f-b1b5-60f5a20268f4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '321' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 96e567ab-32b4-471e-a541-10c9ebe52469 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '258' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 4aaffb45-1636-434b-bcac-d126d8ee6d6b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '383' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 29b31296-76d6-4e36-9fca-6c4b09016033 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '331' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - c2705379-6d20-4ef9-8fa7-39df9e245d3f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '219' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 8e52deb1-80e9-472e-bd72-7fdaa89ad71b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '257' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - a09fa386-44c7-4117-bcd3-50d4bb141643 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '280' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 91b150b2-6adc-4547-a13e-7c4bb84a855b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '302' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 9d9230ae-e301-4b37-a958-d7db12c3b711 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '378' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 401ae83a-990e-47b7-9651-70c94f0ebbba + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '280' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 16570dc3-cc1b-46eb-a094-e3672cb3c42a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '296' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - d20cf036-581f-4c59-9561-b58c5d69e533 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '317' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 5469f5e6-a4a8-498d-9b9e-efa07f9ac131 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '308' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - f41197eb-2d8f-41b7-83ad-63b74b0e52d8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '327' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 4b066b70-6d99-45d6-b2b9-1894ed46ba4f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '372' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 5d2233ea-0789-457f-9718-152f9b92533e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '327' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 33ba4bce-97c6-433a-9116-ce27c1c04d4c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '247' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - f7197bac-389b-4466-940f-967c2c80ec17 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '348' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - e430fe6a-686c-4794-a4bc-861983782f82 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '311' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 7831d8a0-d604-4415-b5b4-f93e0f50bf58 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '243' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 5858e5dd-ba4a-4ca2-b8e4-0b2026e826d8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '216' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - a50ab148-1795-4eae-a820-888de9585253 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '270' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 2a73240c-8647-4da2-896d-2386e729c495 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '319' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 20d02457-c668-4f8a-acb9-593fc476318e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '251' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 00e06ebd-2897-4d6b-956b-b5e8e1d0c1f0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '280' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 474ffa66-afb9-4beb-aa7f-14af73652594 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '269' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - fab64f20-fb87-454c-9b6f-bf505d46aa30 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '286' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 639f6458-58d3-40e7-9542-16b27375791a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '275' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 7058bc50-25fc-4ced-8f85-8a8c4c7cce6b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '336' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 8be73151-4317-4f49-a993-18c6fd232f60 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '278' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 2f2b01b6-9e89-4bbc-878f-75c624dd599a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '311' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - e86d1ec3-b95f-40ea-b871-9a293382ac9a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '330' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - d6bd4363-8e0d-4b26-923c-f0cd46d42995 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '272' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 40d5da9e-ce85-4427-944c-63ee01188fbe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '296' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - b71a35a9-acbb-4201-95e9-37d0e4591e61 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '259' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 272b16a6-465f-438e-8a22-10f3293379ec + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '243' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 6d8c99f0-1214-45ad-86f4-430bd2b8e4d2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '345' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 6c80d537-9461-4a9d-a74c-88f481e305f2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '280' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - d38341e8-fef1-4606-897a-036b1b2ce2ee + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '284' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 0d2102d4-e4ff-4cad-8a59-8e0a31463bdd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '244' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 7eb47342-a0ea-4495-8726-eb708b9d7e90 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '234' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 8f3c863d-bafc-444f-8e81-1ad49cbd8013 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '280' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 8388c23b-1101-4464-89cb-eacebbc4cf3e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '309' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - ae8aa6de-605b-46b8-aa96-e54a7016d779 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '271' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 1b341d6f-2f33-4c43-9f01-5d4de03cc5c7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '369' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - e88a22db-8ac3-4192-9c2f-ea729c1c6f87 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '285' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 70e2bffc-ecdf-43b9-a27f-bcedb9aa446a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '223' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - f9a5b3d0-ab44-43df-a4f2-3cbf6ff010a7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '325' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 38531391-68b8-4ce0-a3ca-7f1b2c2d41ab + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '293' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 4d23650b-a066-4018-aaf4-2f6690a401fa + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '381' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - af21f107-fe34-4ccf-9a7c-23e147ec432f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '322' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 047e74a6-b2ef-4cc5-bb80-6336de6b8f38 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '316' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - ee5fefc5-7280-4909-b8e7-f593058f0c11 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '322' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - d4904ad3-ca46-45b6-ba4e-dceeeac059d3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '262' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 6cc875dc-7a5e-485a-8acd-dc7cf81ba504 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '232' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - adf80ddd-5214-4702-992c-cdf41a6c0bf9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '298' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 654a6b91-d0db-481b-a9f5-c1b16f55fd10 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '329' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - ed70ce77-4bad-45fd-bd89-6db746f0927f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '277' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - b0ce84b9-c18f-4c47-9f31-427de64dedf3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '265' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 3946d292-46a6-489e-8ebb-dbe6cb886589 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '273' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 88caedef-b1da-469f-b042-024eb3304a1f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '236' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - f924988e-f723-4cb9-8d3e-bb379a610832 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '356' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 1e329172-6f1f-454e-93d2-c16ac42ba592 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '400' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 960885ed-f019-43e4-ac9c-17cb0b2114fd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '302' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 1fa0b275-ff6b-42ae-bffb-f3e7318ed81e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '342' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 11e1969a-9485-4d7e-a419-7fe7abfbc041 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '282' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 214a4161-3f45-4e4f-bdd9-20e5d20d3cc2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '273' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - b73e3513-caa0-47d6-8367-2d8604c20a7b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '236' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 0d9b5c14-f759-4aa4-acd4-45daa21f5d6f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '309' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 3bad6bf8-8ecf-471d-8a76-601670d7f989 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '256' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 8d34d770-05bd-4dac-8ff5-be2ea01f1555 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '324' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 1c5e508d-18f6-4f71-a90f-d803927db713 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '302' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 7e4b99cc-015e-4780-8224-31a79141f624 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '234' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 02d03159-458e-48b3-a1ea-3e88692f9149 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '234' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 1cccee35-6a4b-4b63-bad1-e27702706122 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '316' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 18ac0460-23d4-4531-9759-1a28a154cc21 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '227' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 7f6eb0c0-f66a-4ef0-84da-12b0295e2f06 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '266' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 9dd1d84a-9b94-400e-a3fc-423f70ad0dcb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '301' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - c539acbd-e830-4c83-80b5-e384f125770b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '301' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 74d45106-1f70-467f-88dd-8845baa685ac + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '316' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - edb0de95-daed-4b84-8ea2-fefe87545931 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '369' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - ba3745ec-9391-4428-ba48-01fcf63dcd19 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '289' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 662f40bf-a6c0-4141-ba8c-fa9eb55e0272 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '256' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - bbaa81b6-7c51-4bf2-b039-68a58bfa247b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '291' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - acf383ba-8d84-400f-9bfa-58f8f1dd2374 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '302' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 096989ce-a10e-4bee-b8a6-573d833c03c6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '254' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 8fcf2459-7ccd-48cf-961a-35949b949bf1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '300' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 9f29ce8c-1237-43a2-b546-51e4b35ec1d9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '230' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 6e574d7d-6073-4b0c-b2e7-b8cf7176e7c2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '312' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 6b81ebce-073a-4fff-9951-6b12abc7048f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '291' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 94915cb2-76b1-4e6f-a862-dcacd89443e6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '306' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 19ee8ea3-0119-4e56-96a1-2820563922c7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '309' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 7e61d351-6a1f-4ea9-89d9-770c866cd243 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '308' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 06552a4b-8463-471d-b024-54a6e97805ae + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '312' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - a96532aa-00f5-40ad-bc18-bef136292b9e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '307' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 0cba7dd1-f02b-4055-9627-a73f43be9f20 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '292' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 5beabb81-39fd-475d-9a54-ea03d226c966 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '350' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - caba8d1d-6814-4866-b173-815b6391e5dc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '324' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 11f535d2-fa9b-4fef-b2f5-fd4406d8e421 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '337' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 8b8b769d-0e37-49b8-9e82-faa45830ad5f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '245' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 2f959779-d0b0-4d4f-a50a-48be830fec07 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '244' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 10168be0-085d-421a-94fc-7f3d60bf0183 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '284' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - fdb56ee1-3951-4571-920f-df6d2bccfcc8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '318' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - a957efd3-ef21-4a38-b1ac-0def7fd3b993 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '325' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - bd9d6023-9b40-4f0c-a654-a24eb58ac6b0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '253' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 37978520-06a2-4106-8794-46d8cc681ec7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '324' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 4c64ad76-b889-44ab-addb-c386380dcdab + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '293' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - cd451339-1c43-4709-bf05-591aa7b0e4e8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '230' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 503a6a70-3801-47dd-9152-a90d31bdf107 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '328' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 5ec49310-e4d0-435f-bab7-f7485c7e0075 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '346' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - c29f4e2f-080b-43ac-a0c6-4788ade5eebe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '252' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 45ea8e2d-72a1-4fe5-8966-8fededb0abc2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '338' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 118b00b0-5bdd-44ac-81e8-d83daa9331d3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '311' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 65af38dc-aee8-4fac-9bd4-5e4e2e6e71c5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '286' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - eb100cc9-63c4-4873-9755-31d72eb938a6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '369' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 63bfbe4a-31d0-4467-a506-e158b93c5a37 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '281' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 6d6a9d34-6946-4216-b2e3-a946031f031a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '326' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - a51564bd-0c9b-455c-9b27-9be603743b84 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '304' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - dcdcab0b-b0cd-467f-aa79-b1ac50cf848f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '239' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 30186ea5-062a-4db5-b6cd-4433b846f445 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '322' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 8e2acd9d-1555-46e5-a33e-5ec858e4fa8b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '256' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - efe6cb32-77fe-4b60-8a7f-b4fde45ba2c5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '270' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - e4d12c65-55f4-44f7-b888-b2af66bac81b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '236' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 2703d034-5d32-4c47-b336-de5dacdcadc5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '279' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 956cac2b-21ef-45ca-813e-726f1e786b85 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '327' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 99fb9ae6-53e5-47c5-b9de-5b02d81bdf50 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '293' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 18c6c418-c985-42f2-a23d-9f3cef23c124 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '220' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 6375d177-6013-4a22-bcb1-5de432eb66b2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '244' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 2cfc42f2-c584-4869-9fa1-e1d497fa459a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '286' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 8082efc3-c644-4c01-a54e-f7c79774f7b6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '264' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - bded66c7-4192-495e-9a4f-fe8c08120177 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '347' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - d368e3b4-250f-474f-b3a8-3422fbcdb67d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '319' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - fede95f8-edb8-4d4c-a633-5b1ea7878e05 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '283' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 911bb241-d991-4c8e-9e6a-fa2579485006 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '304' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - a5f0072f-55db-40be-99a0-a3a1aa51ad65 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '276' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - a8cfa6cc-9414-40ed-af1a-ec37d4f2d3f6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '274' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - aa4f704b-1096-48c9-973c-941e77db33e9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '267' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - ef689e33-f396-4dad-bb63-a4ee1ccaa895 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '351' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 968c610d-ec14-4de0-a56c-0435c28f1ee2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '241' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/2e55b0ab-116c-421f-8554-23cf4aa28e69?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - a8a62933-3fbb-476b-af48-ea1e97a88232 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '718' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/2e55b0ab-116c-421f-8554-23cf4aa28e69?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 9563f3c1-5a56-4a23-816b-0e3711cb1350 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '704' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/2e55b0ab-116c-421f-8554-23cf4aa28e69?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - f5956b36-3b7b-4c88-8bb6-be913291fee0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '708' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/2e55b0ab-116c-421f-8554-23cf4aa28e69?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 57a30d85-68b3-48da-8aa7-0952d42c43a3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '529' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/2e55b0ab-116c-421f-8554-23cf4aa28e69?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 597c1eb9-6cb0-415e-9cff-396bb37a003d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '635' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/2e55b0ab-116c-421f-8554-23cf4aa28e69?$skip=20&$top=5"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"redactedText":"hello + world","id":"0","entities":[],"warnings":[]},{"redactedText":"hello world","id":"1","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"2","entities":[],"warnings":[]},{"redactedText":"hello world","id":"3","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"4","entities":[],"warnings":[]},{"redactedText":"hello world","id":"5","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"6","entities":[],"warnings":[]},{"redactedText":"hello world","id":"7","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"8","entities":[],"warnings":[]},{"redactedText":"hello world","id":"9","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"10","entities":[],"warnings":[]},{"redactedText":"hello world","id":"11","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"12","entities":[],"warnings":[]},{"redactedText":"hello world","id":"13","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"14","entities":[],"warnings":[]},{"redactedText":"hello world","id":"15","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"16","entities":[],"warnings":[]},{"redactedText":"hello world","id":"17","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"18","entities":[],"warnings":[]},{"redactedText":"hello world","id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/7ea1149c-b921-41fa-badc-ed607d2ccf25?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 1400dee6-f535-4e20-882d-c472c1eef955 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '850' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=true&$top=20&$skip=20 + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"20","entities":[],"warnings":[]},{"id":"21","entities":[],"warnings":[]},{"id":"22","entities":[],"warnings":[]},{"id":"23","entities":[],"warnings":[]},{"id":"24","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"redactedText":"hello + world","id":"20","entities":[],"warnings":[]},{"redactedText":"hello world","id":"21","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"22","entities":[],"warnings":[]},{"redactedText":"hello world","id":"23","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"24","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"20","keyPhrases":["world"],"warnings":[]},{"id":"21","keyPhrases":["world"],"warnings":[]},{"id":"22","keyPhrases":["world"],"warnings":[]},{"id":"23","keyPhrases":["world"],"warnings":[]},{"id":"24","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9aaee00f-bed1-4d64-acb2-b519483c1c1b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '394' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_out_of_order_ids_multiple_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_out_of_order_ids_multiple_tasks.yaml new file mode 100644 index 000000000000..8f03a224d6bb --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_out_of_order_ids_multiple_tasks.yaml @@ -0,0 +1,256 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "bad", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "56", "text": ":)", "language": "en"}, + {"id": "0", "text": ":(", "language": "en"}, {"id": "19", "text": ":P", "language": + "en"}, {"id": "1", "text": ":D", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '524' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - c5e2515c-4e62-4e7d-9ac0-235dbf6ef92e + date: + - Fri, 13 Nov 2020 20:57:15 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '365' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000 + response: + body: + string: '{"jobId":"f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000","lastUpdateDateTime":"2020-11-13T20:57:16Z","createdDateTime":"2020-11-13T20:57:15Z","expirationDateTime":"2020-11-14T20:57:15Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:57:16Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0ccf1425-6add-4309-99bd-c30a3ff729ab + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:57:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '289' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000 + response: + body: + string: '{"jobId":"f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000","lastUpdateDateTime":"2020-11-13T20:57:16Z","createdDateTime":"2020-11-13T20:57:15Z","expirationDateTime":"2020-11-14T20:57:15Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:57:16Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ab315f6a-52a4-487b-8ff7-25ae9c3c5319 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:58:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '339' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000 + response: + body: + string: '{"jobId":"f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000","lastUpdateDateTime":"2020-11-13T20:57:16Z","createdDateTime":"2020-11-13T20:57:15Z","expirationDateTime":"2020-11-14T20:57:15Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:57:16Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 08b38db0-e42f-47c3-a04f-aa97a8ecd525 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:58:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '267' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000 + response: + body: + string: '{"jobId":"f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000","lastUpdateDateTime":"2020-11-13T20:57:16Z","createdDateTime":"2020-11-13T20:57:15Z","expirationDateTime":"2020-11-14T20:57:15Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:57:16Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - fdf02564-f3ce-4423-a729-8b6744cdf29b + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:59:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '336' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000 + response: + body: + string: '{"jobId":"f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000","lastUpdateDateTime":"2020-11-13T20:57:16Z","createdDateTime":"2020-11-13T20:57:15Z","expirationDateTime":"2020-11-14T20:57:15Z","status":"partiallySucceeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:57:16Z"},"completed":2,"failed":1,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[{"redactedText":":)","id":"56","entities":[],"warnings":[]},{"redactedText":":(","id":"0","entities":[],"warnings":[]},{"redactedText":":P","id":"19","entities":[],"warnings":[]},{"redactedText":":D","id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 88013490-6fd9-47c1-ae17-7a7ed550bfb4 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:59:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '475' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_output_same_order_as_input_multiple_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_output_same_order_as_input_multiple_tasks.yaml new file mode 100644 index 000000000000..f4425d752e52 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_output_same_order_as_input_multiple_tasks.yaml @@ -0,0 +1,217 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "one", "language": "en"}, + {"id": "2", "text": "two", "language": "en"}, {"id": "3", "text": "three", "language": + "en"}, {"id": "4", "text": "four", "language": "en"}, {"id": "5", "text": "five", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '579' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - cb98f0b2-6efd-45c6-b8d0-97b8665ef658 + date: + - Fri, 13 Nov 2020 20:59:49 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '326' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000 + response: + body: + string: '{"jobId":"0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000","lastUpdateDateTime":"2020-11-13T20:59:51Z","createdDateTime":"2020-11-13T20:59:49Z","expirationDateTime":"2020-11-14T20:59:49Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:59:51Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:59:51.0811011Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b9c9b7df-e741-4ae0-bc7a-69f4874ca8a6 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:00:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '293' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000 + response: + body: + string: '{"jobId":"0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000","lastUpdateDateTime":"2020-11-13T20:59:51Z","createdDateTime":"2020-11-13T20:59:49Z","expirationDateTime":"2020-11-14T20:59:49Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:59:51Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:59:51.0811011Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6a20ff4b-320b-4cd9-ad44-f27a02c38ab2 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:00:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '440' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000 + response: + body: + string: '{"jobId":"0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000","lastUpdateDateTime":"2020-11-13T20:59:51Z","createdDateTime":"2020-11-13T20:59:49Z","expirationDateTime":"2020-11-14T20:59:49Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:59:51Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:59:51.0811011Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 82705d1c-a9f9-449b-a4dc-f671216ce518 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:01:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '372' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000 + response: + body: + string: '{"jobId":"0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000","lastUpdateDateTime":"2020-11-13T20:59:51Z","createdDateTime":"2020-11-13T20:59:49Z","expirationDateTime":"2020-11-14T20:59:49Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:59:51Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:59:51.0811011Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 05b5e975-09a8-4fc0-970e-14d3869c0f24 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:01:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '378' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000 + response: + body: + string: '{"jobId":"0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000","lastUpdateDateTime":"2020-11-13T20:59:51Z","createdDateTime":"2020-11-13T20:59:49Z","expirationDateTime":"2020-11-14T20:59:49Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:59:51Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:59:51.0811011Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:59:51.0811011Z","results":{"inTerminalState":true,"documents":[{"redactedText":"one","id":"1","entities":[],"warnings":[]},{"redactedText":"two","id":"2","entities":[],"warnings":[]},{"redactedText":"three","id":"3","entities":[],"warnings":[]},{"redactedText":"four","id":"4","entities":[],"warnings":[]},{"redactedText":"five","id":"5","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:59:51.0811011Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 38cd3ab8-1e23-4c24-bd61-efea3d88b2ac + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:02:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '678' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_pass_cls.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_pass_cls.yaml new file mode 100644 index 000000000000..28a57bd1ebf3 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_pass_cls.yaml @@ -0,0 +1,216 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "Test passing cls to endpoint", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '416' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 11391412-c7a5-46a5-86ac-e71d2aecfa62 + date: + - Fri, 13 Nov 2020 21:02:24 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '349' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000 + response: + body: + string: '{"jobId":"292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:02:25Z","createdDateTime":"2020-11-13T21:02:24Z","expirationDateTime":"2020-11-14T21:02:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:02:25Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:02:25.3879787Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 94ef730d-b92c-49fb-ba97-4eee9fc3502f + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:02:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '313' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000 + response: + body: + string: '{"jobId":"292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:02:25Z","createdDateTime":"2020-11-13T21:02:24Z","expirationDateTime":"2020-11-14T21:02:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:02:25Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:02:25.3879787Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e0339be8-fd4f-4b4e-a9ac-78baf00228c6 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:03:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '283' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000 + response: + body: + string: '{"jobId":"292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:02:25Z","createdDateTime":"2020-11-13T21:02:24Z","expirationDateTime":"2020-11-14T21:02:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:02:25Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:02:25.3879787Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - dc122a10-7075-4eec-981c-de35d77fa02c + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:03:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '378' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000 + response: + body: + string: '{"jobId":"292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:02:25Z","createdDateTime":"2020-11-13T21:02:24Z","expirationDateTime":"2020-11-14T21:02:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:02:25Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:02:25.3879787Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d729a8d0-4be8-4a4f-a28f-d62e60891b69 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:04:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '303' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000 + response: + body: + string: '{"jobId":"292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:02:25Z","createdDateTime":"2020-11-13T21:02:24Z","expirationDateTime":"2020-11-14T21:02:24Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:02:25Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:02:25.3879787Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:02:25.3879787Z","results":{"inTerminalState":true,"documents":[{"redactedText":"Test + passing cls to endpoint","id":"0","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:02:25.3879787Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4fe45403-b251-4183-993f-da1fc140cb17 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:04:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '413' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_entities_task.yaml new file mode 100644 index 000000000000..0191ba19eca2 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_entities_task.yaml @@ -0,0 +1,155 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [], "keyPhraseExtractionTasks": []}, "analysisInput": {"documents": [{"id": + "0", "text": "Microsoft was founded by Bill Gates and Paul Allen on April 4, + 1975.", "language": "en"}, {"id": "1", "text": "Microsoft fue fundado por Bill + Gates y Paul Allen el 4 de abril de 1975.", "language": "en"}, {"id": "2", "text": + "Microsoft wurde am 4. April 1975 von Bill Gates und Paul Allen gegr\u00fcndet.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '568' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 8160b89f-96fe-47f8-ae5d-79ac0f44675d + date: + - Fri, 13 Nov 2020 21:04:58 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cd1757b0-90a6-48a1-8a19-56d5fabea863_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '238' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cd1757b0-90a6-48a1-8a19-56d5fabea863_637408224000000000 + response: + body: + string: '{"jobId":"cd1757b0-90a6-48a1-8a19-56d5fabea863_637408224000000000","lastUpdateDateTime":"2020-11-13T21:04:59Z","createdDateTime":"2020-11-13T21:04:58Z","expirationDateTime":"2020-11-14T21:04:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:04:59Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 25c6db42-ab23-47f4-9f08-ef87247ac8b1 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:05:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '166' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cd1757b0-90a6-48a1-8a19-56d5fabea863_637408224000000000 + response: + body: + string: '{"jobId":"cd1757b0-90a6-48a1-8a19-56d5fabea863_637408224000000000","lastUpdateDateTime":"2020-11-13T21:04:59Z","createdDateTime":"2020-11-13T21:04:58Z","expirationDateTime":"2020-11-14T21:04:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:04:59Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0dd3566f-d110-4836-99b3-df8184278ac6 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:05:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '130' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cd1757b0-90a6-48a1-8a19-56d5fabea863_637408224000000000 + response: + body: + string: '{"jobId":"cd1757b0-90a6-48a1-8a19-56d5fabea863_637408224000000000","lastUpdateDateTime":"2020-11-13T21:04:59Z","createdDateTime":"2020-11-13T21:04:58Z","expirationDateTime":"2020-11-14T21:04:58Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:04:59Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:04:59.0865331Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.81},{"text":"Bill + Gates","category":"Person","offset":25,"length":10,"confidenceScore":0.83},{"text":"Paul + Allen","category":"Person","offset":40,"length":10,"confidenceScore":0.87},{"text":"April + 4, 1975","category":"DateTime","subcategory":"Date","offset":54,"length":13,"confidenceScore":0.8}],"warnings":[]},{"id":"1","entities":[{"text":"4","category":"Quantity","subcategory":"Number","offset":53,"length":1,"confidenceScore":0.8},{"text":"1975","category":"DateTime","subcategory":"DateRange","offset":67,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"4","category":"Quantity","subcategory":"Number","offset":19,"length":1,"confidenceScore":0.8},{"text":"April + 1975","category":"DateTime","subcategory":"DateRange","offset":22,"length":10,"confidenceScore":0.8},{"text":"von + Bill Gates","category":"Person","offset":33,"length":14,"confidenceScore":0.59},{"text":"Paul + Allen","category":"Person","offset":52,"length":10,"confidenceScore":0.63}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}]}}' + headers: + apim-request-id: + - 31ab8b68-7205-44d6-977d-ad52f715dd23 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:06:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '140' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_key_phrase_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_key_phrase_task.yaml new file mode 100644 index 000000000000..3f1e3df61a05 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_key_phrase_task.yaml @@ -0,0 +1,80 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "Microsoft was founded by + Bill Gates and Paul Allen", "language": "en"}, {"id": "1", "text": "Microsoft + fue fundado por Bill Gates y Paul Allen", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '368' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 59d12f87-3f61-4d85-904a-84d9112d5242 + date: + - Fri, 13 Nov 2020 21:06:30 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/8da0accf-4de1-43f6-98c0-4f133608c83b_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '167' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/8da0accf-4de1-43f6-98c0-4f133608c83b_637408224000000000 + response: + body: + string: '{"jobId":"8da0accf-4de1-43f6-98c0-4f133608c83b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:06:31Z","createdDateTime":"2020-11-13T21:06:30Z","expirationDateTime":"2020-11-14T21:06:30Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:06:31Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:06:31.3695697Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Bill + Gates","Paul Allen","Microsoft"],"warnings":[]},{"id":"1","keyPhrases":["Microsoft + fue fundado por Bill Gates y Paul Allen"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3ab655be-7676-4c2b-a752-73249eb665ef + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:07:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '109' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_pii_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_pii_entities_task.yaml new file mode 100644 index 000000000000..bb2c2681952f --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_pii_entities_task.yaml @@ -0,0 +1,226 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [{"parameters": + {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], "keyPhraseExtractionTasks": + []}, "analysisInput": {"documents": [{"id": "0", "text": "My SSN is 859-98-0987.", + "language": "en"}, {"id": "1", "text": "Your ABA number - 111000025 - is the + first 9 digits in the lower left hand corner of your personal check.", "language": + "en"}, {"id": "2", "text": "Is 998.214.865-68 your Brazilian CPF number?", "language": + "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '521' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 1badfbe5-8952-4c17-b126-aaca7d8e562c + date: + - Fri, 13 Nov 2020 21:07:02 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '249' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000 + response: + body: + string: '{"jobId":"444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:07:03Z","createdDateTime":"2020-11-13T21:07:02Z","expirationDateTime":"2020-11-14T21:07:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:07:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 51cb62c8-fc5d-4991-882f-c75f21268e73 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:07:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '68' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000 + response: + body: + string: '{"jobId":"444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:07:03Z","createdDateTime":"2020-11-13T21:07:02Z","expirationDateTime":"2020-11-14T21:07:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:07:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4ad95aa8-c592-47f0-940d-128e37fdc44c + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:08:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '81' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000 + response: + body: + string: '{"jobId":"444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:07:03Z","createdDateTime":"2020-11-13T21:07:02Z","expirationDateTime":"2020-11-14T21:07:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:07:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c87ad7f9-83f4-43a7-9306-e5b82981fe3e + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:08:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '96' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000 + response: + body: + string: '{"jobId":"444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:07:03Z","createdDateTime":"2020-11-13T21:07:02Z","expirationDateTime":"2020-11-14T21:07:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:07:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 55230539-3898-4b39-9fa4-66b8aa2a55dc + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:09:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '85' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000 + response: + body: + string: '{"jobId":"444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:07:03Z","createdDateTime":"2020-11-13T21:07:02Z","expirationDateTime":"2020-11-14T21:07:02Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:07:03Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:07:03.2755998Z","results":{"inTerminalState":true,"documents":[{"redactedText":"My + SSN is ***********.","id":"0","entities":[{"text":"859-98-0987","category":"U.S. + Social Security Number (SSN)","offset":10,"length":11,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Your + ABA number - ********* - is the first 9 digits in the lower left hand corner + of your personal check.","id":"1","entities":[{"text":"111000025","category":"Phone + Number","offset":18,"length":9,"confidenceScore":0.8},{"text":"111000025","category":"ABA + Routing Number","offset":18,"length":9,"confidenceScore":0.75},{"text":"111000025","category":"New + Zealand Social Welfare Number","offset":18,"length":9,"confidenceScore":0.65},{"text":"111000025","category":"Portugal + Tax Identification Number","offset":18,"length":9,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Is + ************** your Brazilian CPF number?","id":"2","entities":[{"text":"998.214.865-68","category":"Brazil + CPF Number","offset":3,"length":14,"confidenceScore":0.85}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 46b4ab31-be54-401e-86ae-046ad1c137f3 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:09:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '153' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_per_item_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_per_item_dont_use_language_hint.yaml new file mode 100644 index 000000000000..4480e8df38e6 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_per_item_dont_use_language_hint.yaml @@ -0,0 +1,155 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": ""}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": ""}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '566' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 500188d9-9271-4ebf-8f0d-e0bb304cddd7 + date: + - Fri, 13 Nov 2020 21:09:35 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d0774ada-0bff-47e9-8c90-a113b1154c7e_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '172' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d0774ada-0bff-47e9-8c90-a113b1154c7e_637408224000000000 + response: + body: + string: '{"jobId":"d0774ada-0bff-47e9-8c90-a113b1154c7e_637408224000000000","lastUpdateDateTime":"2020-11-13T21:09:36Z","createdDateTime":"2020-11-13T21:09:35Z","expirationDateTime":"2020-11-14T21:09:35Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:09:36Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:09:36.5798201Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8c27557c-ca43-4226-8636-80956e44bf83 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:10:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '247' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d0774ada-0bff-47e9-8c90-a113b1154c7e_637408224000000000 + response: + body: + string: '{"jobId":"d0774ada-0bff-47e9-8c90-a113b1154c7e_637408224000000000","lastUpdateDateTime":"2020-11-13T21:09:36Z","createdDateTime":"2020-11-13T21:09:35Z","expirationDateTime":"2020-11-14T21:09:35Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:09:36Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:09:36.5798201Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 09d0ba22-914f-43ec-8e17-024633637d9e + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:10:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '403' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d0774ada-0bff-47e9-8c90-a113b1154c7e_637408224000000000 + response: + body: + string: '{"jobId":"d0774ada-0bff-47e9-8c90-a113b1154c7e_637408224000000000","lastUpdateDateTime":"2020-11-13T21:09:36Z","createdDateTime":"2020-11-13T21:09:35Z","expirationDateTime":"2020-11-14T21:09:35Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:09:36Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:09:36.5798201Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:09:36.5798201Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:09:36.5798201Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6faeeecd-704f-42c9-ad5d-1a5c26570732 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:11:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '724' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_rotate_subscription_key.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_rotate_subscription_key.yaml new file mode 100644 index 000000000000..f0385ca75a62 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_rotate_subscription_key.yaml @@ -0,0 +1,345 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - cc8a8f60-0b96-4b4e-b9a4-7f5886ec75f5 + date: + - Fri, 13 Nov 2020 21:11:08 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/27a4fe3c-6580-4f89-9b43-fe307163f7b6_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '208' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/27a4fe3c-6580-4f89-9b43-fe307163f7b6_637408224000000000 + response: + body: + string: '{"jobId":"27a4fe3c-6580-4f89-9b43-fe307163f7b6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:11:09Z","createdDateTime":"2020-11-13T21:11:08Z","expirationDateTime":"2020-11-14T21:11:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:11:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:11:09.6218483Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - dc8d8cf6-46dd-4fb4-94e5-90ac86061ff2 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:11:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '310' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/27a4fe3c-6580-4f89-9b43-fe307163f7b6_637408224000000000 + response: + body: + string: '{"jobId":"27a4fe3c-6580-4f89-9b43-fe307163f7b6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:11:09Z","createdDateTime":"2020-11-13T21:11:08Z","expirationDateTime":"2020-11-14T21:11:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:11:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:11:09.6218483Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0d80c891-3480-4a9c-9d23-ce2bc3e7e636 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:12:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '396' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/27a4fe3c-6580-4f89-9b43-fe307163f7b6_637408224000000000 + response: + body: + string: '{"jobId":"27a4fe3c-6580-4f89-9b43-fe307163f7b6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:11:09Z","createdDateTime":"2020-11-13T21:11:08Z","expirationDateTime":"2020-11-14T21:11:08Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:11:09Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:11:09.6218483Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:11:09.6218483Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:11:09.6218483Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d5f2a8e6-a1ba-4c66-ad4d-5cb72a90c071 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:12:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '508' + status: + code: 200 + message: OK +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: + - '224' + date: + - Fri, 13 Nov 2020 21:12:40 GMT + status: + code: 401 + message: PermissionDenied +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - e8d41056-aa43-401d-85c2-74f8a692d374 + date: + - Fri, 13 Nov 2020 21:12:40 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/9e8d6f1f-beee-4aa8-b202-2f5e4ee82a2a_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '316' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/9e8d6f1f-beee-4aa8-b202-2f5e4ee82a2a_637408224000000000 + response: + body: + string: '{"jobId":"9e8d6f1f-beee-4aa8-b202-2f5e4ee82a2a_637408224000000000","lastUpdateDateTime":"2020-11-13T21:12:42Z","createdDateTime":"2020-11-13T21:12:41Z","expirationDateTime":"2020-11-14T21:12:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:12:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:12:42.0968881Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - df23ba0f-a5c8-43db-8819-ef3af3c676f5 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:13:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '301' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/9e8d6f1f-beee-4aa8-b202-2f5e4ee82a2a_637408224000000000 + response: + body: + string: '{"jobId":"9e8d6f1f-beee-4aa8-b202-2f5e4ee82a2a_637408224000000000","lastUpdateDateTime":"2020-11-13T21:12:42Z","createdDateTime":"2020-11-13T21:12:41Z","expirationDateTime":"2020-11-14T21:12:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:12:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:12:42.0968881Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6feb6ca9-8f55-4ed7-a78b-d0bf2a0c6898 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:13:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '429' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/9e8d6f1f-beee-4aa8-b202-2f5e4ee82a2a_637408224000000000 + response: + body: + string: '{"jobId":"9e8d6f1f-beee-4aa8-b202-2f5e4ee82a2a_637408224000000000","lastUpdateDateTime":"2020-11-13T21:12:42Z","createdDateTime":"2020-11-13T21:12:41Z","expirationDateTime":"2020-11-14T21:12:41Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:12:42Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:12:42.0968881Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:12:42.0968881Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:12:42.0968881Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5da84af9-f29c-420c-a6fc-6de4f2bce9a8 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:14:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '597' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_show_stats_and_model_version_multiple_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_show_stats_and_model_version_multiple_tasks.yaml new file mode 100644 index 000000000000..07f4d008b9a3 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_show_stats_and_model_version_multiple_tasks.yaml @@ -0,0 +1,14734 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "56", "text": ":)", "language": "en"}, + {"id": "0", "text": ":(", "language": "en"}, {"id": "19", "text": ":P", "language": + "en"}, {"id": "1", "text": ":D", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '527' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 81040f37-7ac5-4d3b-846e-7df8c48976fb + date: + - Thu, 19 Nov 2020 01:40:33 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '263' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:33Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:33Z"},"completed":0,"failed":0,"inProgress":0,"total":0}}' + headers: + apim-request-id: + - c6323249-dbfc-41dd-90e3-c32f8b1fa2b7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '18' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:33Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:33Z"},"completed":0,"failed":0,"inProgress":0,"total":0}}' + headers: + apim-request-id: + - fe70d365-ff0e-4566-932d-3c552e98f187 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '13' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":0,"failed":0,"inProgress":3,"total":3}}' + headers: + apim-request-id: + - f164902a-6ffa-4065-b227-65deb4e722ea + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '105' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":0,"failed":0,"inProgress":3,"total":3}}' + headers: + apim-request-id: + - 4e6cb0fd-a8e5-4436-a86b-72b677cf9997 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '122' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":0,"failed":0,"inProgress":3,"total":3}}' + headers: + apim-request-id: + - a5968c7e-12d1-4675-af9a-b10e195aab81 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '88' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c41ca087-ffcb-48d5-b0e7-65a1891abf85 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '165' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 284e32f6-59ee-466d-b696-e85820d5d9fc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '161' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e3a4a181-0e67-4e26-85c2-6a8bfc01faf0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '139' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c435ad17-1b98-4550-b290-82f8bf124096 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '196' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - cd6e8673-a992-4897-9d46-bf114db557ac + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '170' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b247e26c-f785-40fa-a2f9-0723d38c1703 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '163' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 44066966-f866-49e6-a462-7d399028eca7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '125' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e59e4150-ac8d-4989-a9e4-9a649cc9824b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '178' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1b091f6f-9f7d-4a0c-86d3-22e2a7851430 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '154' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8116957d-226a-411e-8201-51d017215ad8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '167' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 70c59d68-0165-42fd-b30b-260f93513754 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '138' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 76a2dbbc-f81f-4ee9-94b2-c46a88b5bde6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '142' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - cfd2179f-4ae8-40db-8f79-bdaeddb176db + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '183' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1a13ba55-105e-4687-9e31-63269b9f3850 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '137' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3e8bb663-f57c-4ecc-825b-ef91e3050418 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '256' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ab528c23-98b9-438e-b46e-5b15abababd9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '182' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1a8400e0-b6ef-4d52-8a14-254a295e928e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '167' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d88611fe-eee2-45bd-b1c2-dee63034c37b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '148' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 89671850-bc26-4ec8-b581-c8a2935da066 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '124' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - aee9dca0-b75c-4d3a-a64f-cb485e4665f5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '183' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1b360732-7ef6-4eb4-bd13-5dc54fcbb702 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '155' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d4835e2d-6ecb-4797-bcf6-c5b8a00821ae + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '188' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9a727407-139f-401f-99e0-01185d2fa59e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '172' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 65355bac-6723-489a-91a8-c2a2d76db735 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '119' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 432b6469-7636-47cd-bef4-5f9304b84bcd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '210' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2a1e020f-a8a0-4c73-b25b-95cd322128ad + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '173' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7a42b2ff-f76e-4c0e-8ad7-7eb6d8a671ed + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '161' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a189a68f-cadd-4c3a-8f97-df5b54dea031 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '184' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ca9c8692-0ca3-4c6e-9f25-35a66620e7ed + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '153' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 558b9f19-3b57-4ac9-9414-965ca62c2f98 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '176' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 39499630-885a-447e-95eb-95c84bad38a2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '243' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 90732280-b5b3-44fd-aded-b5cf0ba9e137 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '158' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 27fde49e-7be1-44c1-9435-34b6ef2bdcb9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '159' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 751dc1d3-e6cd-45ac-9979-7b1e795f5334 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '184' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 978268e0-8710-4a49-aba2-239bd727d1a5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '202' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ad581d8d-ca33-4770-ba2e-4eeb268277bf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '184' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 228b93e5-49d1-46e5-a1c9-dc5ddcd90a99 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '163' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3daccf6d-1cc6-4535-8eb5-debe4bc9291d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '158' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f6f2f615-88dd-46b2-a3d6-246011e09d38 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '127' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a261c5b4-48fd-4035-b487-b46927525189 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '214' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 77d4eb5c-891d-42d2-b5fa-a5dfe17acb96 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '171' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9187b7b7-950f-4e67-a8bb-5ba094c88bac + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '169' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5a77dda6-cfc8-4db0-98c5-33a49b659f8f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '155' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - bdc8cdb5-6560-4349-b263-ae7cf8612890 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '142' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c26f8111-66f6-4399-a9ed-af4a8c51deba + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '200' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - de75f682-b78a-4ac1-a1ba-59fb4337978f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '189' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 70fd31d1-1162-4931-a7be-ff469fd48e63 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '165' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - bb65606d-bb86-4d7f-9df5-96fb1fc6a98e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '152' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 607897a9-5e6b-4bce-9865-11a195722df3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '162' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 21fced27-f1d7-43bb-97ba-5a4337b81628 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '156' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ec6848bc-a36d-41b4-ad59-16f659112c40 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '131' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7548c954-fe49-4752-a55f-797189320427 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '171' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1e18ee9d-723d-4789-b29b-9478ed9b8a35 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5957d9e5-d937-4d33-a1ce-6439245deaf6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '153' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ae58e350-2bda-4e15-a341-c8a2eb1bf53b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '150' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 83d56ccd-7db8-4c3a-addd-a07e4a763b04 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '154' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4a08ca20-ae71-45e5-863d-94e8dd3aed58 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '157' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 39a7ea33-3784-4046-83d5-fffbc9083d96 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '209' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 70e0979d-689b-4d8a-b223-368cd3e102b7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '169' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 04945c8c-aec0-4c67-9271-a47cfca3d0c9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '150' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - fa99162b-35e1-4641-9b2f-610e4005b05a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '131' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 28cb87c4-16af-4d8b-a935-1ec49313bd48 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '204' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e1595ced-99fe-4fe4-bfc1-9e440d8d326d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '159' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - bf9d9861-c849-42f6-9003-fd49ec0d38a3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '168' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ad83076b-7ebc-4f3a-89f4-7a7f3bf2897e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '153' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 82ad851e-eb2c-4629-a7ab-a206585d36a0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '162' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 85e1735c-a3e7-4da4-a556-490dfab90b17 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '190' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 143c2055-fce7-4814-80a2-40ffa9adcb6f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '164' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6d22ca02-ee2d-4ef1-9473-6d4db1fc0983 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '148' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7afe92c0-9a92-4f93-85a3-9a0f1ba3f7e7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '240' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1e2ebed3-f259-45cb-bd28-bfe64b30cf40 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '161' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - bbf13d2c-a0f6-42c8-9b93-bd423034cd65 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '155' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 699dc531-051e-4eec-959a-7e64c98cdaa6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '150' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - dcdc1ae8-f510-4a09-93b5-4db7b0affd52 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '166' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f4c52e51-c2cc-49a8-9980-d41938b176fc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '162' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 72f0942f-0da8-4216-a32e-b9ec70e40ca7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '169' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 069c993d-ea7a-41a7-8fea-a79a82fe7dfb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '166' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b335e9dc-3a58-4e50-b992-07769f5e327a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '172' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c10f30d0-26a0-4b9f-9069-e8a16e472f0e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '216' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b881975a-d645-469b-9ca3-374d169ef30d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '146' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0f9729e7-f800-4b8a-b1af-3955df161583 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '151' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - cd978d4c-3852-4983-a345-4cb40a5c3f94 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '162' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5519ace4-221b-4237-b7d7-056bd3baba32 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '168' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 460310a4-c6b6-4ea6-b35c-eef8d0cac7cd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '248' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ebd93ece-dbde-4794-afc7-725fcd362d21 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '138' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d1bb3923-2e14-4980-8013-179ff2b910b7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '138' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 168a4432-2377-4c2a-88d4-bfe0e251c2e1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '182' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b8cf9de1-58b2-421b-a004-723ff1fc5e9c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '256' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4b1fb9f6-8948-4e18-9025-08c1e54913ca + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '173' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3299f35d-967a-4e89-b2c4-02c80b9d73cd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '142' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 97e9ef58-ea80-49ba-acfa-cb85c0aac9fd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '157' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d0af845c-c73f-47eb-8ce4-d7fd0c308dc2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '185' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 37f7225f-11e9-4e2e-b971-112d3bc0eb63 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '147' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8c018654-a722-4445-8776-9fab34547058 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '248' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 771797a9-5494-4677-96df-de1b09ca6ddd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '171' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b71a1787-a00e-47ce-90c2-35192fa19f24 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '123' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4488ec6b-69bc-4337-af2b-474769eea76a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '169' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - fb6a5e0b-1940-4381-976f-f3d5da575899 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '169' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 43113745-e441-4aa5-b995-fa6bf54ab19c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '173' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - dbf5866a-c5cb-49a0-87ad-9879b460203e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d38e8be8-20a9-4cc6-bb95-9aa673c36951 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '158' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d8ab570a-67eb-47b4-b2c0-65ae4c03885d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '130' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - cf7bc4fd-c37f-46fd-b244-eb104e814192 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '151' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - db21cb5c-6c46-4061-ab0d-94ab8481e0af + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '183' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - fdecb9a1-6b31-4a5e-b9f0-60143e5538dc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '154' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8323df86-2e6e-4a14-9d0c-0cfca8320a05 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '174' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b27b4511-9a51-41b8-8d31-e398cb0e8679 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '166' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 98ec4163-027c-4a5b-bad6-5fa4836184d2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '148' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 59c48f63-428c-4c2c-80e0-277130eabe7d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '159' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5156446a-bc1f-45ca-8879-9744f2801343 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '183' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3d2f43cd-03f3-49ce-b16e-2dd570ff52ca + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '152' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1c54a317-ef92-46b5-8d32-24c83895129c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '163' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 05aac368-e866-4cd5-ae51-f071a04bf5ac + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '201' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 81f9a01f-c95f-45eb-9ffa-484b51786b59 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '150' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 40717bde-7862-4d04-86b8-e9e1d8117d6b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '153' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e7d398f9-9d47-4af5-8eca-500844ef33e6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '158' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d2e73415-c30f-4d7b-aa23-c59b7b86265e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '153' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e776c579-9d6b-47bf-adcb-ac59918cff52 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '210' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 07fcbd4f-57a0-4de0-a177-4454f63c0598 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '168' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0b203aad-e72c-48af-8eef-259608c331d1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '193' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b0c0c3c8-3d9a-46b2-8b20-dd82a11cd234 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '158' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - da834bf3-7915-4272-9e1f-a3ea7e18e74b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '166' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1380fb67-f85a-4aea-9e72-0b77635a896c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '160' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b9d3d8d1-be07-463d-950c-d2de74474b29 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '169' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - df37b285-5209-4846-80fa-68361e1541ba + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '165' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b5c1c848-9a67-4d6e-b1eb-641730cfb67d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '155' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - cf1eb426-1fd6-4617-afa6-03421027b31b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '207' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - bad8a541-9110-4db2-a7ec-0e1f02897190 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '151' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a1ec57a1-f3cd-4c2b-9377-b35b9f9eb268 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '147' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - dc073a2f-37b4-41ff-b663-6a3823de5997 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '167' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7b381ff4-1ed7-4531-b111-f4468e83b812 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '161' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2ab3e9df-6952-4ca3-bc27-c73c50a03bf1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '149' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - eba0dc29-a747-463a-9852-1b17880b3f13 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '150' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7843828e-f41b-4ca2-9151-79069c764070 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '164' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 54b728e1-04d4-4f4a-866b-48b2af4375be + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '151' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9a4715e2-ea69-45b4-89e5-552676885cc8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '167' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3b9d9a7b-8534-4616-89c2-9527e3415065 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '161' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 50a32fab-c2a8-4f98-ae13-be777fa06d61 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '128' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7d232988-b85d-4b0c-9c2c-0ff917dc46db + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '124' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d358d726-4077-4ed7-a96e-4553e446c30c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ed538967-927f-42c1-8eca-7d43928105f0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '211' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 33fb7497-2874-4922-a2f1-ace3cd0c7212 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '185' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 49add0fc-9abb-4af6-a9af-400cef383b00 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '157' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f0f0a51a-7d67-451a-b70a-6527c1cba8ff + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '147' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b1099cc0-e29d-4f20-a592-2f0f7134812d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '148' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 65462e75-e166-4eda-8c89-6c97ce7a9754 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '161' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ba30a2b2-fc49-455d-a170-b72fb8ce0686 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '167' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a6024e38-e873-4c15-8281-4ced940b1461 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '185' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - af24be1c-b5f5-496b-a1d2-5584f0a4e610 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '164' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 47036d53-5df3-45fb-9057-b7724dcc7167 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '159' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ca73afae-493a-41ab-bfd7-4cc17b511969 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '157' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1d399e45-0d46-406d-baf0-07411ba2f478 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '155' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7c730c6f-f91e-4190-966a-f88f057535e7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '222' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 519bb482-bc97-487f-a809-76167244fa80 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '193' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 59635c27-7b95-4ec9-91c9-a02e8515ee0c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '170' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6cc095d4-09bc-49ce-a8fb-0afe84975c57 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '168' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a5aff0b1-89c0-40cf-abdb-4371eb7b08d1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '147' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 562f964f-eed3-4432-bc40-276d640f22b1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '147' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b564ece3-c6e4-4681-a2cb-f15aa29df9fb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '149' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1aa3dde5-5ae0-4408-a145-e7bedb459d5f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '187' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d958fae9-b9a4-4810-8153-cd244ca02af3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '163' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2ccc7c92-8c3c-4014-ba37-493aab720f57 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '146' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 29985622-2e74-40bd-af19-96e621a723f0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '155' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9ba8b5a4-a88c-4141-912e-7307051d3017 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '191' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 11b789cc-21af-41c8-8c03-543595df11b3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '125' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 218d1e60-bb86-4c45-9c0b-9c849933023b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '195' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 28c153e5-340c-43d1-85fc-e961d42dca4b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '164' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2ab6e1ec-6b8e-43dd-969e-013d4be8dec3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '162' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 700d0d22-afff-4fd3-bd6e-61aaaa5c66b5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '175' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d16ee896-a31a-4ba0-9a08-3e58d1495a72 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '260' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4cd1c9e7-0942-40fc-9df9-95176e5fc304 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '211' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2d51905c-e345-4edc-9b56-a910da3790c7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '243' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c5c94232-0bf0-47d2-933f-91f19a6b72ec + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '210' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - bb0ddf51-3f42-4f11-b186-1fcb9b27a999 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '261' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 21b67b9f-8e4a-4c57-8a12-e950afe3b899 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '264' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 34b3497a-e759-470f-8fa5-3fc3ded2b257 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '213' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0ddbb2c4-6770-41d4-9d61-86be8f0b4186 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '237' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6733d302-94bc-47e2-ae5c-ec80dc83d9f1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '240' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a1e45ea5-7c38-4fc5-8e17-74bb43280398 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '215' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d1434e61-93b4-4a05-94f6-e5ebc76d3009 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '186' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c7948380-cac8-4d50-aad9-0f1d3f18c67e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '221' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b54a993d-75e1-4490-a250-7a87e0a566af + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '231' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 137e6805-9b12-4618-987b-62a3c97078f3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '259' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2305b3c3-370f-41e7-83dc-e984d9332486 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '233' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b61b8e29-b2f3-4ca1-90c4-b077b70d787a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '222' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1878f98b-54f3-4bf7-b538-970821ca6977 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '247' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8357f79d-eabd-4012-ba85-b6e4ed2ec958 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '215' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - def69282-1c36-4842-b469-28681e7305dc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '216' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6db64a52-a7c2-433d-b53b-1909e857f3de + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '190' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3b26ecd1-0b3f-4efc-8947-32472621282d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '225' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 396b9a9e-f28a-423c-a473-9948c55c7dd4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '215' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b63b7e56-431e-4f62-a690-66a97a3ed358 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '219' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 39c7bb25-cee2-426f-a940-c75a08dd6a32 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '204' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8f464bc8-6c4a-4a09-b050-0f1b694ee419 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 45862c8a-e3c0-4344-9cbe-fcbae63f43b0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '289' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e3088c21-bf08-4895-8415-ca13372b1750 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '238' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 746d5f9b-3df5-430d-8489-023f0218b05a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '264' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2c2d4982-e915-4871-ab7e-b337f9b8b398 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '194' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 93166e60-aed5-46bc-8ed8-d1e3330f25c2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '226' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - fc5f7873-1478-4b07-b76f-e900b044d140 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '196' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1165b913-79b5-49bb-97f7-141dcd45add6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '261' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - de3d0e56-4013-4ae5-b686-f64485df9be1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '275' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f710ac3d-27fb-4a4e-b83b-99175da16e0c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '269' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e52dc9eb-5066-4612-9223-1a7c8bd24d66 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '211' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 639e7f6a-4423-4eb7-a2f0-cf4449720db7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '222' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 88398cdd-8ea0-4ec6-9125-8b37c66ce303 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '296' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9c3936fa-87ef-4972-96e9-5d1f9150c351 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '195' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d0d1d6fc-1682-421c-9764-247ea4114478 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '227' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 21ba9ced-8dba-4cd0-9daf-e01cbcc25c2a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '260' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5e90965c-4032-469f-b5fb-9ca05df53d25 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '211' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - fecb1de2-a429-4004-982e-add5db7eef07 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '243' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5d94ca30-b6cc-417c-bf35-c635bd2be18b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '212' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 844bd840-b968-41b0-b6bc-52998d774b16 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '217' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b214f506-e03f-4557-88a7-8097cd5a5d4d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '261' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 861c3807-9e77-4820-8035-30d165cdfd8f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '232' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e57d9934-2176-4f01-88d2-01c8281b86c0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '213' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 80277ac0-fe6a-4376-b19d-42cde7ebe367 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 663cddee-813d-4e9f-b484-546e546453b5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '204' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e7a88537-a5ca-462c-ae1d-324ed1e657f8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '261' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 71545aaf-fb78-451e-a9b4-767e6e3d1a87 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '339' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 06d0f647-dd67-48cd-96c7-bf7d6739eea4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '192' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1e13a8b5-1743-40fd-8a84-14dea0730db5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '243' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - bd9330ce-19ef-4af6-a7dc-c0ace12f75f7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '352' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - acfe60ed-c599-4cbb-91de-e16b5378d1f4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '332' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8dbf8431-e427-49a8-9b2a-adff86dec775 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '189' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3d316ed0-0a1b-4a7c-ba95-199143c4446f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '294' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b1df9bfd-d75e-4831-b036-265ff6c61bc4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '244' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 79500f67-11a2-46f9-9157-f53d2dfb0a43 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '279' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 55966676-6129-4abd-8566-b31881fd8003 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '225' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b3ac0427-8aad-4604-9701-2d062d6b9c07 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '228' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e9764e6c-e14a-4940-867f-f8d6d8bbe642 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '271' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7c092947-3411-46eb-82fe-08b9a36c7d99 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '239' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6b32f27e-50df-4bad-8bdd-5dae07cc07d0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '207' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0946c8c1-60c7-4f95-bec2-90b28bb6850f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9df22c36-1a46-4684-a3c1-5c687591176a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '228' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8baeae58-a273-44e5-9f75-a36fd00ec785 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '234' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c91052cc-e1a1-468d-981f-6da08fc1fc28 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '240' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 12a618bd-ca46-428c-93fc-c4ad48744704 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '217' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 16f7c301-b93b-4e2b-b0ee-4ae9954472de + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '237' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 31b4e82f-4fde-4e5a-9cdf-ac425134050f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '211' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 04d63858-6fc1-450e-a102-4a67bfd7cafb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '224' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6bb3cdb1-f3ce-49dd-b6b4-267e6222daef + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '204' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2f2b00d0-361a-40b3-ba22-47e4708f3f90 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '215' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 51d0960d-5e03-4878-a7a4-444a252317ad + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '242' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ad5bf6e9-f2cc-480c-8001-61c7f6f274b4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '291' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3164bfc8-c324-41c6-bd7b-b13555a6ff11 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '286' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 516f028e-4fb1-443a-81f7-f677dcae685e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '224' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9edc436b-3dea-485c-a323-a1929b8a709c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '192' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2ef2eb2e-5080-4c71-9236-ef07a72ec844 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '292' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7d766acd-0915-4260-8411-e7733297d1d4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '235' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8b958ec6-bec0-4ff8-9e39-ca5a3c49b463 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '217' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f542ad5c-4df3-4b97-b3ed-a65c06f9838b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '219' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 033833d1-0229-4d1b-95da-99df2aef2e69 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '232' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 868fb43b-1924-440c-a3ef-bbaf92c156e0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '243' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0f36009e-9383-4662-9e7b-884c9cbbb788 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '206' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 24a059de-7625-4748-b929-b95f3f00e98a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '216' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8166fa0d-4267-4e3b-be0a-fc49bad51669 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '218' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 863aae92-8a18-4647-a81a-f43a0211ec8a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '259' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - be9f0a32-df46-4773-a274-b326cd5b3a5f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '238' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e4c6c385-4c2f-4513-96b1-ef276324120d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '241' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a909d9dc-c562-4576-8589-bf96ee1dc183 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '222' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d11fa17f-93e8-4148-befc-e5d31b86c7f7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '253' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ee3d127a-71cf-4038-888f-13225c3c1b88 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '278' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 386b0de6-1767-40cb-9505-d8431c0d9f66 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '254' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ab3019f0-abb4-4244-9ead-12b3e820eff3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '186' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 893852b9-12b5-4f49-9dd3-365241c4eee9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '191' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d8b44e0b-1221-4bb0-a15b-b289078cd673 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '269' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9e3bf4b5-8e56-4601-8e8d-fa357548acc2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '318' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f38cf966-f94a-41ba-9725-70dffb3bc2bc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '237' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 74ea7f14-aedf-44f9-bf6e-286a485273bc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - fe96bc99-0299-4bbc-bc42-bb1855b4298b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '206' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b9bd7cd4-1f5c-4b45-af43-942cfd8ef6d9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '327' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3f6f6cc8-6e35-41e4-a6c3-b6c3f2e26b27 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '219' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - fc20b252-f0c2-40ae-8a65-b6e0d39974b0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '221' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 05e18e0d-ebbd-41b4-9f5a-c24aa014550b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '329' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 62f3a1ca-700d-4f1b-94de-186729bfc906 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '213' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 58fb4146-af75-4e45-a1fd-70ced783c1dc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '214' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8abd8a4b-a6ab-4e38-90ab-cf62be065397 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '222' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9c4c8ac1-6c27-44b2-9089-9fcec223e4c1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '213' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d5243dfa-0e12-4ddc-be8d-92eff36b8964 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '218' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1826ae91-0cd0-49ea-8d59-31d7b65d2a87 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '278' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b914b6a9-54dc-442c-b715-6e4ca760ed55 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '219' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5b36aa05-43fd-4f38-b83f-a66fdb79c9e1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '231' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 85dab08f-1fec-4d4a-a6d2-01060d1c46e8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '228' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 218c21d0-4337-4800-b2d2-48c5bdbc19ab + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '209' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 29496d0a-1cc5-4147-ad5c-4d4bcac4659f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '357' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5fc1aac2-a0f3-4259-b13a-bedb070fd2ee + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '216' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c2a8ba7c-cdc4-485c-8521-50868e3751a7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '210' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 095cae3b-e5cb-451c-8c15-c69ba9a1b3d2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '230' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2ced8a9c-33e9-4f33-b70d-6c07a71c3387 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '263' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f232da9a-16b7-48f0-9149-0ebce24ae3f1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '211' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2dd3e2d6-5134-4199-9a99-7ae436a76dc5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '207' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - fa0f39e3-ff84-450e-999c-652783227a97 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '251' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 62554cc6-3a15-4e5c-83e9-632bee202927 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '228' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3c09994f-3cf5-4962-adc4-6c4655ca3ed8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '246' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d4eb8f1c-5e78-4a4b-ad41-c879d178f084 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '290' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8b20f9a0-b3d7-4f3d-9568-a533a866d655 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '213' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 87aa2d11-f445-4943-ba60-3ee5c2a6c7e9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '221' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9aed7657-f8c2-428a-87e1-b308c7202cc7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '226' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c2035aef-f126-4fe1-859a-b788d2a39ce2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '290' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2c6e9cf8-c530-4d03-bf67-3ba9e366b16d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '215' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - df25d07e-9bfe-4327-ae25-d15ba50c8bfb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '158' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e0b89f07-92a9-4b5a-b32a-745fcc716c03 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '202' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 183bdd2f-e2f6-4b62-b26c-8d6df5429c21 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '233' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 86efe60f-f4f5-4c5c-8169-d0700a591c53 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '208' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e9db339a-2ebb-4566-affa-aa66eed872b0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '260' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 726fd92d-5888-4bba-9b4b-9fb504fe59a8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '218' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1a731102-30f3-403a-9af2-50006b57f90a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '344' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - bce565fa-2660-4fab-afb8-b7258f09b5da + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '233' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7ab55083-c6cb-49a9-8b61-5e36ac6d15c7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '227' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3141526d-01fb-422a-be77-ff18005e2e92 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '227' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6defd631-32dd-4bbc-a967-ee7deeed3c94 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '212' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4e4c627a-3fbe-4741-9510-30a475600498 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '227' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 71c5ee51-2087-49d2-a0e7-26eeec00acc9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '212' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 31053e28-d891-45ea-b6d7-cabe4c37484c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '213' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 716da86c-3abe-40ac-8ca1-34f951722a7c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '222' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - eaf0d10d-1048-4a65-a16d-b79f45fc8858 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '279' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6dee9693-d028-41e1-84ca-1f0ea2b4c42b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '371' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 33a2a4a1-d18a-4cda-973f-94234bc50b61 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '228' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 756aa9db-8ed3-448e-857f-f822260e9f43 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '218' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2c72d9d2-8e36-433e-ab55-19f39bef5b1e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '241' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ced79398-741c-4bd8-bb3f-c6f9cc988689 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '220' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b3401a8f-502d-4a46-9cb8-fd17a7c82ae3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '294' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6e2631d8-df0c-492e-a1b3-3b9f14912044 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '206' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1bfd7a71-e483-4f74-aa47-2de8059c323a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '378' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ee4529b2-79bb-42b0-adc9-fc3937b8bbb7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '236' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4da0ad1b-ccd3-4172-9853-291c6df63316 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '216' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7c767558-3898-46b1-8417-95946475349f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '219' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - db866ef7-0fac-45e2-90b6-cae93d1e509b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '447' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4ee8b2bd-23be-4dfc-b7ab-aa3ece837b0e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '290' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 17fc94ec-9308-4562-bbfa-28b6bef3b367 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 03b5ec9a-fc9a-4476-80d0-aca2354b9e9b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '219' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 44b54c81-a457-4698-a4dd-79091708179d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '220' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - efda3e68-3132-4ff7-ab6f-80a78cd91158 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '261' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 179a0d91-c81b-49f6-a1c7-d063147277a4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '273' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a97585aa-3e0c-41eb-951c-523844ef3b52 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '185' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8d49ca70-db9d-4f23-8941-7484838d91e7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '356' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 47b3ac02-8453-4b8e-84a9-fbf461e8a2b3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '295' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 833b2b19-5d9f-4795-b7c0-91ec1e0f739d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '206' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - fff56680-2e9b-484e-b66c-64e71aaf1f9d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '233' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5b8321ab-ec9b-4471-86fc-55c767599f49 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '307' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 59360edd-6ca1-45c9-abd4-27653ae15466 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '364' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 18b43ec6-3ec9-4fb0-9702-2b47d9295e0d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '260' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1f4453fa-651f-4286-ac6c-3285eb431d36 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '287' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d180a646-d224-417d-8b84-264c9c5a1fbe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '228' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3b67eb51-9deb-4b41-822f-0a12b6a455ee + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '242' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7061302f-e51b-435a-aebb-d781e9513025 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '229' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - cfe05a57-7846-4a7c-85d0-f3d7cb7ec6a7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '229' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0dd9ebaa-f271-4a5b-9a89-4b60d62f922a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '254' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 907d649e-4dc3-40ab-8031-fca6ce5e9a87 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '215' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 87215f56-008c-4246-aca6-91d2899abd98 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '327' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b90ffb11-d8d2-423a-869f-ca02947f353c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '215' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 07208dc2-9228-406b-a198-efcba4097f06 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '295' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7628ae00-c70f-4535-8ec2-0f61c41392bd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '214' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - eb44bab8-c9fa-4404-827b-7d2bb4a5092a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '398' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b900db20-1231-4a1f-af13-10ee9310ec01 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '217' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f1fe8517-c0da-410e-9790-da8ce3250658 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '223' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 57aa3b77-cdaa-46c7-8d12-ab96322d1e27 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '380' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 55492c4d-ce26-4901-88bf-20623fa584d6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '301' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4a6e1b47-bbde-4423-afa6-6f5bb0172f2c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '236' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 174acfa7-b190-42a7-85aa-7171ba6f3101 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '212' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2a0bed27-f228-4fa6-a349-fd7d9191f63c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '218' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 409efae6-ae81-4617-82c9-b9271ed8859b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '308' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7bcd4448-19a8-4d2a-9a23-ee554551ddd4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '275' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - dbf8f836-5d00-483d-a24a-f07336341b43 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '254' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1b6f1704-8d6c-43c5-9fd1-294a2b875940 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '223' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c5bee737-56e7-45ab-9812-8e7a2ccb1cb9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '279' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 54db0189-9d4e-4515-ba08-d889f8603210 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '230' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 023695a6-b1c5-4e9d-8b3a-1f9fc31d0cb4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '191' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - db827e03-0586-4c91-946b-a598d18beab9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '263' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c3b855d2-2546-4b43-b6c7-2467d9339f86 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '223' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 745b7352-16af-484e-9b25-bbd99211d603 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '217' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 15b3fa46-e705-497f-82c6-cec675924d06 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '254' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 95b3f2cd-caa0-4b39-8bdb-5b12c3f75822 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '219' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b51f96f6-3338-4ad0-83af-f9bdd2910aa4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '193' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8608fcc2-61f6-4c9a-8553-abe5de27b8fa + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '238' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8b369962-401f-420a-912f-d898658a6b12 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '433' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - abb7629d-1e7a-4a32-9280-e304375e2328 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '192' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8c0be880-543e-4379-902e-4e532c408e13 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '255' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a894da0d-ec8a-4400-993a-375cf0aee624 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '221' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6bea832d-b9c4-417a-9431-aea8f827b35a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '305' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 002c4c97-f848-44e3-9b25-d6e8ffd68b5e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '210' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - bb18ba9c-537c-41b8-9f0f-f0d0b30b9153 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '237' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - dd8d1b64-2b54-4587-97f1-3bb6653036ac + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '313' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f3691820-6c11-46eb-a6a5-13e20f54a9d8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '236' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - aed0fe80-44ef-433c-86f3-bd0e106072d8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '241' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1b022e26-1577-4549-bc32-92873e87900b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '197' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 08d459fe-72ff-490b-8947-031d865ae601 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '309' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 206fb016-a6e2-47bb-81c2-ab266e9a2ced + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '256' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - bf6b2a50-6803-42f2-ac40-a5da8109608b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '258' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5116c3d1-5158-4ace-a9f5-94b93a75f5de + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '214' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ba8d928b-aee8-4b7f-bd90-3e5ff8671d8c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '234' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - da96bcbb-2424-4a8f-9899-ad90d4f570b0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '224' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - cc9ff5d6-d71b-47a7-a88f-37b1869cee98 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '282' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0d13e5c4-ca95-4425-99e2-908daaa19646 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '203' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - beb1983a-9b66-4658-b208-50e285c69cfb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '281' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2faabbf3-60b7-4184-85c5-3807650fe750 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '227' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 39494832-6979-4d23-b7ac-ee1b95d07358 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '214' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2db3ee27-865b-473e-819c-c91dcb81bb59 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '213' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - eb08d173-ecc1-453e-a230-96cadfb10e63 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '248' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2b51f734-a06d-4589-a978-3fe553608846 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '237' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d993ed9e-8448-457a-aeb0-41139710e412 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '230' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2ed619c2-4bb1-47ed-a018-f7354ecf1e63 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '207' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 41cca87c-31a1-4a06-954c-14be1e55ecfd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '219' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3caf611c-a0c4-46bb-adb2-e3b40b8adc6b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '215' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d712131e-80e8-41c3-90a8-9babce727228 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '218' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - dee4898f-c40d-45ee-b3ca-678431d79f01 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '234' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ba5a566b-0db5-4a38-b953-43e993390868 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '220' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5b91409b-ff6d-4395-b4e6-f629f4f4109c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '231' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ed63c77a-e7de-46fe-a2aa-e938b38825fe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '229' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 27398acf-20df-4001-86f7-0cadc39b9aec + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '242' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c960398d-4ee0-4ecd-924e-194a4b9a2eec + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '259' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3d1e14fd-230d-487a-9b63-69e24e103144 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '211' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - dee78666-b0ad-46f6-8f52-d1fc5c7b3804 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '262' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 535e3324-211b-4d44-9cf1-c4401a2dc93a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '271' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1adc9a31-e5c5-4e57-a786-e857fb0e47ac + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '246' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d8fea82f-1b1b-40dc-9e28-47a8397886ac + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '200' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9daf20ef-8abb-4e53-ad38-9fe172fdc8b6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '222' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c25c3d1f-36f9-4e67-89fb-1c5852e4ac48 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '227' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 928d7ff6-6b40-4510-91c9-fe77a0729825 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '230' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7fd536bd-1216-47f1-9457-3c3912ffe758 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '205' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2b374d8c-1582-447c-a6f3-a3d795ef9e96 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '180' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3ab228e4-e34c-4711-95ee-27defadeb032 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '191' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4eb004fa-2bea-425b-91dc-96838644d8d0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '254' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7a319e51-8e59-42d1-8640-a7d7ef74743b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '246' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0fd17eaf-b0eb-4ba4-9a96-f6d5f2278b62 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '248' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"redactedText":":)","id":"56","entities":[],"warnings":[]},{"redactedText":":(","id":"0","entities":[],"warnings":[]},{"redactedText":":P","id":"19","entities":[],"warnings":[]},{"redactedText":":D","id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 39e33c91-40a5-4d78-a0d8-08aa3eeb9ede + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '379' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_too_many_documents.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_too_many_documents.yaml new file mode 100644 index 000000000000..0067adf3b5c8 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_too_many_documents.yaml @@ -0,0 +1,64 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "input document", "language": + "en"}, {"id": "1", "text": "input document", "language": "en"}, {"id": "2", + "text": "input document", "language": "en"}, {"id": "3", "text": "input document", + "language": "en"}, {"id": "4", "text": "input document", "language": "en"}, + {"id": "5", "text": "input document", "language": "en"}, {"id": "6", "text": + "input document", "language": "en"}, {"id": "7", "text": "input document", "language": + "en"}, {"id": "8", "text": "input document", "language": "en"}, {"id": "9", + "text": "input document", "language": "en"}, {"id": "10", "text": "input document", + "language": "en"}, {"id": "11", "text": "input document", "language": "en"}, + {"id": "12", "text": "input document", "language": "en"}, {"id": "13", "text": + "input document", "language": "en"}, {"id": "14", "text": "input document", + "language": "en"}, {"id": "15", "text": "input document", "language": "en"}, + {"id": "16", "text": "input document", "language": "en"}, {"id": "17", "text": + "input document", "language": "en"}, {"id": "18", "text": "input document", + "language": "en"}, {"id": "19", "text": "input document", "language": "en"}, + {"id": "20", "text": "input document", "language": "en"}, {"id": "21", "text": + "input document", "language": "en"}, {"id": "22", "text": "input document", + "language": "en"}, {"id": "23", "text": "input document", "language": "en"}, + {"id": "24", "text": "input document", "language": "en"}, {"id": "25", "text": + "input document", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '1843' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"InvalidArgument","message":"Batch request contains + too many documents. Max 25 documents are permitted."}}' + headers: + apim-request-id: + - 68bebf77-de3e-4aaf-869c-99eac0cd5f7c + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:15:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '9' + status: + code: 400 + message: Bad Request +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_user_agent.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_user_agent.yaml new file mode 100644 index 000000000000..9b9dc2f27531 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_user_agent.yaml @@ -0,0 +1,231 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - dee2c904-a4c1-4a65-9f43-d4437af79879 + date: + - Fri, 13 Nov 2020 21:15:48 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '285' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000 + response: + body: + string: '{"jobId":"e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000","lastUpdateDateTime":"2020-11-13T21:15:49Z","createdDateTime":"2020-11-13T21:15:48Z","expirationDateTime":"2020-11-14T21:15:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:15:49Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6dfc4bd1-f146-4d4b-9168-25d5066424ca + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:16:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '374' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000 + response: + body: + string: '{"jobId":"e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000","lastUpdateDateTime":"2020-11-13T21:15:49Z","createdDateTime":"2020-11-13T21:15:48Z","expirationDateTime":"2020-11-14T21:15:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:15:49Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 76ceef04-c89d-4620-9461-88ade00a6e26 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:16:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '375' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000 + response: + body: + string: '{"jobId":"e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000","lastUpdateDateTime":"2020-11-13T21:15:49Z","createdDateTime":"2020-11-13T21:15:48Z","expirationDateTime":"2020-11-14T21:15:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:15:49Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8b277960-7961-498f-bb4e-5d3028464603 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:17:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '574' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000 + response: + body: + string: '{"jobId":"e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000","lastUpdateDateTime":"2020-11-13T21:15:49Z","createdDateTime":"2020-11-13T21:15:48Z","expirationDateTime":"2020-11-14T21:15:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:15:49Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - dce6aa2b-c62f-4550-bc04-3807046a5d8e + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:17:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '429' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000 + response: + body: + string: '{"jobId":"e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000","lastUpdateDateTime":"2020-11-13T21:15:49Z","createdDateTime":"2020-11-13T21:15:48Z","expirationDateTime":"2020-11-14T21:15:48Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:15:49Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4127a04f-7914-4fad-bda1-e7a57bf719a9 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:18:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '585' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_dont_use_language_hint.yaml new file mode 100644 index 000000000000..35f08542fa79 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_dont_use_language_hint.yaml @@ -0,0 +1,155 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "This was the best day of + my life.", "language": ""}, {"id": "1", "text": "I did not like the hotel we + stayed at. It was too expensive.", "language": ""}, {"id": "2", "text": "The + restaurant was not as good as I hoped.", "language": ""}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '603' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 6385ff74-ab5d-4100-954c-1746110cc776 + date: + - Fri, 13 Nov 2020 21:18:23 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/52cc2e56-df17-4075-bb27-5bb8f47a99a8_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '337' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/52cc2e56-df17-4075-bb27-5bb8f47a99a8_637408224000000000 + response: + body: + string: '{"jobId":"52cc2e56-df17-4075-bb27-5bb8f47a99a8_637408224000000000","lastUpdateDateTime":"2020-11-13T21:18:24Z","createdDateTime":"2020-11-13T21:18:23Z","expirationDateTime":"2020-11-14T21:18:23Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:18:24Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:18:24.6147909Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8980e5cf-4b50-492e-90e2-5b364e9d0c68 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:18:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '391' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/52cc2e56-df17-4075-bb27-5bb8f47a99a8_637408224000000000 + response: + body: + string: '{"jobId":"52cc2e56-df17-4075-bb27-5bb8f47a99a8_637408224000000000","lastUpdateDateTime":"2020-11-13T21:18:24Z","createdDateTime":"2020-11-13T21:18:23Z","expirationDateTime":"2020-11-14T21:18:23Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:18:24Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:18:24.6147909Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1c800f43-9c23-4132-952e-f7e599e31ee1 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:19:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '373' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/52cc2e56-df17-4075-bb27-5bb8f47a99a8_637408224000000000 + response: + body: + string: '{"jobId":"52cc2e56-df17-4075-bb27-5bb8f47a99a8_637408224000000000","lastUpdateDateTime":"2020-11-13T21:18:24Z","createdDateTime":"2020-11-13T21:18:23Z","expirationDateTime":"2020-11-14T21:18:23Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:18:24Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:18:24.6147909Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:18:24.6147909Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This + was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The + restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:18:24.6147909Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - dadac39a-e0df-403b-8f3a-d17642480f12 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:19:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '627' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint.yaml new file mode 100644 index 000000000000..2ba7707b192f --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint.yaml @@ -0,0 +1,225 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "This was the best day of + my life.", "language": "en"}, {"id": "1", "text": "I did not like the hotel + we stayed at. It was too expensive.", "language": "en"}, {"id": "2", "text": + "The restaurant was not as good as I hoped.", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '609' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 0152df2b-4d62-4e60-9b6f-dd08aeb0c22c + date: + - Fri, 13 Nov 2020 21:19:56 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '311' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000 + response: + body: + string: '{"jobId":"6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000","lastUpdateDateTime":"2020-11-13T21:19:57Z","createdDateTime":"2020-11-13T21:19:56Z","expirationDateTime":"2020-11-14T21:19:56Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:19:57Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 64cce240-2072-40c3-acd2-58803911af5b + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:20:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '375' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000 + response: + body: + string: '{"jobId":"6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000","lastUpdateDateTime":"2020-11-13T21:19:57Z","createdDateTime":"2020-11-13T21:19:56Z","expirationDateTime":"2020-11-14T21:19:56Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:19:57Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c314ee97-42e2-43bc-9add-834482d33de1 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:20:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '372' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000 + response: + body: + string: '{"jobId":"6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000","lastUpdateDateTime":"2020-11-13T21:19:57Z","createdDateTime":"2020-11-13T21:19:56Z","expirationDateTime":"2020-11-14T21:19:56Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:19:57Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - bfe81d00-4ff3-4bba-9366-e547dd516687 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:21:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '427' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000 + response: + body: + string: '{"jobId":"6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000","lastUpdateDateTime":"2020-11-13T21:19:57Z","createdDateTime":"2020-11-13T21:19:56Z","expirationDateTime":"2020-11-14T21:19:56Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:19:57Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 628e8f0b-9f11-473f-af31-25632f1097a5 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:21:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '444' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000 + response: + body: + string: '{"jobId":"6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000","lastUpdateDateTime":"2020-11-13T21:19:57Z","createdDateTime":"2020-11-13T21:19:56Z","expirationDateTime":"2020-11-14T21:19:56Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:19:57Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This + was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The + restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 079ad7e5-acf9-4f36-aab7-f625a70e3688 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:22:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '839' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_dict_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_dict_input.yaml new file mode 100644 index 000000000000..292f3fef78d0 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_dict_input.yaml @@ -0,0 +1,225 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - c52b0a69-4c7d-4d5d-9f59-41dd5e9a6a8f + date: + - Fri, 13 Nov 2020 21:22:31 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '214' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000 + response: + body: + string: '{"jobId":"89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000","lastUpdateDateTime":"2020-11-13T21:22:32Z","createdDateTime":"2020-11-13T21:22:31Z","expirationDateTime":"2020-11-14T21:22:31Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:22:32Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 21f3b112-75fd-4225-a2f1-40e7eceab294 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:23:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '344' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000 + response: + body: + string: '{"jobId":"89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000","lastUpdateDateTime":"2020-11-13T21:22:32Z","createdDateTime":"2020-11-13T21:22:31Z","expirationDateTime":"2020-11-14T21:22:31Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:22:32Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2bcdfa00-648a-4314-8966-ff4c1c71dce5 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:23:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '320' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000 + response: + body: + string: '{"jobId":"89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000","lastUpdateDateTime":"2020-11-13T21:22:32Z","createdDateTime":"2020-11-13T21:22:31Z","expirationDateTime":"2020-11-14T21:22:31Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:22:32Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b38ec23e-0c33-4f98-9b2f-66d388a6439b + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:24:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '494' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000 + response: + body: + string: '{"jobId":"89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000","lastUpdateDateTime":"2020-11-13T21:22:32Z","createdDateTime":"2020-11-13T21:22:31Z","expirationDateTime":"2020-11-14T21:22:31Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:22:32Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 11ce13f6-8e21-4b89-95ff-89c8690a4097 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:24:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '584' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000 + response: + body: + string: '{"jobId":"89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000","lastUpdateDateTime":"2020-11-13T21:22:32Z","createdDateTime":"2020-11-13T21:22:31Z","expirationDateTime":"2020-11-14T21:22:31Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:22:32Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f0493679-9cb6-4653-9da3-7abeedc458b9 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:25:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '628' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_dict_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_dict_per_item_hints.yaml new file mode 100644 index 000000000000..47a511601bb9 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_dict_per_item_hints.yaml @@ -0,0 +1,225 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 59306de4-36bb-4c4c-ab34-60a5727384a6 + date: + - Fri, 13 Nov 2020 21:25:05 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '258' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000 + response: + body: + string: '{"jobId":"4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000","lastUpdateDateTime":"2020-11-13T21:25:07Z","createdDateTime":"2020-11-13T21:25:06Z","expirationDateTime":"2020-11-14T21:25:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:25:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:25:07.3539431Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1abcd611-5b0a-4105-b3b7-9ae8fe2dcf4c + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:25:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '322' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000 + response: + body: + string: '{"jobId":"4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000","lastUpdateDateTime":"2020-11-13T21:25:07Z","createdDateTime":"2020-11-13T21:25:06Z","expirationDateTime":"2020-11-14T21:25:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:25:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:25:07.3539431Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 614a693d-d477-454a-baf2-cba20c0db8b9 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:26:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '367' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000 + response: + body: + string: '{"jobId":"4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000","lastUpdateDateTime":"2020-11-13T21:25:07Z","createdDateTime":"2020-11-13T21:25:06Z","expirationDateTime":"2020-11-14T21:25:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:25:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:25:07.3539431Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0825d8cc-aecc-4216-be1a-e47bcfcbdbbd + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:26:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '336' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000 + response: + body: + string: '{"jobId":"4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000","lastUpdateDateTime":"2020-11-13T21:25:07Z","createdDateTime":"2020-11-13T21:25:06Z","expirationDateTime":"2020-11-14T21:25:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:25:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:25:07.3539431Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 98e74672-eb39-4ebd-b36d-bb41a3d1060f + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:27:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '348' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000 + response: + body: + string: '{"jobId":"4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000","lastUpdateDateTime":"2020-11-13T21:25:07Z","createdDateTime":"2020-11-13T21:25:06Z","expirationDateTime":"2020-11-14T21:25:06Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:25:07Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:25:07.3539431Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:25:07.3539431Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:25:07.3539431Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3a5d5d16-642b-411e-aaea-2d775412bf86 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:27:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '611' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_obj_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_obj_input.yaml new file mode 100644 index 000000000000..49d174752af8 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_obj_input.yaml @@ -0,0 +1,227 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I should take my cat to + the veterinarian.", "language": "en"}, {"id": "4", "text": "Este es un document + escrito en Espa\u00f1ol.", "language": "en"}, {"id": "3", "text": "\u732b\u306f\u5e78\u305b", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '583' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 6eb80f1c-5a4e-4e44-94a6-58c64573a156 + date: + - Fri, 13 Nov 2020 21:27:40 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '258' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000 + response: + body: + string: "{\"jobId\":\"f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\",\"createdDateTime\":\"2020-11-13T21:27:40Z\",\"expirationDateTime\":\"2020-11-14T21:27:40Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - ac176852-9df0-4766-a24a-28a687b8a202 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:28:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '269' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000 + response: + body: + string: "{\"jobId\":\"f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\",\"createdDateTime\":\"2020-11-13T21:27:40Z\",\"expirationDateTime\":\"2020-11-14T21:27:40Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - ad150ccd-c616-4ba9-b267-79aaf93ee829 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:28:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '246' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000 + response: + body: + string: "{\"jobId\":\"f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\",\"createdDateTime\":\"2020-11-13T21:27:40Z\",\"expirationDateTime\":\"2020-11-14T21:27:40Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\"},\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\":\"escrito + en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\":18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - d0ceaced-f11e-4ee8-a726-5965191a4428 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:29:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '427' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000 + response: + body: + string: "{\"jobId\":\"f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\",\"createdDateTime\":\"2020-11-13T21:27:40Z\",\"expirationDateTime\":\"2020-11-14T21:27:40Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\"},\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\":\"escrito + en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\":18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 33e6c7ec-dc95-4e11-a69b-feef2e67fa5e + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:29:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '579' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000 + response: + body: + string: "{\"jobId\":\"f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\",\"createdDateTime\":\"2020-11-13T21:27:40Z\",\"expirationDateTime\":\"2020-11-14T21:27:40Z\",\"status\":\"succeeded\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\"},\"completed\":3,\"failed\":0,\"inProgress\":0,\"total\":3,\"entityRecognitionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\":\"escrito + en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\":18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"entityRecognitionPiiTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"redactedText\":\"I + should take my cat to the veterinarian.\",\"id\":\"1\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"Este + es un document escrito en Espa\xF1ol.\",\"id\":\"4\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"\u732B\u306F\u5E78\u305B\",\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - d6bfb1b4-4c07-4f25-a35a-2e01996755a6 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:30:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '563' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_obj_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_obj_per_item_hints.yaml new file mode 100644 index 000000000000..56bd29a8e773 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_obj_per_item_hints.yaml @@ -0,0 +1,225 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I should take my cat to + the veterinarian.", "language": "en"}, {"id": "2", "text": "Este es un document + escrito en Espa\u00f1ol.", "language": "en"}, {"id": "3", "text": "\u732b\u306f\u5e78\u305b", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '583' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 5ccf5ac0-acc5-4fb3-9d67-7814f4139047 + date: + - Fri, 13 Nov 2020 21:30:17 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '342' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000 + response: + body: + string: "{\"jobId\":\"62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\",\"createdDateTime\":\"2020-11-13T21:30:16Z\",\"expirationDateTime\":\"2020-11-14T21:30:16Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:30:17.7461721Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - d821778b-1923-476b-a3c9-0eee810bba28 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:30:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '368' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000 + response: + body: + string: "{\"jobId\":\"62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\",\"createdDateTime\":\"2020-11-13T21:30:16Z\",\"expirationDateTime\":\"2020-11-14T21:30:16Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:30:17.7461721Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 6eb93301-3d63-4953-b3c7-9e0e28730168 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:31:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '376' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000 + response: + body: + string: "{\"jobId\":\"62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\",\"createdDateTime\":\"2020-11-13T21:30:16Z\",\"expirationDateTime\":\"2020-11-14T21:30:16Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:30:17.7461721Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - c75e4f91-cb45-42cc-8efd-eaa9d6678d20 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:31:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '313' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000 + response: + body: + string: "{\"jobId\":\"62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\",\"createdDateTime\":\"2020-11-13T21:30:16Z\",\"expirationDateTime\":\"2020-11-14T21:30:16Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:30:17.7461721Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 1d51ca20-1676-4211-9545-70167337d574 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:32:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '356' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000 + response: + body: + string: "{\"jobId\":\"62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\",\"createdDateTime\":\"2020-11-13T21:30:16Z\",\"expirationDateTime\":\"2020-11-14T21:30:16Z\",\"status\":\"succeeded\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\"},\"completed\":3,\"failed\":0,\"inProgress\":0,\"total\":3,\"entityRecognitionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:30:17.7461721Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\":\"escrito + en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\":18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"entityRecognitionPiiTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:30:17.7461721Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"redactedText\":\"I + should take my cat to the veterinarian.\",\"id\":\"1\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"Este + es un document escrito en Espa\xF1ol.\",\"id\":\"2\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"\u732B\u306F\u5E78\u305B\",\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:30:17.7461721Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 3cac69a7-db19-43a2-9806-3674f61a1b46 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:32:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '513' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_entities_task.yaml new file mode 100644 index 000000000000..693f762777c8 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_entities_task.yaml @@ -0,0 +1,112 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [], "keyPhraseExtractionTasks": []}, "analysisInput": {"documents": [{"id": + "1", "text": "Microsoft was founded by Bill Gates and Paul Allen on April 4, + 1975.", "language": "en"}, {"id": "2", "text": "Microsoft fue fundado por Bill + Gates y Paul Allen el 4 de abril de 1975.", "language": "es"}, {"id": "3", "text": + "Microsoft wurde am 4. April 1975 von Bill Gates und Paul Allen gegr\u00fcndet.", + "language": "de"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '568' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: d76dd33d-014b-49e5-85e6-be25dbdc93f0 + date: Fri, 13 Nov 2020 21:37:03 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '318' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000","lastUpdateDateTime":"2020-11-13T21:37:04Z","createdDateTime":"2020-11-13T21:37:03Z","expirationDateTime":"2020-11-14T21:37:03Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:37:04Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 964bcc7d-1dcd-4531-8dd9-d96d3f9adc74 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:37:34 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '208' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000","lastUpdateDateTime":"2020-11-13T21:37:04Z","createdDateTime":"2020-11-13T21:37:03Z","expirationDateTime":"2020-11-14T21:37:03Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:37:04Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 3f32100e-a71c-4c16-b097-0e3ef82db550 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:38:05 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '208' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000","lastUpdateDateTime":"2020-11-13T21:37:04Z","createdDateTime":"2020-11-13T21:37:03Z","expirationDateTime":"2020-11-14T21:37:03Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:37:04Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:37:04.1045598Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.8},{"text":"Bill + Gates","category":"Person","offset":25,"length":10,"confidenceScore":0.83},{"text":"Paul + Allen","category":"Person","offset":40,"length":10,"confidenceScore":0.87},{"text":"April + 4, 1975","category":"DateTime","subcategory":"Date","offset":54,"length":13,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.89},{"text":"Bill + Gates","category":"Person","offset":26,"length":10,"confidenceScore":0.8},{"text":"Paul + Allen","category":"Person","offset":39,"length":10,"confidenceScore":0.75},{"text":"4 + de abril de 1975","category":"DateTime","subcategory":"Date","offset":53,"length":18,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":1.0},{"text":"4. + April 1975","category":"DateTime","subcategory":"Date","offset":19,"length":13,"confidenceScore":0.8},{"text":"Bill + Gates","category":"Person","offset":37,"length":10,"confidenceScore":0.86},{"text":"Paul + Allen","category":"Person","offset":52,"length":10,"confidenceScore":0.98}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}]}}' + headers: + apim-request-id: ca3a9d92-d17f-4f4d-84c0-63942fc3d62a + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:38:36 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '264' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000?showStats=True +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_key_phrase_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_key_phrase_task.yaml new file mode 100644 index 000000000000..786a1a72420c --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_key_phrase_task.yaml @@ -0,0 +1,58 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "Microsoft was founded by + Bill Gates and Paul Allen", "language": "en"}, {"id": "2", "text": "Microsoft + fue fundado por Bill Gates y Paul Allen", "language": "es"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '368' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: cc3dac97-8947-460f-bfc3-807d910abc29 + date: Fri, 13 Nov 2020 21:38:37 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/aa0dce0c-90b8-416e-af5c-5eaca8b2a38b_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '378' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/aa0dce0c-90b8-416e-af5c-5eaca8b2a38b_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"aa0dce0c-90b8-416e-af5c-5eaca8b2a38b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:38:38Z","createdDateTime":"2020-11-13T21:38:37Z","expirationDateTime":"2020-11-14T21:38:37Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:38:38Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:38:38.2172286Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["Bill + Gates","Paul Allen","Microsoft"],"warnings":[]},{"id":"2","keyPhrases":["Bill + Gates","Paul Allen","Microsoft"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: d4291795-7c9b-4e0e-a9e4-f53cc9874ccb + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:39:09 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '227' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/aa0dce0c-90b8-416e-af5c-5eaca8b2a38b_637408224000000000?showStats=True +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_pii_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_pii_entities_task.yaml new file mode 100644 index 000000000000..6500ee6ab16f --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_pii_entities_task.yaml @@ -0,0 +1,156 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [{"parameters": + {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], "keyPhraseExtractionTasks": + []}, "analysisInput": {"documents": [{"id": "1", "text": "My SSN is 859-98-0987.", + "language": "en"}, {"id": "2", "text": "Your ABA number - 111000025 - is the + first 9 digits in the lower left hand corner of your personal check.", "language": + "en"}, {"id": "3", "text": "Is 998.214.865-68 your Brazilian CPF number?", "language": + "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '521' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 1bd03055-e0b0-43b5-a62e-770433b9dd78 + date: Fri, 13 Nov 2020 21:39:10 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '210' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000","lastUpdateDateTime":"2020-11-13T21:39:10Z","createdDateTime":"2020-11-13T21:39:09Z","expirationDateTime":"2020-11-14T21:39:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:39:10Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 27a2c85b-e55b-477d-ab1e-0465f267cb45 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:39:40 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '169' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000","lastUpdateDateTime":"2020-11-13T21:39:10Z","createdDateTime":"2020-11-13T21:39:09Z","expirationDateTime":"2020-11-14T21:39:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:39:10Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: e270aa5d-4b78-403c-b548-54a49a787b93 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:40:11 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '105' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000","lastUpdateDateTime":"2020-11-13T21:39:10Z","createdDateTime":"2020-11-13T21:39:09Z","expirationDateTime":"2020-11-14T21:39:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:39:10Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: fd618dbf-30be-4cee-978f-2b4a78b66fc5 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:40:42 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '228' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000","lastUpdateDateTime":"2020-11-13T21:39:10Z","createdDateTime":"2020-11-13T21:39:09Z","expirationDateTime":"2020-11-14T21:39:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:39:10Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: c9623fb3-0a95-4f8b-a8a8-e0fb95e0019d + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:41:13 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '115' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000","lastUpdateDateTime":"2020-11-13T21:39:10Z","createdDateTime":"2020-11-13T21:39:09Z","expirationDateTime":"2020-11-14T21:39:09Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:39:10Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:39:10.4620315Z","results":{"inTerminalState":true,"documents":[{"redactedText":"My + SSN is ***********.","id":"1","entities":[{"text":"859-98-0987","category":"U.S. + Social Security Number (SSN)","offset":10,"length":11,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Your + ABA number - ********* - is the first 9 digits in the lower left hand corner + of your personal check.","id":"2","entities":[{"text":"111000025","category":"Phone + Number","offset":18,"length":9,"confidenceScore":0.8},{"text":"111000025","category":"ABA + Routing Number","offset":18,"length":9,"confidenceScore":0.75},{"text":"111000025","category":"New + Zealand Social Welfare Number","offset":18,"length":9,"confidenceScore":0.65},{"text":"111000025","category":"Portugal + Tax Identification Number","offset":18,"length":9,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Is + ************** your Brazilian CPF number?","id":"3","entities":[{"text":"998.214.865-68","category":"Brazil + CPF Number","offset":3,"length":14,"confidenceScore":0.85}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: f3fb01c7-46f0-4aa0-8b1b-0df8f60ccde3 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:41:45 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '358' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_entities_task.yaml new file mode 100644 index 000000000000..47c1279b0b40 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_entities_task.yaml @@ -0,0 +1,156 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [], "keyPhraseExtractionTasks": []}, "analysisInput": {"documents": [{"id": + "1", "text": "Microsoft was founded by Bill Gates and Paul Allen on April 4, + 1975.", "language": "en"}, {"id": "2", "text": "Microsoft fue fundado por Bill + Gates y Paul Allen el 4 de abril de 1975.", "language": "es"}, {"id": "3", "text": + "Microsoft wurde am 4. April 1975 von Bill Gates und Paul Allen gegr\u00fcndet.", + "language": "de"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '568' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: b5644649-c624-494e-b43b-778673660d63 + date: Fri, 13 Nov 2020 21:41:45 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '321' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 + response: + body: + string: '{"jobId":"a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:41:46Z","createdDateTime":"2020-11-13T21:41:46Z","expirationDateTime":"2020-11-14T21:41:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:41:46Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: ff1357fe-f915-4526-a6be-5f0b28f087fb + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:42:17 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '73' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 + response: + body: + string: '{"jobId":"a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:41:46Z","createdDateTime":"2020-11-13T21:41:46Z","expirationDateTime":"2020-11-14T21:41:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:41:46Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 7de937fe-dbfc-4cc4-82fd-b882e6357b28 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:42:47 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '91' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 + response: + body: + string: '{"jobId":"a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:41:46Z","createdDateTime":"2020-11-13T21:41:46Z","expirationDateTime":"2020-11-14T21:41:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:41:46Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 57bc3526-51f2-4a38-86bb-a0331d73dd25 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:43:19 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '195' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 + response: + body: + string: '{"jobId":"a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:41:46Z","createdDateTime":"2020-11-13T21:41:46Z","expirationDateTime":"2020-11-14T21:41:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:41:46Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 31d9fb4f-8570-4365-928f-f20eeb9e6561 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:43:49 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '71' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 + response: + body: + string: '{"jobId":"a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:41:46Z","createdDateTime":"2020-11-13T21:41:46Z","expirationDateTime":"2020-11-14T21:41:46Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:41:46Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:41:46.7876045Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.8},{"text":"Bill + Gates","category":"Person","offset":25,"length":10,"confidenceScore":0.83},{"text":"Paul + Allen","category":"Person","offset":40,"length":10,"confidenceScore":0.87},{"text":"April + 4, 1975","category":"DateTime","subcategory":"Date","offset":54,"length":13,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.89},{"text":"Bill + Gates","category":"Person","offset":26,"length":10,"confidenceScore":0.8},{"text":"Paul + Allen","category":"Person","offset":39,"length":10,"confidenceScore":0.75},{"text":"4 + de abril de 1975","category":"DateTime","subcategory":"Date","offset":53,"length":18,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":1.0},{"text":"4. + April 1975","category":"DateTime","subcategory":"Date","offset":19,"length":13,"confidenceScore":0.8},{"text":"Bill + Gates","category":"Person","offset":37,"length":10,"confidenceScore":0.86},{"text":"Paul + Allen","category":"Person","offset":52,"length":10,"confidenceScore":0.98}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}]}}' + headers: + apim-request-id: 8f40d4b6-7489-4221-809e-0b8ad9c474cf + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:44:21 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '279' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_key_phrase_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_key_phrase_task.yaml new file mode 100644 index 000000000000..522de23a91e5 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_key_phrase_task.yaml @@ -0,0 +1,58 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "Microsoft was founded by + Bill Gates and Paul Allen", "language": "en"}, {"id": "2", "text": "Microsoft + fue fundado por Bill Gates y Paul Allen", "language": "es"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '368' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 525c6a52-2324-4db9-b8ef-41d3f1e7a06d + date: Fri, 13 Nov 2020 21:44:21 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a308f197-e2e7-473c-b1a4-27a42cedd658_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '240' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a308f197-e2e7-473c-b1a4-27a42cedd658_637408224000000000 + response: + body: + string: '{"jobId":"a308f197-e2e7-473c-b1a4-27a42cedd658_637408224000000000","lastUpdateDateTime":"2020-11-13T21:44:22Z","createdDateTime":"2020-11-13T21:44:22Z","expirationDateTime":"2020-11-14T21:44:22Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:44:22Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:44:22.8566433Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["Bill + Gates","Paul Allen","Microsoft"],"warnings":[]},{"id":"2","keyPhrases":["Bill + Gates","Paul Allen","Microsoft"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 86e19e34-4b0f-49f6-9391-4a5ae7c2b121 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:44:53 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '305' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a308f197-e2e7-473c-b1a4-27a42cedd658_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_pii_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_pii_entities_task.yaml new file mode 100644 index 000000000000..61eb8dc94bdd --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_pii_entities_task.yaml @@ -0,0 +1,156 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [{"parameters": + {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], "keyPhraseExtractionTasks": + []}, "analysisInput": {"documents": [{"id": "1", "text": "My SSN is 859-98-0987.", + "language": "en"}, {"id": "2", "text": "Your ABA number - 111000025 - is the + first 9 digits in the lower left hand corner of your personal check.", "language": + "en"}, {"id": "3", "text": "Is 998.214.865-68 your Brazilian CPF number?", "language": + "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '521' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 1767e3cc-ff97-44cb-bf4f-be1f2a5bfc72 + date: Fri, 13 Nov 2020 21:44:54 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '178' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 + response: + body: + string: '{"jobId":"862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000","lastUpdateDateTime":"2020-11-13T21:44:54Z","createdDateTime":"2020-11-13T21:44:54Z","expirationDateTime":"2020-11-14T21:44:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:44:54Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 843f6bc6-49e1-47ee-b913-76d253bec098 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:45:25 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '193' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 + response: + body: + string: '{"jobId":"862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000","lastUpdateDateTime":"2020-11-13T21:44:54Z","createdDateTime":"2020-11-13T21:44:54Z","expirationDateTime":"2020-11-14T21:44:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:44:54Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 45231feb-3df4-4043-b4ba-c16b6ec508d4 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:45:55 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '58' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 + response: + body: + string: '{"jobId":"862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000","lastUpdateDateTime":"2020-11-13T21:44:54Z","createdDateTime":"2020-11-13T21:44:54Z","expirationDateTime":"2020-11-14T21:44:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:44:54Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 699b44e4-525e-491e-9e8b-254127e9ac1e + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:46:26 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '174' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 + response: + body: + string: '{"jobId":"862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000","lastUpdateDateTime":"2020-11-13T21:44:54Z","createdDateTime":"2020-11-13T21:44:54Z","expirationDateTime":"2020-11-14T21:44:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:44:54Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 84c158ed-04cb-4fb9-b015-c44f1ebe1bee + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:46:58 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '98' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 + response: + body: + string: '{"jobId":"862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000","lastUpdateDateTime":"2020-11-13T21:44:54Z","createdDateTime":"2020-11-13T21:44:54Z","expirationDateTime":"2020-11-14T21:44:54Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:44:54Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:44:54.9135475Z","results":{"inTerminalState":true,"documents":[{"redactedText":"My + SSN is ***********.","id":"1","entities":[{"text":"859-98-0987","category":"U.S. + Social Security Number (SSN)","offset":10,"length":11,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Your + ABA number - ********* - is the first 9 digits in the lower left hand corner + of your personal check.","id":"2","entities":[{"text":"111000025","category":"Phone + Number","offset":18,"length":9,"confidenceScore":0.8},{"text":"111000025","category":"ABA + Routing Number","offset":18,"length":9,"confidenceScore":0.75},{"text":"111000025","category":"New + Zealand Social Welfare Number","offset":18,"length":9,"confidenceScore":0.65},{"text":"111000025","category":"Portugal + Tax Identification Number","offset":18,"length":9,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Is + ************** your Brazilian CPF number?","id":"3","entities":[{"text":"998.214.865-68","category":"Brazil + CPF Number","offset":3,"length":14,"confidenceScore":0.85}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 30d9c350-4d41-4a88-ab1e-9d598fecafa2 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:47:28 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '197' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_credentials.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_credentials.yaml new file mode 100644 index 000000000000..129a5c29a6a9 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_credentials.yaml @@ -0,0 +1,32 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "This is written in English.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '415' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: '224' + date: Fri, 13 Nov 2020 21:47:30 GMT + status: + code: 401 + message: PermissionDenied + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_all_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_all_tasks.yaml new file mode 100644 index 000000000000..23b8f86469a9 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_all_tasks.yaml @@ -0,0 +1,63 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "bad", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "bad", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "bad"}}]}, "analysisInput": + {"documents": [{"id": "1", "text": "I did not like the hotel we stayed at.", + "language": "english"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '422' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: bf8bf63b-3ec1-422a-89d9-08e4402f068d + date: Fri, 13 Nov 2020 21:47:30 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/600716e7-3751-469e-afc9-b08957e1a9f1_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '339' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/600716e7-3751-469e-afc9-b08957e1a9f1_637408224000000000 + response: + body: + string: '{"jobId":"600716e7-3751-469e-afc9-b08957e1a9f1_637408224000000000","lastUpdateDateTime":"2020-11-13T21:47:31Z","createdDateTime":"2020-11-13T21:47:30Z","expirationDateTime":"2020-11-14T21:47:30Z","status":"failed","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:47:31Z"},"completed":0,"failed":3,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:47:31.6265756Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:47:31.6265756Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:47:31.6265756Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: 09849025-1f20-4026-90b1-b6b135b49ff8 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:48:01 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '16' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/600716e7-3751-469e-afc9-b08957e1a9f1_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_multiple_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_multiple_tasks.yaml new file mode 100644 index 000000000000..d85d853e02ce --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_multiple_tasks.yaml @@ -0,0 +1,114 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "bad", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "bad"}}]}, "analysisInput": + {"documents": [{"id": "1", "text": "I did not like the hotel we stayed at.", + "language": "english"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '425' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 9a117f40-efc9-4d57-81a2-6091cc5418fb + date: Fri, 13 Nov 2020 21:48:02 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '312' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000 + response: + body: + string: '{"jobId":"b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:48:03Z","createdDateTime":"2020-11-13T21:48:02Z","expirationDateTime":"2020-11-14T21:48:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:48:03Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:48:03.7913701Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:48:03.7913701Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: 60ddbbeb-25ed-4b8d-a80d-af0937fd688a + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:48:33 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '137' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000 + response: + body: + string: '{"jobId":"b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:48:03Z","createdDateTime":"2020-11-13T21:48:02Z","expirationDateTime":"2020-11-14T21:48:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:48:03Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:48:03.7913701Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:48:03.7913701Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: d3c4253a-bd48-4fcd-ae12-2f770efdcb6a + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:49:04 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '80' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000 + response: + body: + string: '{"jobId":"b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:48:03Z","createdDateTime":"2020-11-13T21:48:02Z","expirationDateTime":"2020-11-14T21:48:02Z","status":"partiallySucceeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:48:03Z"},"completed":1,"failed":2,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:48:03.7913701Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:48:03.7913701Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:48:03.7913701Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: c2301c92-53fb-4f78-b2a5-b07c6a6b8af0 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:49:36 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '244' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_single_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_single_task.yaml new file mode 100644 index 000000000000..b13dcfd1701b --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_single_task.yaml @@ -0,0 +1,57 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "bad", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [], "keyPhraseExtractionTasks": []}, "analysisInput": {"documents": [{"id": + "1", "text": "I did not like the hotel we stayed at.", "language": "english"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '304' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 4c72458f-50a8-45ce-b535-ca31fd2688e6 + date: Fri, 13 Nov 2020 21:49:36 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/bc48390e-5e7c-4729-be5f-a1acaa18f825_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '39' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/bc48390e-5e7c-4729-be5f-a1acaa18f825_637408224000000000 + response: + body: + string: '{"jobId":"bc48390e-5e7c-4729-be5f-a1acaa18f825_637408224000000000","lastUpdateDateTime":"2020-11-13T21:49:37Z","createdDateTime":"2020-11-13T21:49:36Z","expirationDateTime":"2020-11-14T21:49:36Z","status":"failed","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:49:37Z"},"completed":0,"failed":1,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:49:37.27415Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: 747aa662-7cf4-42cf-8857-2a3b21a9ddaa + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:50:07 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '16' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/bc48390e-5e7c-4729-be5f-a1acaa18f825_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_request_on_empty_document.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_request_on_empty_document.yaml new file mode 100644 index 000000000000..cbdbc041f2f0 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_request_on_empty_document.yaml @@ -0,0 +1,33 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '226' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"InvalidArgument","message":"At least one document + is missing a Text attribute."}}' + headers: + apim-request-id: 9438e665-d46e-4d2c-80d1-edd50a3dec6d + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:50:07 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '5' + status: + code: 400 + message: Bad Request + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_client_passed_default_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_client_passed_default_language_hint.yaml new file mode 100644 index 000000000000..9ae4e04f8f1b --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_client_passed_default_language_hint.yaml @@ -0,0 +1,155 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: f0f8099e-0d72-4eae-a056-39e78a840b6d + date: Fri, 13 Nov 2020 21:50:08 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '297' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 + response: + body: + string: '{"jobId":"edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000","lastUpdateDateTime":"2020-11-13T21:50:10Z","createdDateTime":"2020-11-13T21:50:09Z","expirationDateTime":"2020-11-14T21:50:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:50:10Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 3623a91e-c3b2-4172-989d-cc6f85ac6cdf + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:50:39 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '231' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 + response: + body: + string: '{"jobId":"edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000","lastUpdateDateTime":"2020-11-13T21:50:10Z","createdDateTime":"2020-11-13T21:50:09Z","expirationDateTime":"2020-11-14T21:50:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:50:10Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 25c2ea3e-8024-4acf-a008-4c0c1fbd2cc8 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:51:11 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '427' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 + response: + body: + string: '{"jobId":"edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000","lastUpdateDateTime":"2020-11-13T21:50:10Z","createdDateTime":"2020-11-13T21:50:09Z","expirationDateTime":"2020-11-14T21:50:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:50:10Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 5997d82b-a4cf-4078-9bab-0c7ded10c3d0 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:51:42 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '345' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 + response: + body: + string: '{"jobId":"edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000","lastUpdateDateTime":"2020-11-13T21:50:10Z","createdDateTime":"2020-11-13T21:50:09Z","expirationDateTime":"2020-11-14T21:50:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:50:10Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 0b08fd8f-af54-4585-bd5c-66f7480aefe1 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:52:13 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '547' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 + response: + body: + string: '{"jobId":"edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000","lastUpdateDateTime":"2020-11-13T21:50:10Z","createdDateTime":"2020-11-13T21:50:09Z","expirationDateTime":"2020-11-14T21:50:09Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:50:10Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: fde0d936-2454-491d-b533-caaf7a38fc2d + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:52:44 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '513' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_duplicate_ids_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_duplicate_ids_error.yaml new file mode 100644 index 000000000000..93dcb14e104a --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_duplicate_ids_error.yaml @@ -0,0 +1,37 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "hello world", "language": + "en"}, {"id": "1", "text": "I did not like the hotel we stayed at.", "language": + "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '480' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"InvalidArgument","message":"Request contains duplicated + Ids. Make sure each document has a unique Id."}}' + headers: + apim-request-id: d61d2b97-53e5-4ba7-93fa-95a32a04aa90 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:52:45 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '14' + status: + code: 400 + message: Bad Request + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_empty_credential_class.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_empty_credential_class.yaml new file mode 100644 index 000000000000..c632022bc5a4 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_empty_credential_class.yaml @@ -0,0 +1,32 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "This is written in English.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '415' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: '224' + date: Fri, 13 Nov 2020 21:52:47 GMT + status: + code: 401 + message: PermissionDenied + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_invalid_language_hint_docs.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_invalid_language_hint_docs.yaml new file mode 100644 index 000000000000..d59c14121efc --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_invalid_language_hint_docs.yaml @@ -0,0 +1,154 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "This should fail because + we''re passing in an invalid language hint", "language": "notalanguage"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '464' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 3d0de96e-9e8c-49ad-ba16-09900a75355f + date: Fri, 13 Nov 2020 21:52:47 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '324' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 + response: + body: + string: '{"jobId":"7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000","lastUpdateDateTime":"2020-11-13T21:52:49Z","createdDateTime":"2020-11-13T21:52:48Z","expirationDateTime":"2020-11-14T21:52:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:52:49Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 75062906-74c3-4670-92e7-3f16cff23e51 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:53:19 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '201' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 + response: + body: + string: '{"jobId":"7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000","lastUpdateDateTime":"2020-11-13T21:52:49Z","createdDateTime":"2020-11-13T21:52:48Z","expirationDateTime":"2020-11-14T21:52:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:52:49Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 7f83bb9a-aef9-4c4d-97ba-79285a5ff91c + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:53:49 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '330' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 + response: + body: + string: '{"jobId":"7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000","lastUpdateDateTime":"2020-11-13T21:52:49Z","createdDateTime":"2020-11-13T21:52:48Z","expirationDateTime":"2020-11-14T21:52:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:52:49Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: fdce71c4-93b1-451c-8cc9-0a25a2c0ddc0 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:54:21 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '299' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 + response: + body: + string: '{"jobId":"7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000","lastUpdateDateTime":"2020-11-13T21:52:49Z","createdDateTime":"2020-11-13T21:52:48Z","expirationDateTime":"2020-11-14T21:52:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:52:49Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 1952c67d-9038-461c-91b8-94a04a0dc02c + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:54:51 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '308' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 + response: + body: + string: '{"jobId":"7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000","lastUpdateDateTime":"2020-11-13T21:52:49Z","createdDateTime":"2020-11-13T21:52:48Z","expirationDateTime":"2020-11-14T21:52:48Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:52:49Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en"}}],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: f35d5e36-bbf5-4cfd-8114-4e5bd63f76e6 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:55:23 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '339' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_invalid_language_hint_method.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_invalid_language_hint_method.yaml new file mode 100644 index 000000000000..47e61544b885 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_invalid_language_hint_method.yaml @@ -0,0 +1,154 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "This should fail because + we''re passing in an invalid language hint", "language": "notalanguage"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '464' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 5af700ac-2335-4a9a-82e3-730d9b95b2eb + date: Fri, 13 Nov 2020 21:55:24 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '304' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 + response: + body: + string: '{"jobId":"6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000","lastUpdateDateTime":"2020-11-13T21:55:25Z","createdDateTime":"2020-11-13T21:55:24Z","expirationDateTime":"2020-11-14T21:55:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:55:25Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 01bb861a-eb86-4a50-b268-1980daf17446 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:55:55 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '328' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 + response: + body: + string: '{"jobId":"6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000","lastUpdateDateTime":"2020-11-13T21:55:25Z","createdDateTime":"2020-11-13T21:55:24Z","expirationDateTime":"2020-11-14T21:55:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:55:25Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: b2e2d89e-666e-4035-b69d-e8322fc631bc + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:56:27 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '362' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 + response: + body: + string: '{"jobId":"6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000","lastUpdateDateTime":"2020-11-13T21:55:25Z","createdDateTime":"2020-11-13T21:55:24Z","expirationDateTime":"2020-11-14T21:55:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:55:25Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: aad28cc2-701f-4ba9-a58f-53fa86468051 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:56:58 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '397' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 + response: + body: + string: '{"jobId":"6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000","lastUpdateDateTime":"2020-11-13T21:55:25Z","createdDateTime":"2020-11-13T21:55:24Z","expirationDateTime":"2020-11-14T21:55:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:55:25Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 808ffc87-2e1d-44b9-b584-a49e46362f63 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:57:29 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '370' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 + response: + body: + string: '{"jobId":"6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000","lastUpdateDateTime":"2020-11-13T21:55:25Z","createdDateTime":"2020-11-13T21:55:24Z","expirationDateTime":"2020-11-14T21:55:24Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:55:25Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en"}}],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 5cdac4a6-2012-4736-831d-4e2be7af154f + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:58:00 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '450' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_multiple_pages_of_results_returned_successfully.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_multiple_pages_of_results_returned_successfully.yaml new file mode 100644 index 000000000000..6dac7d03d705 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_multiple_pages_of_results_returned_successfully.yaml @@ -0,0 +1,198 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "hello world", "language": + "en"}, {"id": "1", "text": "hello world", "language": "en"}, {"id": "2", "text": + "hello world", "language": "en"}, {"id": "3", "text": "hello world", "language": + "en"}, {"id": "4", "text": "hello world", "language": "en"}, {"id": "5", "text": + "hello world", "language": "en"}, {"id": "6", "text": "hello world", "language": + "en"}, {"id": "7", "text": "hello world", "language": "en"}, {"id": "8", "text": + "hello world", "language": "en"}, {"id": "9", "text": "hello world", "language": + "en"}, {"id": "10", "text": "hello world", "language": "en"}, {"id": "11", "text": + "hello world", "language": "en"}, {"id": "12", "text": "hello world", "language": + "en"}, {"id": "13", "text": "hello world", "language": "en"}, {"id": "14", "text": + "hello world", "language": "en"}, {"id": "15", "text": "hello world", "language": + "en"}, {"id": "16", "text": "hello world", "language": "en"}, {"id": "17", "text": + "hello world", "language": "en"}, {"id": "18", "text": "hello world", "language": + "en"}, {"id": "19", "text": "hello world", "language": "en"}, {"id": "20", "text": + "hello world", "language": "en"}, {"id": "21", "text": "hello world", "language": + "en"}, {"id": "22", "text": "hello world", "language": "en"}, {"id": "23", "text": + "hello world", "language": "en"}, {"id": "24", "text": "hello world", "language": + "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '1710' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 7c43bc28-2525-4ca3-884b-8ef809ed99b5 + date: Fri, 13 Nov 2020 21:58:02 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '294' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000","lastUpdateDateTime":"2020-11-13T21:58:03Z","createdDateTime":"2020-11-13T21:58:01Z","expirationDateTime":"2020-11-14T21:58:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:58:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/1b097f4b-af71-47ba-8932-4bc19dc42959?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 6c3eb6e1-13c3-4773-8b8b-68fd0c035d13 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:58:33 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '419' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000","lastUpdateDateTime":"2020-11-13T21:58:03Z","createdDateTime":"2020-11-13T21:58:01Z","expirationDateTime":"2020-11-14T21:58:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:58:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/1b097f4b-af71-47ba-8932-4bc19dc42959?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 1423a406-491f-46c6-91d3-6bd7a96406f7 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:59:04 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '655' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000","lastUpdateDateTime":"2020-11-13T21:58:03Z","createdDateTime":"2020-11-13T21:58:01Z","expirationDateTime":"2020-11-14T21:58:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:58:03Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/90edbf07-6bb7-49a4-97ef-8b970788abcb?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/1b097f4b-af71-47ba-8932-4bc19dc42959?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?$skip=20&$top=20"}' + headers: + apim-request-id: ec3406ee-f810-49db-b876-037f6c3e3b7e + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:59:35 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '976' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000","lastUpdateDateTime":"2020-11-13T21:58:03Z","createdDateTime":"2020-11-13T21:58:01Z","expirationDateTime":"2020-11-14T21:58:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:58:03Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/90edbf07-6bb7-49a4-97ef-8b970788abcb?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/1b097f4b-af71-47ba-8932-4bc19dc42959?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 896758d1-2504-4621-a657-1eb26847144f + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:00:08 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '842' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000","lastUpdateDateTime":"2020-11-13T21:58:03Z","createdDateTime":"2020-11-13T21:58:01Z","expirationDateTime":"2020-11-14T21:58:01Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:58:03Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/90edbf07-6bb7-49a4-97ef-8b970788abcb?$skip=20&$top=5"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"redactedText":"hello + world","id":"0","entities":[],"warnings":[]},{"redactedText":"hello world","id":"1","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"2","entities":[],"warnings":[]},{"redactedText":"hello world","id":"3","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"4","entities":[],"warnings":[]},{"redactedText":"hello world","id":"5","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"6","entities":[],"warnings":[]},{"redactedText":"hello world","id":"7","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"8","entities":[],"warnings":[]},{"redactedText":"hello world","id":"9","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"10","entities":[],"warnings":[]},{"redactedText":"hello world","id":"11","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"12","entities":[],"warnings":[]},{"redactedText":"hello world","id":"13","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"14","entities":[],"warnings":[]},{"redactedText":"hello world","id":"15","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"16","entities":[],"warnings":[]},{"redactedText":"hello world","id":"17","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"18","entities":[],"warnings":[]},{"redactedText":"hello world","id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/8e1848bf-2470-4ad1-ac61-bb9921c92bcc?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/1b097f4b-af71-47ba-8932-4bc19dc42959?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?$skip=20&$top=20"}' + headers: + apim-request-id: ad2d7d66-46fc-42e3-bf97-a12a940445c8 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:00:40 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '1381' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True +- request: + body: null + headers: + Accept: + - application/json, text/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=false&$top=20&$skip=20 + response: + body: + string: '{"jobId":"d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000","lastUpdateDateTime":"2020-11-13T21:58:03Z","createdDateTime":"2020-11-13T21:58:01Z","expirationDateTime":"2020-11-14T21:58:01Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:58:03Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"20","entities":[],"warnings":[]},{"id":"21","entities":[],"warnings":[]},{"id":"22","entities":[],"warnings":[]},{"id":"23","entities":[],"warnings":[]},{"id":"24","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"redactedText":"hello + world","id":"20","entities":[],"warnings":[]},{"redactedText":"hello world","id":"21","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"22","entities":[],"warnings":[]},{"redactedText":"hello world","id":"23","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"24","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"20","keyPhrases":["world"],"warnings":[]},{"id":"21","keyPhrases":["world"],"warnings":[]},{"id":"22","keyPhrases":["world"],"warnings":[]},{"id":"23","keyPhrases":["world"],"warnings":[]},{"id":"24","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: affac5ce-1a78-453e-87ad-191cc13f0a68 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:00:40 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '615' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=false&$top=20&$skip=20 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_multiple_pages_of_results_with_errors_returned_successfully.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_multiple_pages_of_results_with_errors_returned_successfully.yaml new file mode 100644 index 000000000000..986b9f363245 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_multiple_pages_of_results_with_errors_returned_successfully.yaml @@ -0,0 +1,284 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "bad", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "hello world", "language": + "en"}, {"id": "1", "text": "hello world", "language": "en"}, {"id": "2", "text": + "hello world", "language": "en"}, {"id": "3", "text": "hello world", "language": + "en"}, {"id": "4", "text": "hello world", "language": "en"}, {"id": "5", "text": + "hello world", "language": "en"}, {"id": "6", "text": "hello world", "language": + "en"}, {"id": "7", "text": "hello world", "language": "en"}, {"id": "8", "text": + "hello world", "language": "en"}, {"id": "9", "text": "hello world", "language": + "en"}, {"id": "10", "text": "hello world", "language": "en"}, {"id": "11", "text": + "hello world", "language": "en"}, {"id": "12", "text": "hello world", "language": + "en"}, {"id": "13", "text": "hello world", "language": "en"}, {"id": "14", "text": + "hello world", "language": "en"}, {"id": "15", "text": "hello world", "language": + "en"}, {"id": "16", "text": "hello world", "language": "en"}, {"id": "17", "text": + "hello world", "language": "en"}, {"id": "18", "text": "hello world", "language": + "en"}, {"id": "19", "text": "hello world", "language": "en"}, {"id": "20", "text": + "hello world", "language": "en"}, {"id": "21", "text": "hello world", "language": + "en"}, {"id": "22", "text": "hello world", "language": "en"}, {"id": "23", "text": + "hello world", "language": "en"}, {"id": "24", "text": "hello world", "language": + "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '1707' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 34a82eb2-9cfb-4a75-8a2f-a3a54749c094 + date: Fri, 13 Nov 2020 22:00:41 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '214' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000 + response: + body: + string: '{"jobId":"cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000","lastUpdateDateTime":"2020-11-13T22:00:43Z","createdDateTime":"2020-11-13T22:00:42Z","expirationDateTime":"2020-11-14T22:00:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:00:43Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"2","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"3","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"4","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"5","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"6","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"7","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"8","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"9","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"10","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"11","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"12","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"13","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"14","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"15","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"16","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"17","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"18","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/d84db8aa-abf2-4507-bfb1-fcb8e0178bdd?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 6be00e22-fc03-4086-ba22-1c19e6af75e0 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:01:13 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '478' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000 + response: + body: + string: '{"jobId":"cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000","lastUpdateDateTime":"2020-11-13T22:00:43Z","createdDateTime":"2020-11-13T22:00:42Z","expirationDateTime":"2020-11-14T22:00:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:00:43Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"2","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"3","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"4","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"5","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"6","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"7","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"8","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"9","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"10","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"11","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"12","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"13","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"14","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"15","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"16","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"17","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"18","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/d84db8aa-abf2-4507-bfb1-fcb8e0178bdd?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 8fe0a564-9153-4ec8-91ea-adcd1570c654 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:01:45 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '659' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000 + response: + body: + string: '{"jobId":"cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000","lastUpdateDateTime":"2020-11-13T22:00:43Z","createdDateTime":"2020-11-13T22:00:42Z","expirationDateTime":"2020-11-14T22:00:42Z","status":"partiallySucceeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:00:43Z"},"completed":2,"failed":1,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"2","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"3","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"4","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"5","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"6","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"7","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"8","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"9","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"10","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"11","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"12","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"13","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"14","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"15","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"16","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"17","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"18","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[{"redactedText":"hello + world","id":"0","entities":[],"warnings":[]},{"redactedText":"hello world","id":"1","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"2","entities":[],"warnings":[]},{"redactedText":"hello world","id":"3","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"4","entities":[],"warnings":[]},{"redactedText":"hello world","id":"5","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"6","entities":[],"warnings":[]},{"redactedText":"hello world","id":"7","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"8","entities":[],"warnings":[]},{"redactedText":"hello world","id":"9","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"10","entities":[],"warnings":[]},{"redactedText":"hello world","id":"11","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"12","entities":[],"warnings":[]},{"redactedText":"hello world","id":"13","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"14","entities":[],"warnings":[]},{"redactedText":"hello world","id":"15","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"16","entities":[],"warnings":[]},{"redactedText":"hello world","id":"17","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"18","entities":[],"warnings":[]},{"redactedText":"hello world","id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/80b62a72-ec92-461e-a32f-18b523a53d1f?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/d84db8aa-abf2-4507-bfb1-fcb8e0178bdd?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000?$skip=20&$top=20"}' + headers: + apim-request-id: dfc8f1b3-cf07-4e25-b899-e96ddd603318 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:02:17 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '798' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000 +- request: + body: null + headers: + Accept: + - application/json, text/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000?showStats=false&$top=20&$skip=20 + response: + body: + string: '{"jobId":"cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000","lastUpdateDateTime":"2020-11-13T22:00:43Z","createdDateTime":"2020-11-13T22:00:42Z","expirationDateTime":"2020-11-14T22:00:42Z","status":"partiallySucceeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:00:43Z"},"completed":2,"failed":1,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"20","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"21","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"22","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"23","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"24","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[{"redactedText":"hello + world","id":"20","entities":[],"warnings":[]},{"redactedText":"hello world","id":"21","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"22","entities":[],"warnings":[]},{"redactedText":"hello world","id":"23","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"24","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[{"id":"20","keyPhrases":["world"],"warnings":[]},{"id":"21","keyPhrases":["world"],"warnings":[]},{"id":"22","keyPhrases":["world"],"warnings":[]},{"id":"23","keyPhrases":["world"],"warnings":[]},{"id":"24","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: f5dc4cf7-be00-4371-ae7a-e6824d3d7d32 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:02:18 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '778' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000?showStats=false&$top=20&$skip=20 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_out_of_order_ids_multiple_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_out_of_order_ids_multiple_tasks.yaml new file mode 100644 index 000000000000..209d86674ebe --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_out_of_order_ids_multiple_tasks.yaml @@ -0,0 +1,126 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "bad", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "56", "text": ":)", "language": "en"}, + {"id": "0", "text": ":(", "language": "en"}, {"id": "19", "text": ":P", "language": + "en"}, {"id": "1", "text": ":D", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '524' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 8bccf0a1-c3c5-4d3f-ad10-a145d0ae667e + date: Fri, 13 Nov 2020 22:02:19 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '265' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000 + response: + body: + string: '{"jobId":"2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000","lastUpdateDateTime":"2020-11-13T22:02:20Z","createdDateTime":"2020-11-13T22:02:19Z","expirationDateTime":"2020-11-14T22:02:19Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:02:20Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:02:20.3534679Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:02:20.3534679Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 85c8d29f-b0c2-42fd-8c51-b905eb48dd0b + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:02:50 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '297' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000 + response: + body: + string: '{"jobId":"2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000","lastUpdateDateTime":"2020-11-13T22:02:20Z","createdDateTime":"2020-11-13T22:02:19Z","expirationDateTime":"2020-11-14T22:02:19Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:02:20Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:02:20.3534679Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:02:20.3534679Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 75f2f8a1-86b5-407e-8b03-9fa206f7970c + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:03:21 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '294' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000 + response: + body: + string: '{"jobId":"2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000","lastUpdateDateTime":"2020-11-13T22:02:20Z","createdDateTime":"2020-11-13T22:02:19Z","expirationDateTime":"2020-11-14T22:02:19Z","status":"partiallySucceeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:02:20Z"},"completed":2,"failed":1,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:02:20.3534679Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:02:20.3534679Z","results":{"inTerminalState":true,"documents":[{"redactedText":":)","id":"56","entities":[],"warnings":[]},{"redactedText":":(","id":"0","entities":[],"warnings":[]},{"redactedText":":P","id":"19","entities":[],"warnings":[]},{"redactedText":":D","id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:02:20.3534679Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 9c534447-a367-4426-be9d-f45b37a34179 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:03:53 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '431' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_output_same_order_as_input_multiple_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_output_same_order_as_input_multiple_tasks.yaml new file mode 100644 index 000000000000..92e3cb0943fd --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_output_same_order_as_input_multiple_tasks.yaml @@ -0,0 +1,147 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "one", "language": "en"}, + {"id": "2", "text": "two", "language": "en"}, {"id": "3", "text": "three", "language": + "en"}, {"id": "4", "text": "four", "language": "en"}, {"id": "5", "text": "five", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '579' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: f0a74c4d-3649-4ba1-9f72-cb3646355115 + date: Fri, 13 Nov 2020 22:03:54 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '272' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 + response: + body: + string: '{"jobId":"cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000","lastUpdateDateTime":"2020-11-13T22:03:55Z","createdDateTime":"2020-11-13T22:03:54Z","expirationDateTime":"2020-11-14T22:03:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:03:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 30f2488d-af6e-4225-ac25-1858edabd9f7 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:04:25 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '362' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 + response: + body: + string: '{"jobId":"cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000","lastUpdateDateTime":"2020-11-13T22:03:55Z","createdDateTime":"2020-11-13T22:03:54Z","expirationDateTime":"2020-11-14T22:03:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:03:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 6a7fe0dd-17d7-4a7d-aeb8-f2431687e5cb + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:04:56 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '446' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 + response: + body: + string: '{"jobId":"cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000","lastUpdateDateTime":"2020-11-13T22:03:55Z","createdDateTime":"2020-11-13T22:03:54Z","expirationDateTime":"2020-11-14T22:03:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:03:55Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: d8ea6bd5-b004-48b0-9dd2-9bd4418822d5 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:05:27 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '420' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 + response: + body: + string: '{"jobId":"cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000","lastUpdateDateTime":"2020-11-13T22:03:55Z","createdDateTime":"2020-11-13T22:03:54Z","expirationDateTime":"2020-11-14T22:03:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:03:55Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 0a2e5a3f-4975-42a9-b991-f730e5d8071b + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:05:58 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '422' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 + response: + body: + string: '{"jobId":"cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000","lastUpdateDateTime":"2020-11-13T22:03:55Z","createdDateTime":"2020-11-13T22:03:54Z","expirationDateTime":"2020-11-14T22:03:54Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:03:55Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"redactedText":"one","id":"1","entities":[],"warnings":[]},{"redactedText":"two","id":"2","entities":[],"warnings":[]},{"redactedText":"three","id":"3","entities":[],"warnings":[]},{"redactedText":"four","id":"4","entities":[],"warnings":[]},{"redactedText":"five","id":"5","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 1d1ab82d-1d56-46ea-99db-f559b1d961d1 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:06:30 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '644' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_pass_cls.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_pass_cls.yaml new file mode 100644 index 000000000000..569cfaa1d15b --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_pass_cls.yaml @@ -0,0 +1,146 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "Test passing cls to endpoint", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '416' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 38e7e53e-4e22-4906-8d59-f5f7d0129b46 + date: Fri, 13 Nov 2020 22:06:31 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '259' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 + response: + body: + string: '{"jobId":"400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000","lastUpdateDateTime":"2020-11-13T22:06:32Z","createdDateTime":"2020-11-13T22:06:31Z","expirationDateTime":"2020-11-14T22:06:31Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:06:32Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:06:32.5608185Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: a0e0b54a-e005-4097-95da-85cc997087cb + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:07:02 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '181' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 + response: + body: + string: '{"jobId":"400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000","lastUpdateDateTime":"2020-11-13T22:06:32Z","createdDateTime":"2020-11-13T22:06:31Z","expirationDateTime":"2020-11-14T22:06:31Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:06:32Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:06:32.5608185Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 15403093-5061-485b-9e0a-689e4b62740f + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:07:34 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '323' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 + response: + body: + string: '{"jobId":"400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000","lastUpdateDateTime":"2020-11-13T22:06:32Z","createdDateTime":"2020-11-13T22:06:31Z","expirationDateTime":"2020-11-14T22:06:31Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:06:32Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:06:32.5608185Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 6f34a216-04e9-401f-99c0-14662c9ac186 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:08:05 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '217' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 + response: + body: + string: '{"jobId":"400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000","lastUpdateDateTime":"2020-11-13T22:06:32Z","createdDateTime":"2020-11-13T22:06:31Z","expirationDateTime":"2020-11-14T22:06:31Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:06:32Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:06:32.5608185Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 8fe237e8-049d-4e86-b19b-5d71a1cf8cf4 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:08:35 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '367' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 + response: + body: + string: '{"jobId":"400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000","lastUpdateDateTime":"2020-11-13T22:06:32Z","createdDateTime":"2020-11-13T22:06:31Z","expirationDateTime":"2020-11-14T22:06:31Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:06:32Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:06:32.5608185Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:06:32.5608185Z","results":{"inTerminalState":true,"documents":[{"redactedText":"Test + passing cls to endpoint","id":"0","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:06:32.5608185Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 25e5dbd7-a839-4317-9dd7-fb46aa633235 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:09:07 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '480' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_entities_task.yaml new file mode 100644 index 000000000000..87c8c70fb1f4 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_entities_task.yaml @@ -0,0 +1,153 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [], "keyPhraseExtractionTasks": []}, "analysisInput": {"documents": [{"id": + "0", "text": "Microsoft was founded by Bill Gates and Paul Allen on April 4, + 1975.", "language": "en"}, {"id": "1", "text": "Microsoft fue fundado por Bill + Gates y Paul Allen el 4 de abril de 1975.", "language": "en"}, {"id": "2", "text": + "Microsoft wurde am 4. April 1975 von Bill Gates und Paul Allen gegr\u00fcndet.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '568' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 1d26c539-00ac-44b4-9741-dc646e064e47 + date: Fri, 13 Nov 2020 22:09:08 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '239' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 + response: + body: + string: '{"jobId":"89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:09:08Z","createdDateTime":"2020-11-13T22:09:08Z","expirationDateTime":"2020-11-14T22:09:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:09:08Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 66bb6550-38fc-457f-a2d9-ba40fa9e3e69 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:09:38 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '210' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 + response: + body: + string: '{"jobId":"89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:09:08Z","createdDateTime":"2020-11-13T22:09:08Z","expirationDateTime":"2020-11-14T22:09:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:09:08Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 9e711dd5-3aba-4a06-a1f1-a83e26044e19 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:10:09 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '220' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 + response: + body: + string: '{"jobId":"89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:09:08Z","createdDateTime":"2020-11-13T22:09:08Z","expirationDateTime":"2020-11-14T22:09:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:09:08Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: ee091cfd-b866-43dd-9908-31be85f0fc54 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:10:41 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '74' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 + response: + body: + string: '{"jobId":"89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:09:08Z","createdDateTime":"2020-11-13T22:09:08Z","expirationDateTime":"2020-11-14T22:09:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:09:08Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: fe0e1c43-fb12-4529-ae5e-f4429f3a8d0a + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:11:12 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '161' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 + response: + body: + string: '{"jobId":"89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:09:08Z","createdDateTime":"2020-11-13T22:09:08Z","expirationDateTime":"2020-11-14T22:09:08Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:09:08Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:09:08.9715436Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.81},{"text":"Bill + Gates","category":"Person","offset":25,"length":10,"confidenceScore":0.83},{"text":"Paul + Allen","category":"Person","offset":40,"length":10,"confidenceScore":0.87},{"text":"April + 4, 1975","category":"DateTime","subcategory":"Date","offset":54,"length":13,"confidenceScore":0.8}],"warnings":[]},{"id":"1","entities":[{"text":"4","category":"Quantity","subcategory":"Number","offset":53,"length":1,"confidenceScore":0.8},{"text":"1975","category":"DateTime","subcategory":"DateRange","offset":67,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"4","category":"Quantity","subcategory":"Number","offset":19,"length":1,"confidenceScore":0.8},{"text":"April + 1975","category":"DateTime","subcategory":"DateRange","offset":22,"length":10,"confidenceScore":0.8},{"text":"von + Bill Gates","category":"Person","offset":33,"length":14,"confidenceScore":0.59},{"text":"Paul + Allen","category":"Person","offset":52,"length":10,"confidenceScore":0.63}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}]}}' + headers: + apim-request-id: f475871c-77c4-40c9-9951-63eef932fc79 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:11:43 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '125' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_key_phrase_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_key_phrase_task.yaml new file mode 100644 index 000000000000..4650b843e1a2 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_key_phrase_task.yaml @@ -0,0 +1,58 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "Microsoft was founded by + Bill Gates and Paul Allen", "language": "en"}, {"id": "1", "text": "Microsoft + fue fundado por Bill Gates y Paul Allen", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '368' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: cf7f1e97-0f2f-408a-9a1e-457cdcc79e1a + date: Fri, 13 Nov 2020 22:11:43 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/27e7f98d-7b99-4f54-9b90-efe70a67356f_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '127' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/27e7f98d-7b99-4f54-9b90-efe70a67356f_637408224000000000 + response: + body: + string: '{"jobId":"27e7f98d-7b99-4f54-9b90-efe70a67356f_637408224000000000","lastUpdateDateTime":"2020-11-13T22:11:44Z","createdDateTime":"2020-11-13T22:11:44Z","expirationDateTime":"2020-11-14T22:11:44Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:11:44Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:11:44.7381834Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Bill + Gates","Paul Allen","Microsoft"],"warnings":[]},{"id":"1","keyPhrases":["Microsoft + fue fundado por Bill Gates y Paul Allen"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 39bc0bf2-345f-4b5e-a4b1-d2cfe13d97ff + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:12:15 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '102' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/27e7f98d-7b99-4f54-9b90-efe70a67356f_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_pii_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_pii_entities_task.yaml new file mode 100644 index 000000000000..b25f8e7f9a88 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_pii_entities_task.yaml @@ -0,0 +1,156 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [{"parameters": + {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], "keyPhraseExtractionTasks": + []}, "analysisInput": {"documents": [{"id": "0", "text": "My SSN is 859-98-0987.", + "language": "en"}, {"id": "1", "text": "Your ABA number - 111000025 - is the + first 9 digits in the lower left hand corner of your personal check.", "language": + "en"}, {"id": "2", "text": "Is 998.214.865-68 your Brazilian CPF number?", "language": + "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '521' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 05038cff-92bf-4b01-99b1-24d2c1b206e9 + date: Fri, 13 Nov 2020 22:12:16 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '237' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 + response: + body: + string: '{"jobId":"f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:12:16Z","createdDateTime":"2020-11-13T22:12:16Z","expirationDateTime":"2020-11-14T22:12:16Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:12:16Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 07bbba85-595e-4140-bc4a-9219670a3f2e + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:12:47 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '37' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 + response: + body: + string: '{"jobId":"f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:12:16Z","createdDateTime":"2020-11-13T22:12:16Z","expirationDateTime":"2020-11-14T22:12:16Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:12:16Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 05cae28c-16b9-463f-a607-1a665c37afac + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:13:18 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '52' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 + response: + body: + string: '{"jobId":"f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:12:16Z","createdDateTime":"2020-11-13T22:12:16Z","expirationDateTime":"2020-11-14T22:12:16Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:12:16Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: d70d37e0-96eb-46f2-a403-b108794e62a3 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:13:48 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '46' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 + response: + body: + string: '{"jobId":"f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:12:16Z","createdDateTime":"2020-11-13T22:12:16Z","expirationDateTime":"2020-11-14T22:12:16Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:12:16Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 33dc63b2-d741-4415-b50e-e68f88fc9667 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:14:20 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '44' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 + response: + body: + string: '{"jobId":"f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:12:16Z","createdDateTime":"2020-11-13T22:12:16Z","expirationDateTime":"2020-11-14T22:12:16Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:12:16Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:12:16.9454683Z","results":{"inTerminalState":true,"documents":[{"redactedText":"My + SSN is ***********.","id":"0","entities":[{"text":"859-98-0987","category":"U.S. + Social Security Number (SSN)","offset":10,"length":11,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Your + ABA number - ********* - is the first 9 digits in the lower left hand corner + of your personal check.","id":"1","entities":[{"text":"111000025","category":"Phone + Number","offset":18,"length":9,"confidenceScore":0.8},{"text":"111000025","category":"ABA + Routing Number","offset":18,"length":9,"confidenceScore":0.75},{"text":"111000025","category":"New + Zealand Social Welfare Number","offset":18,"length":9,"confidenceScore":0.65},{"text":"111000025","category":"Portugal + Tax Identification Number","offset":18,"length":9,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Is + ************** your Brazilian CPF number?","id":"2","entities":[{"text":"998.214.865-68","category":"Brazil + CPF Number","offset":3,"length":14,"confidenceScore":0.85}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 01fbda34-fa64-4690-92f2-4f14223373e6 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:14:50 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '108' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_per_item_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_per_item_dont_use_language_hint.yaml new file mode 100644 index 000000000000..ef38d1a94cf7 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_per_item_dont_use_language_hint.yaml @@ -0,0 +1,155 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": ""}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": ""}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '566' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 577c6078-4263-46f2-8643-bac04c816f48 + date: Fri, 13 Nov 2020 22:14:51 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '36' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 + response: + body: + string: '{"jobId":"943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000","lastUpdateDateTime":"2020-11-13T22:14:52Z","createdDateTime":"2020-11-13T22:14:51Z","expirationDateTime":"2020-11-14T22:14:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:14:52Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:14:52.568437Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: ef154200-daac-477a-ba84-e114e933f101 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:15:22 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '155' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 + response: + body: + string: '{"jobId":"943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000","lastUpdateDateTime":"2020-11-13T22:14:52Z","createdDateTime":"2020-11-13T22:14:51Z","expirationDateTime":"2020-11-14T22:14:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:14:52Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:14:52.568437Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: a128cd64-5a27-48a5-8131-0050778a7cd1 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:15:53 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '164' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 + response: + body: + string: '{"jobId":"943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000","lastUpdateDateTime":"2020-11-13T22:14:52Z","createdDateTime":"2020-11-13T22:14:51Z","expirationDateTime":"2020-11-14T22:14:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:14:52Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:14:52.568437Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 5b855d87-0feb-4d66-a9e8-4a864a40a97d + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:16:24 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '175' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 + response: + body: + string: '{"jobId":"943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000","lastUpdateDateTime":"2020-11-13T22:14:52Z","createdDateTime":"2020-11-13T22:14:51Z","expirationDateTime":"2020-11-14T22:14:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:14:52Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:14:52.568437Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:14:52.568437Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 2f77130d-b974-4994-857b-e0c1163b91a1 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:16:56 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '352' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 + response: + body: + string: '{"jobId":"943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000","lastUpdateDateTime":"2020-11-13T22:14:52Z","createdDateTime":"2020-11-13T22:14:51Z","expirationDateTime":"2020-11-14T22:14:51Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:14:52Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:14:52.568437Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:14:52.568437Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:14:52.568437Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 3cf5dbf0-2c2b-43a9-a6f1-975271b754f9 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 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: '455' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_rotate_subscription_key.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_rotate_subscription_key.yaml new file mode 100644 index 000000000000..d01e8d3d0325 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_rotate_subscription_key.yaml @@ -0,0 +1,294 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 338c35be-62cc-4332-b63c-758d24bdd0af + date: Fri, 13 Nov 2020 22:17:28 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '253' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000 + response: + body: + string: '{"jobId":"18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000","lastUpdateDateTime":"2020-11-13T22:17:28Z","createdDateTime":"2020-11-13T22:17:28Z","expirationDateTime":"2020-11-14T22:17:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:17:28Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:17:28.9888456Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 3e448a3b-c34a-42fc-85b3-31a13e945714 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:17:58 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '242' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000 + response: + body: + string: '{"jobId":"18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000","lastUpdateDateTime":"2020-11-13T22:17:28Z","createdDateTime":"2020-11-13T22:17:28Z","expirationDateTime":"2020-11-14T22:17:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:17:28Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:17:28.9888456Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 84ad6f7c-ec05-44f3-ab3e-a3d40be6441c + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:18:30 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '161' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000 + response: + body: + string: '{"jobId":"18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000","lastUpdateDateTime":"2020-11-13T22:17:28Z","createdDateTime":"2020-11-13T22:17:28Z","expirationDateTime":"2020-11-14T22:17:28Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:17:28Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:17:28.9888456Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:17:28.9888456Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:17:28.9888456Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 6bc4c321-4751-45e3-8690-fd042ac0961b + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:19:00 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '418' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000 +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: '224' + date: Fri, 13 Nov 2020 22:19:01 GMT + status: + code: 401 + message: PermissionDenied + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: a38b46bb-eed4-411e-8656-3ee51418bbbe + date: Fri, 13 Nov 2020 22:19:01 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '36' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 + response: + body: + string: '{"jobId":"29daa555-4029-40fe-892c-f4110415742a_637408224000000000","lastUpdateDateTime":"2020-11-13T22:19:02Z","createdDateTime":"2020-11-13T22:19:01Z","expirationDateTime":"2020-11-14T22:19:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:19:02Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:19:02.4927109Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: a740b07d-b1a2-4f59-892b-a44b48ca7276 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:19:32 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '192' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 + response: + body: + string: '{"jobId":"29daa555-4029-40fe-892c-f4110415742a_637408224000000000","lastUpdateDateTime":"2020-11-13T22:19:02Z","createdDateTime":"2020-11-13T22:19:01Z","expirationDateTime":"2020-11-14T22:19:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:19:02Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:19:02.4927109Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 870ccea0-c9b5-4825-a60c-b8cd41eed77a + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:20:02 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '168' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 + response: + body: + string: '{"jobId":"29daa555-4029-40fe-892c-f4110415742a_637408224000000000","lastUpdateDateTime":"2020-11-13T22:19:02Z","createdDateTime":"2020-11-13T22:19:01Z","expirationDateTime":"2020-11-14T22:19:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:19:02Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:19:02.4927109Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: d42b2ec6-1425-4908-84ec-0ef7d2a059d3 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:20:33 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '144' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 + response: + body: + string: '{"jobId":"29daa555-4029-40fe-892c-f4110415742a_637408224000000000","lastUpdateDateTime":"2020-11-13T22:19:02Z","createdDateTime":"2020-11-13T22:19:01Z","expirationDateTime":"2020-11-14T22:19:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:19:02Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:19:02.4927109Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: cfdad763-48c1-4c7e-9d80-99e518ebe624 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:21:05 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '207' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 + response: + body: + string: '{"jobId":"29daa555-4029-40fe-892c-f4110415742a_637408224000000000","lastUpdateDateTime":"2020-11-13T22:19:02Z","createdDateTime":"2020-11-13T22:19:01Z","expirationDateTime":"2020-11-14T22:19:01Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:19:02Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:19:02.4927109Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:19:02.4927109Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:19:02.4927109Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 1316d94d-0f96-4307-afbf-2d9216a7591d + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 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: '350' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_show_stats_and_model_version_multiple_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_show_stats_and_model_version_multiple_tasks.yaml new file mode 100644 index 000000000000..86f7421e123c --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_show_stats_and_model_version_multiple_tasks.yaml @@ -0,0 +1,102 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "56", "text": ":)", "language": "en"}, + {"id": "0", "text": ":(", "language": "en"}, {"id": "19", "text": ":P", "language": + "en"}, {"id": "1", "text": ":D", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '527' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 8ce7ee57-c65d-4597-81c2-ddca42a76eca + date: Fri, 13 Nov 2020 22:21:37 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '31' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000","lastUpdateDateTime":"2020-11-13T22:21:38Z","createdDateTime":"2020-11-13T22:21:37Z","expirationDateTime":"2020-11-14T22:21:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:21:38Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:21:38.3949134Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 23ea2fa9-811d-481a-b410-77a0dcbb81f5 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:22:08 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '176' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000","lastUpdateDateTime":"2020-11-13T22:21:38Z","createdDateTime":"2020-11-13T22:21:37Z","expirationDateTime":"2020-11-14T22:21:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:21:38Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:21:38.3949134Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 81ff240a-d9b1-4822-aadd-1a2934370184 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:22:39 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '191' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000","lastUpdateDateTime":"2020-11-13T22:21:38Z","createdDateTime":"2020-11-13T22:21:37Z","expirationDateTime":"2020-11-14T22:21:37Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:21:38Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:21:38.3949134Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:21:38.3949134Z","results":{"inTerminalState":true,"documents":[{"redactedText":":)","id":"56","entities":[],"warnings":[]},{"redactedText":":(","id":"0","entities":[],"warnings":[]},{"redactedText":":P","id":"19","entities":[],"warnings":[]},{"redactedText":":D","id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:21:38.3949134Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 8b860509-59e4-42a9-936b-72c78fa7c7e8 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:23:10 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '619' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000?showStats=True +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_too_many_documents.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_too_many_documents.yaml new file mode 100644 index 000000000000..d2fb1a950934 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_too_many_documents.yaml @@ -0,0 +1,54 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "input document", "language": + "en"}, {"id": "1", "text": "input document", "language": "en"}, {"id": "2", + "text": "input document", "language": "en"}, {"id": "3", "text": "input document", + "language": "en"}, {"id": "4", "text": "input document", "language": "en"}, + {"id": "5", "text": "input document", "language": "en"}, {"id": "6", "text": + "input document", "language": "en"}, {"id": "7", "text": "input document", "language": + "en"}, {"id": "8", "text": "input document", "language": "en"}, {"id": "9", + "text": "input document", "language": "en"}, {"id": "10", "text": "input document", + "language": "en"}, {"id": "11", "text": "input document", "language": "en"}, + {"id": "12", "text": "input document", "language": "en"}, {"id": "13", "text": + "input document", "language": "en"}, {"id": "14", "text": "input document", + "language": "en"}, {"id": "15", "text": "input document", "language": "en"}, + {"id": "16", "text": "input document", "language": "en"}, {"id": "17", "text": + "input document", "language": "en"}, {"id": "18", "text": "input document", + "language": "en"}, {"id": "19", "text": "input document", "language": "en"}, + {"id": "20", "text": "input document", "language": "en"}, {"id": "21", "text": + "input document", "language": "en"}, {"id": "22", "text": "input document", + "language": "en"}, {"id": "23", "text": "input document", "language": "en"}, + {"id": "24", "text": "input document", "language": "en"}, {"id": "25", "text": + "input document", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '1843' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"InvalidArgument","message":"Batch request contains + too many documents. Max 25 documents are permitted."}}' + headers: + apim-request-id: 3c387b53-ca4d-4df6-9731-b91ca0083887 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:23:11 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '4' + status: + code: 400 + message: Bad Request + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_user_agent.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_user_agent.yaml new file mode 100644 index 000000000000..a2c5c84ca7ed --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_user_agent.yaml @@ -0,0 +1,109 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 09e2bc41-b4b5-4c3c-8b4d-3a11a3664919 + date: Fri, 13 Nov 2020 22:23:12 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '33' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000 + response: + body: + string: '{"jobId":"b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000","lastUpdateDateTime":"2020-11-13T22:23:13Z","createdDateTime":"2020-11-13T22:23:12Z","expirationDateTime":"2020-11-14T22:23:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:23:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:23:13.1077151Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 0425afdd-098f-4171-b552-118aceed29cb + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 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: '173' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000 + response: + body: + string: '{"jobId":"b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000","lastUpdateDateTime":"2020-11-13T22:23:13Z","createdDateTime":"2020-11-13T22:23:12Z","expirationDateTime":"2020-11-14T22:23:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:23:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:23:13.1077151Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: cce6c80c-6f4a-472c-9612-d981777de2e1 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:24:14 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '156' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000 + response: + body: + string: '{"jobId":"b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000","lastUpdateDateTime":"2020-11-13T22:23:13Z","createdDateTime":"2020-11-13T22:23:12Z","expirationDateTime":"2020-11-14T22:23:12Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:23:13Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:23:13.1077151Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:23:13.1077151Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:23:13.1077151Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 2a3f812d-6bea-450f-b1f3-1e4441797444 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 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: '454' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_dont_use_language_hint.yaml new file mode 100644 index 000000000000..d8db0791c198 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_dont_use_language_hint.yaml @@ -0,0 +1,155 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "This was the best day of + my life.", "language": ""}, {"id": "1", "text": "I did not like the hotel we + stayed at. It was too expensive.", "language": ""}, {"id": "2", "text": "The + restaurant was not as good as I hoped.", "language": ""}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '603' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 56eebe68-fe1a-449f-87de-e9a91e609df0 + date: Fri, 13 Nov 2020 22:24:46 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '299' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 + response: + body: + string: '{"jobId":"278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000","lastUpdateDateTime":"2020-11-13T22:24:47Z","createdDateTime":"2020-11-13T22:24:46Z","expirationDateTime":"2020-11-14T22:24:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:24:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: b046f9e4-4ca6-4b7c-8c37-566a32de9741 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:25:17 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '186' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 + response: + body: + string: '{"jobId":"278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000","lastUpdateDateTime":"2020-11-13T22:24:47Z","createdDateTime":"2020-11-13T22:24:46Z","expirationDateTime":"2020-11-14T22:24:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:24:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: f6c8660d-580d-4631-b9bc-e5e75b6b7977 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:25:48 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '182' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 + response: + body: + string: '{"jobId":"278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000","lastUpdateDateTime":"2020-11-13T22:24:47Z","createdDateTime":"2020-11-13T22:24:46Z","expirationDateTime":"2020-11-14T22:24:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:24:47Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 713202f6-e7cf-4378-85d5-86fb19505370 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:26:20 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '320' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 + response: + body: + string: '{"jobId":"278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000","lastUpdateDateTime":"2020-11-13T22:24:47Z","createdDateTime":"2020-11-13T22:24:46Z","expirationDateTime":"2020-11-14T22:24:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:24:47Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 6f74cb9f-3113-4093-9a69-cc00b400456d + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:26:50 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '335' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 + response: + body: + string: '{"jobId":"278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000","lastUpdateDateTime":"2020-11-13T22:24:47Z","createdDateTime":"2020-11-13T22:24:46Z","expirationDateTime":"2020-11-14T22:24:46Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:24:47Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This + was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The + restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 14ceda6c-eacf-4f38-b793-3fade58c9dd0 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:27:22 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '426' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint.yaml new file mode 100644 index 000000000000..98e875c16f62 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint.yaml @@ -0,0 +1,109 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "This was the best day of + my life.", "language": "en"}, {"id": "1", "text": "I did not like the hotel + we stayed at. It was too expensive.", "language": "en"}, {"id": "2", "text": + "The restaurant was not as good as I hoped.", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '609' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 0849c23e-9ba1-4c27-8efe-c017f73d74a8 + date: Fri, 13 Nov 2020 22:27:23 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '227' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000 + response: + body: + string: '{"jobId":"552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000","lastUpdateDateTime":"2020-11-13T22:27:24Z","createdDateTime":"2020-11-13T22:27:23Z","expirationDateTime":"2020-11-14T22:27:23Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:27:24Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:27:24.3200776Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 8664dde7-a03b-4528-be68-25491caaa145 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:27:54 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '139' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000 + response: + body: + string: '{"jobId":"552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000","lastUpdateDateTime":"2020-11-13T22:27:24Z","createdDateTime":"2020-11-13T22:27:23Z","expirationDateTime":"2020-11-14T22:27:23Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:27:24Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:27:24.3200776Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 2af5c46d-347a-46a1-b509-c4f18d743b78 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:28:25 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '198' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000 + response: + body: + string: '{"jobId":"552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000","lastUpdateDateTime":"2020-11-13T22:27:24Z","createdDateTime":"2020-11-13T22:27:23Z","expirationDateTime":"2020-11-14T22:27:23Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:27:24Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:27:24.3200776Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:27:24.3200776Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This + was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The + restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:27:24.3200776Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 8b975262-8214-4dc3-891e-a5cce8ec80b3 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:28:55 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '347' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_dict_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_dict_input.yaml new file mode 100644 index 000000000000..1e83cfa1b864 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_dict_input.yaml @@ -0,0 +1,155 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 9b61b6d9-bccb-4fd5-8c9b-73ae5dec411c + date: Fri, 13 Nov 2020 22:28:57 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '50' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 + response: + body: + string: '{"jobId":"73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000","lastUpdateDateTime":"2020-11-13T22:28:58Z","createdDateTime":"2020-11-13T22:28:57Z","expirationDateTime":"2020-11-14T22:28:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:28:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:28:58.3774698Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 01ab19f9-5dbe-437e-a8c6-6a3a50cf967a + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:29:28 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '136' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 + response: + body: + string: '{"jobId":"73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000","lastUpdateDateTime":"2020-11-13T22:28:58Z","createdDateTime":"2020-11-13T22:28:57Z","expirationDateTime":"2020-11-14T22:28:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:28:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:28:58.3774698Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 37cd29f4-cd59-4ca3-bc48-4274ba086d92 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:29:59 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '129' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 + response: + body: + string: '{"jobId":"73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000","lastUpdateDateTime":"2020-11-13T22:28:58Z","createdDateTime":"2020-11-13T22:28:57Z","expirationDateTime":"2020-11-14T22:28:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:28:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:28:58.3774698Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: e060bd19-2007-44b7-9fb7-6950e7aa885a + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:30:30 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '196' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 + response: + body: + string: '{"jobId":"73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000","lastUpdateDateTime":"2020-11-13T22:28:58Z","createdDateTime":"2020-11-13T22:28:57Z","expirationDateTime":"2020-11-14T22:28:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:28:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:28:58.3774698Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 9f3289d2-8f74-404c-867d-40032f48478c + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:31:01 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '199' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 + response: + body: + string: '{"jobId":"73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000","lastUpdateDateTime":"2020-11-13T22:28:58Z","createdDateTime":"2020-11-13T22:28:57Z","expirationDateTime":"2020-11-14T22:28:57Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:28:58Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:28:58.3774698Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:28:58.3774698Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:28:58.3774698Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 4e43224f-3f28-4ca3-a52f-fe4e742867f5 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:31:32 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '352' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml new file mode 100644 index 000000000000..ba0826ca606e --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml @@ -0,0 +1,109 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: d7e83bf5-a334-4a8b-aa9a-f03acb511db4 + date: Fri, 13 Nov 2020 22:31:34 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '285' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000 + response: + body: + string: '{"jobId":"a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000","lastUpdateDateTime":"2020-11-13T22:31:34Z","createdDateTime":"2020-11-13T22:31:33Z","expirationDateTime":"2020-11-14T22:31:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:31:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:31:34.6780867Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 116d0fe5-4c0a-4d3b-aef0-da8e5ca1e2aa + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:32:04 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '150' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000 + response: + body: + string: '{"jobId":"a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000","lastUpdateDateTime":"2020-11-13T22:31:34Z","createdDateTime":"2020-11-13T22:31:33Z","expirationDateTime":"2020-11-14T22:31:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:31:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:31:34.6780867Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 0abece3f-51a4-4440-87b6-d4b8f8a12ce7 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:32:36 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '231' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000 + response: + body: + string: '{"jobId":"a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000","lastUpdateDateTime":"2020-11-13T22:31:34Z","createdDateTime":"2020-11-13T22:31:33Z","expirationDateTime":"2020-11-14T22:31:33Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:31:34Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:31:34.6780867Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:31:34.6780867Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:31:34.6780867Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: d36abd0d-4a25-48b9-8039-f70404a36fa3 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:33:06 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '629' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_obj_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_obj_input.yaml new file mode 100644 index 000000000000..7aae2a8502f6 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_obj_input.yaml @@ -0,0 +1,109 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I should take my cat to + the veterinarian.", "language": "en"}, {"id": "4", "text": "Este es un document + escrito en Espa\u00f1ol.", "language": "en"}, {"id": "3", "text": "\u732b\u306f\u5e78\u305b", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '583' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 074918b3-ff43-48ce-b515-c33b60987b67 + date: Fri, 13 Nov 2020 22:33:08 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '37' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000 + response: + body: + string: "{\"jobId\":\"2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T22:33:09Z\",\"createdDateTime\":\"2020-11-13T22:33:08Z\",\"expirationDateTime\":\"2020-11-14T22:33:08Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T22:33:09Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:33:09.1294725Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: c6a01d22-9f2c-45cd-955e-7d3d505aca09 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:33:39 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '173' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000 + response: + body: + string: "{\"jobId\":\"2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T22:33:09Z\",\"createdDateTime\":\"2020-11-13T22:33:08Z\",\"expirationDateTime\":\"2020-11-14T22:33:08Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T22:33:09Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:33:09.1294725Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: 331ad821-64c1-42ef-877d-79f08eb3f82d + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 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: '200' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000 + response: + body: + string: "{\"jobId\":\"2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T22:33:09Z\",\"createdDateTime\":\"2020-11-13T22:33:08Z\",\"expirationDateTime\":\"2020-11-14T22:33:08Z\",\"status\":\"succeeded\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T22:33:09Z\"},\"completed\":3,\"failed\":0,\"inProgress\":0,\"total\":3,\"entityRecognitionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:33:09.1294725Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\":\"escrito + en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\":18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"entityRecognitionPiiTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:33:09.1294725Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"redactedText\":\"I + should take my cat to the veterinarian.\",\"id\":\"1\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"Este + es un document escrito en Espa\xF1ol.\",\"id\":\"4\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"\u732B\u306F\u5E78\u305B\",\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:33:09.1294725Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: ae9beb5e-3f8b-4bd1-9493-639769a951f4 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:34:41 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '423' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml new file mode 100644 index 000000000000..85a2551dc7c5 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml @@ -0,0 +1,157 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I should take my cat to + the veterinarian.", "language": "en"}, {"id": "2", "text": "Este es un document + escrito en Espa\u00f1ol.", "language": "en"}, {"id": "3", "text": "\u732b\u306f\u5e78\u305b", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '583' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 592ad1fb-ff98-4f52-ae5e-df4ffef6b61b + date: Fri, 13 Nov 2020 22:34:42 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '236' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 + response: + body: + string: "{\"jobId\":\"396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\",\"createdDateTime\":\"2020-11-13T22:34:42Z\",\"expirationDateTime\":\"2020-11-14T22:34:42Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: 9107f719-970e-4e9e-8085-1fe60558b979 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:35:12 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '188' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 + response: + body: + string: "{\"jobId\":\"396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\",\"createdDateTime\":\"2020-11-13T22:34:42Z\",\"expirationDateTime\":\"2020-11-14T22:34:42Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: 3de3c2cc-99e2-4cb2-9c5f-f390ea1dab2f + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:35:44 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '180' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 + response: + body: + string: "{\"jobId\":\"396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\",\"createdDateTime\":\"2020-11-13T22:34:42Z\",\"expirationDateTime\":\"2020-11-14T22:34:42Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\"},\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\":\"escrito + en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\":18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: fafd3665-6a42-44f8-b781-ad2650d41b34 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:36:15 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '253' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 + response: + body: + string: "{\"jobId\":\"396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\",\"createdDateTime\":\"2020-11-13T22:34:42Z\",\"expirationDateTime\":\"2020-11-14T22:34:42Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\"},\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\":\"escrito + en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\":18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: 68f9b020-07a1-42df-8f86-618e4ed9bf47 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:36:46 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '320' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 + response: + body: + string: "{\"jobId\":\"396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\",\"createdDateTime\":\"2020-11-13T22:34:42Z\",\"expirationDateTime\":\"2020-11-14T22:34:42Z\",\"status\":\"succeeded\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\"},\"completed\":3,\"failed\":0,\"inProgress\":0,\"total\":3,\"entityRecognitionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\":\"escrito + en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\":18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"entityRecognitionPiiTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"redactedText\":\"I + should take my cat to the veterinarian.\",\"id\":\"1\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"Este + es un document escrito en Espa\xF1ol.\",\"id\":\"2\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"\u732B\u306F\u5E78\u305B\",\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: e194d045-7541-40f9-b88c-b8b9eba42831 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:37:17 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '459' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_all_successful_passing_dict.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_all_successful_passing_dict.yaml new file mode 100644 index 000000000000..a201bc4f8308 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_all_successful_passing_dict.yaml @@ -0,0 +1,78 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "Patient does not suffer from high blood + pressure.", "language": "en"}, {"id": "2", "text": "Prescribed 100mg ibuprofen, + taken twice daily.", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '196' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - e96f134c-f6b0-48d7-95a6-ee88fb51ae0f + date: + - Fri, 13 Nov 2020 20:24:47 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/d5879085-6457-4616-a128-bd78486343a8 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '331' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/d5879085-6457-4616-a128-bd78486343a8?showStats=True + response: + body: + string: '{"jobId":"d5879085-6457-4616-a128-bd78486343a8","lastUpdateDateTime":"2020-11-13T20:24:48Z","createdDateTime":"2020-11-13T20:24:47Z","expirationDateTime":"2020-11-14T20:24:47Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":2,"validDocumentsCount":2,"erroneousDocumentsCount":0,"transactionsCount":2},"documents":[{"id":"1","statistics":{"charactersCount":49,"transactionsCount":1},"entities":[{"offset":29,"length":4,"text":"high","category":"MeasurementValue","confidenceScore":0.93,"isNegated":false},{"offset":34,"length":14,"text":"blood + pressure","category":"ExaminationName","confidenceScore":0.91,"isNegated":true,"links":[{"dataSource":"UMLS","id":"C0005824"},{"dataSource":"AOD","id":"0000007392"},{"dataSource":"CCC","id":"K33.1"},{"dataSource":"CHV","id":"0000002009"},{"dataSource":"ICNP","id":"10031996"},{"dataSource":"LCH_NW","id":"sh85015011"},{"dataSource":"MDR","id":"10076581"},{"dataSource":"MEDCIN","id":"6045"},{"dataSource":"MSH","id":"D001795"},{"dataSource":"SNM","id":"P-Y107"},{"dataSource":"SNMI","id":"PA-00540"},{"dataSource":"SNOMEDCT_US","id":"46973005"}]}],"relations":[{"relationType":"ValueOfExamination","bidirectional":false,"source":"#/results/documents/0/entities/0","target":"#/results/documents/0/entities/1"}],"warnings":[]},{"id":"2","statistics":{"charactersCount":46,"transactionsCount":1},"entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice + daily","category":"Frequency","confidenceScore":1.0,"isNegated":false}],"relations":[{"relationType":"DosageOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/0","target":"#/results/documents/1/entities/1"},{"relationType":"FrequencyOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/2","target":"#/results/documents/1/entities/1"}],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 819e4bc3-0cee-4d56-bb83-16e72b50f497 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:25:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '310' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_all_successful_passing_text_document_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_all_successful_passing_text_document_input.yaml new file mode 100644 index 000000000000..0c9416195223 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_all_successful_passing_text_document_input.yaml @@ -0,0 +1,78 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "Patient does not suffer from high blood + pressure.", "language": "en"}, {"id": "2", "text": "Prescribed 100mg ibuprofen, + taken twice daily.", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '196' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 2fc92877-8949-4e36-be55-3245b100530e + date: + - Fri, 13 Nov 2020 23:45:49 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/bc0b39d1-438d-4504-b7d7-713ee43769f4 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '299' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/bc0b39d1-438d-4504-b7d7-713ee43769f4 + response: + body: + string: '{"jobId":"bc0b39d1-438d-4504-b7d7-713ee43769f4","lastUpdateDateTime":"2020-11-13T23:45:56Z","createdDateTime":"2020-11-13T23:45:49Z","expirationDateTime":"2020-11-14T23:45:49Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":29,"length":4,"text":"high","category":"MeasurementValue","confidenceScore":0.93,"isNegated":false},{"offset":34,"length":14,"text":"blood + pressure","category":"ExaminationName","confidenceScore":0.91,"isNegated":true,"links":[{"dataSource":"UMLS","id":"C0005824"},{"dataSource":"AOD","id":"0000007392"},{"dataSource":"CCC","id":"K33.1"},{"dataSource":"CHV","id":"0000002009"},{"dataSource":"ICNP","id":"10031996"},{"dataSource":"LCH_NW","id":"sh85015011"},{"dataSource":"MDR","id":"10076581"},{"dataSource":"MEDCIN","id":"6045"},{"dataSource":"MSH","id":"D001795"},{"dataSource":"SNM","id":"P-Y107"},{"dataSource":"SNMI","id":"PA-00540"},{"dataSource":"SNOMEDCT_US","id":"46973005"}]}],"relations":[{"relationType":"ValueOfExamination","bidirectional":false,"source":"#/results/documents/0/entities/0","target":"#/results/documents/0/entities/1"}],"warnings":[]},{"id":"2","entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice + daily","category":"Frequency","confidenceScore":1.0,"isNegated":false}],"relations":[{"relationType":"DosageOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/0","target":"#/results/documents/1/entities/1"},{"relationType":"FrequencyOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/2","target":"#/results/documents/1/entities/1"}],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 695bcbef-655e-4bd2-b298-06c251f3d9ec + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 23:46:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '345' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_bad_credentials.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_bad_credentials.yaml new file mode 100644 index 000000000000..4b4fe01e7bba --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_bad_credentials.yaml @@ -0,0 +1,33 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "This is written in English.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '85' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: + - '224' + date: + - Tue, 10 Nov 2020 01:22:53 GMT + status: + code: 401 + message: PermissionDenied +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_bad_model_version_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_bad_model_version_error.yaml new file mode 100644 index 000000000000..3b51c39beae9 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_bad_model_version_error.yaml @@ -0,0 +1,77 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I did not like the hotel we stayed + at.", "language": "english"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '101' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?model-version=bad&stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 27e8cde7-a358-4ce3-ac20-1179b47821b2 + date: + - Fri, 13 Nov 2020 23:46:22 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/9cd3e427-7f96-4c87-98a6-6678479af4ae + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '93' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/9cd3e427-7f96-4c87-98a6-6678479af4ae + response: + body: + string: '{"jobId":"9cd3e427-7f96-4c87-98a6-6678479af4ae","lastUpdateDateTime":"2020-11-13T23:46:24Z","createdDateTime":"2020-11-13T23:46:22Z","expirationDateTime":"2020-11-14T23:46:22Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid + language code. Supported languages: en"}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 5569709e-3ae2-41ce-a9bd-56cb4356f7fc + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 23:46:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '91' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_cancellation.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_cancellation.yaml new file mode 100644 index 000000000000..d6d03038efe9 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_cancellation.yaml @@ -0,0 +1,150 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "hello world", "language": "en"}, {"id": + "1", "text": "hello world", "language": "en"}, {"id": "2", "text": "hello world", + "language": "en"}, {"id": "3", "text": "hello world", "language": "en"}, {"id": + "4", "text": "hello world", "language": "en"}, {"id": "5", "text": "hello world", + "language": "en"}, {"id": "6", "text": "hello world", "language": "en"}, {"id": + "7", "text": "hello world", "language": "en"}, {"id": "8", "text": "hello world", + "language": "en"}, {"id": "9", "text": "hello world", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '555' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 77de9997-6e6c-4fdc-bf14-ea54c5e8788a + date: + - Sat, 14 Nov 2020 00:22:22 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/40d0514b-2b63-4773-9384-54c3ea2d10db + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '361' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: DELETE + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/40d0514b-2b63-4773-9384-54c3ea2d10db + response: + body: + string: '' + headers: + apim-request-id: + - d51a254e-bb80-4388-9e90-460a092f5ebc + date: + - Sat, 14 Nov 2020 00:22:22 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/40d0514b-2b63-4773-9384-54c3ea2d10db + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '103' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/40d0514b-2b63-4773-9384-54c3ea2d10db + response: + body: + string: '{"jobId":"40d0514b-2b63-4773-9384-54c3ea2d10db","lastUpdateDateTime":"2020-11-14T00:22:22Z","createdDateTime":"2020-11-14T00:22:21Z","expirationDateTime":"2020-11-15T00:22:21Z","status":"cancelled","errors":[]}' + headers: + apim-request-id: + - b0fc96bb-3d54-423b-81da-679552aa0f7e + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:22:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '83' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/40d0514b-2b63-4773-9384-54c3ea2d10db + response: + body: + string: '{"jobId":"40d0514b-2b63-4773-9384-54c3ea2d10db","lastUpdateDateTime":"2020-11-14T00:22:22Z","createdDateTime":"2020-11-14T00:22:21Z","expirationDateTime":"2020-11-15T00:22:21Z","status":"cancelled","errors":[]}' + headers: + apim-request-id: + - 0fc174bb-350f-4203-9bac-41cedf654209 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:22:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '11' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_client_passed_default_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_client_passed_default_language_hint.yaml new file mode 100644 index 000000000000..1d8baf002ebb --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_client_passed_default_language_hint.yaml @@ -0,0 +1,77 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + "en"}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '240' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 50fb3e50-6e6c-4798-b79c-9ac88ab73890 + date: + - Tue, 10 Nov 2020 01:23:27 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/16947102-a4e6-4d4e-abba-10d8a55771ae + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '117' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/16947102-a4e6-4d4e-abba-10d8a55771ae + response: + body: + string: '{"jobId":"16947102-a4e6-4d4e-abba-10d8a55771ae","lastUpdateDateTime":"2020-11-10T01:23:28Z","createdDateTime":"2020-11-10T01:23:27Z","expirationDateTime":"2020-11-11T01:23:27Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - e98baf7d-88c7-47eb-b70e-3c7fe9bc10c7 + content-type: + - application/json; charset=utf-8 + date: + - Tue, 10 Nov 2020 01:23:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '220' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_attribute_error_no_result_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_attribute_error_no_result_attribute.yaml new file mode 100644 index 000000000000..239ccdc398d3 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_attribute_error_no_result_attribute.yaml @@ -0,0 +1,76 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '58' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 4a9aca8c-5a48-4bf0-81e4-b61aa0a7c77d + date: + - Sat, 14 Nov 2020 00:30:10 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/5f0e9866-b2cb-4743-b2fc-7e7301401ba5 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '170' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/5f0e9866-b2cb-4743-b2fc-7e7301401ba5 + response: + body: + string: '{"jobId":"5f0e9866-b2cb-4743-b2fc-7e7301401ba5","lastUpdateDateTime":"2020-11-14T00:30:12Z","createdDateTime":"2020-11-14T00:30:10Z","expirationDateTime":"2020-11-15T00:30:10Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 3a920034-2beb-4b1e-894e-cf5503b72933 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:30:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '220' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_attribute_error_nonexistent_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_attribute_error_nonexistent_attribute.yaml new file mode 100644 index 000000000000..615f90ab7081 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_attribute_error_nonexistent_attribute.yaml @@ -0,0 +1,76 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '58' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - c54c7add-e31e-47d9-8d2d-c46548c39c05 + date: + - Sat, 14 Nov 2020 00:30:42 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a211653c-aea9-496a-a675-9db195281a38 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '155' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a211653c-aea9-496a-a675-9db195281a38 + response: + body: + string: '{"jobId":"a211653c-aea9-496a-a675-9db195281a38","lastUpdateDateTime":"2020-11-14T00:30:44Z","createdDateTime":"2020-11-14T00:30:42Z","expirationDateTime":"2020-11-15T00:30:42Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - f0992fef-78f3-428b-b4a4-f621c050b557 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:31:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '193' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_errors.yaml new file mode 100644 index 000000000000..6a3a05cefbff --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_errors.yaml @@ -0,0 +1,85 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "", "language": "en"}, {"id": "2", "text": + "I did not like the hotel we stayed at.", "language": "english"}, {"id": "3", + "text": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", + "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '5308' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - ce11d25d-4ab4-43f1-a359-c8b355d65107 + date: + - Sat, 14 Nov 2020 00:31:13 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c78cb4cb-42ab-4902-807c-2614176d2d56 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '127' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c78cb4cb-42ab-4902-807c-2614176d2d56 + response: + body: + string: '{"jobId":"c78cb4cb-42ab-4902-807c-2614176d2d56","lastUpdateDateTime":"2020-11-14T00:31:20Z","createdDateTime":"2020-11-14T00:31:13Z","expirationDateTime":"2020-11-15T00:31:13Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}},{"id":"2","error":{"code":"InvalidArgument","message":"Invalid + Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid + language code. Supported languages: en"}}},{"id":"3","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"A + document within the request was too large to be processed. Limit document + size to: 5120 text elements. For additional details on the data limitations + see https://aka.ms/text-analytics-data-limits"}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 4e2f90fb-5a5f-4e11-a6f7-7c26ed8dc672 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:31:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '129' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_warnings.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_warnings.yaml new file mode 100644 index 000000000000..20d8424f4950 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_warnings.yaml @@ -0,0 +1,75 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "This won''t actually create a warning + :''(", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '98' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - a2758e55-2839-40dd-8bb7-3d517cb386d4 + date: + - Sat, 14 Nov 2020 00:31:44 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/6780683f-729c-4078-8c5e-9249dfd551c3 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '105' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/6780683f-729c-4078-8c5e-9249dfd551c3 + response: + body: + string: '{"jobId":"6780683f-729c-4078-8c5e-9249dfd551c3","lastUpdateDateTime":"2020-11-14T00:31:46Z","createdDateTime":"2020-11-14T00:31:44Z","expirationDateTime":"2020-11-15T00:31:44Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - e004493b-5e52-416c-aa6a-bc064717dd35 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:32:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_duplicate_ids_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_duplicate_ids_error.yaml new file mode 100644 index 000000000000..a86576ca9e93 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_duplicate_ids_error.yaml @@ -0,0 +1,42 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "hello world", "language": "en"}, {"id": + "1", "text": "I did not like the hotel we stayed at.", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '150' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Request + contains duplicated Ids. Make sure each document has a unique Id."}}}' + headers: + apim-request-id: + - c6a071cb-e5f7-4280-afc6-5fef7c2d9658 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:32:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '6' + status: + code: 400 + message: Bad Request +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_empty_credential_class.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_empty_credential_class.yaml new file mode 100644 index 000000000000..61ae94ad9030 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_empty_credential_class.yaml @@ -0,0 +1,33 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "This is written in English.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '85' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: + - '224' + date: + - Tue, 10 Nov 2020 01:26:07 GMT + status: + code: 401 + message: PermissionDenied +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_input_with_all_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_input_with_all_errors.yaml new file mode 100644 index 000000000000..4c1f099c67b3 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_input_with_all_errors.yaml @@ -0,0 +1,82 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "", "language": "en"}, {"id": "2", "text": + "Patient does not suffer from high blood pressure.", "language": "english"}, + {"id": "3", "text": "", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '198' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 3583e9a2-9293-45ca-982c-01658496dff6 + date: + - Sat, 14 Nov 2020 00:32:17 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/899bcc93-a3d4-41a6-af2b-821d7348cfec + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '133' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/899bcc93-a3d4-41a6-af2b-821d7348cfec + response: + body: + string: '{"jobId":"899bcc93-a3d4-41a6-af2b-821d7348cfec","lastUpdateDateTime":"2020-11-14T00:32:19Z","createdDateTime":"2020-11-14T00:32:17Z","expirationDateTime":"2020-11-15T00:32:17Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}},{"id":"2","error":{"code":"InvalidArgument","message":"Invalid + Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid + language code. Supported languages: en"}}},{"id":"3","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - c1a730f3-eeee-466a-8a87-db706423e21b + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:32:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '76' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_input_with_some_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_input_with_some_errors.yaml new file mode 100644 index 000000000000..c9e2e6ce3018 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_input_with_some_errors.yaml @@ -0,0 +1,82 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "", "language": "en"}, {"id": "2", "text": + "Patient does not suffer from high blood pressure.", "language": "english"}, + {"id": "3", "text": "Prescribed 100mg ibuprofen, taken twice daily.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '244' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 6a85403e-f7ec-42c4-92c4-d70586708d93 + date: + - Sat, 14 Nov 2020 00:32:47 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/531204bb-2dce-4301-b9cf-a79e4fa215f6 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '142' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/531204bb-2dce-4301-b9cf-a79e4fa215f6 + response: + body: + string: '{"jobId":"531204bb-2dce-4301-b9cf-a79e4fa215f6","lastUpdateDateTime":"2020-11-14T00:32:49Z","createdDateTime":"2020-11-14T00:32:48Z","expirationDateTime":"2020-11-15T00:32:48Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"3","entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice + daily","category":"Frequency","confidenceScore":1.0,"isNegated":false}],"relations":[{"relationType":"DosageOfMedication","bidirectional":false,"source":"#/results/documents/0/entities/0","target":"#/results/documents/0/entities/1"},{"relationType":"FrequencyOfMedication","bidirectional":false,"source":"#/results/documents/0/entities/2","target":"#/results/documents/0/entities/1"}],"warnings":[]}],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}},{"id":"2","error":{"code":"InvalidArgument","message":"Invalid + Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid + language code. Supported languages: en"}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - ad5bafba-5241-471d-b561-6c51e9fdc404 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:33:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '71' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_invalid_language_hint_docs.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_invalid_language_hint_docs.yaml new file mode 100644 index 000000000000..3ab851b33eac --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_invalid_language_hint_docs.yaml @@ -0,0 +1,77 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "This should fail because we''re passing + in an invalid language hint", "language": "notalanguage"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - bd71ef9c-248d-47d5-b81e-e3a02b1ff618 + date: + - Sat, 14 Nov 2020 00:33:19 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/b3ffb11d-2188-4b14-b08f-dfba65c69a2b + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '82' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/b3ffb11d-2188-4b14-b08f-dfba65c69a2b + response: + body: + string: '{"jobId":"b3ffb11d-2188-4b14-b08f-dfba65c69a2b","lastUpdateDateTime":"2020-11-14T00:33:21Z","createdDateTime":"2020-11-14T00:33:20Z","expirationDateTime":"2020-11-15T00:33:20Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid + language code. Supported languages: en"}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 9fac467c-31e6-42d4-9a1b-f98cb8456c3b + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:33:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_invalid_language_hint_method.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_invalid_language_hint_method.yaml new file mode 100644 index 000000000000..15784d653a3e --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_invalid_language_hint_method.yaml @@ -0,0 +1,77 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "This should fail because we''re passing + in an invalid language hint", "language": "notalanguage"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 0a325d22-9a13-47cd-9da5-6b600cc6e90f + date: + - Sat, 14 Nov 2020 00:33:51 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c9ddfdc7-0388-4d63-b933-6d63a0b8131f + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '80' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c9ddfdc7-0388-4d63-b933-6d63a0b8131f + response: + body: + string: '{"jobId":"c9ddfdc7-0388-4d63-b933-6d63a0b8131f","lastUpdateDateTime":"2020-11-14T00:33:51Z","createdDateTime":"2020-11-14T00:33:51Z","expirationDateTime":"2020-11-15T00:33:51Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid + language code. Supported languages: en"}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - df128fea-6ae6-4fe1-ae97-c053453f50a4 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:34:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '55' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_multiple_pages_of_results_returned_successfully.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_multiple_pages_of_results_returned_successfully.yaml new file mode 100644 index 000000000000..88bdba003b17 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_multiple_pages_of_results_returned_successfully.yaml @@ -0,0 +1,80 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "hello world", "language": "en"}, {"id": + "1", "text": "hello world", "language": "en"}, {"id": "2", "text": "hello world", + "language": "en"}, {"id": "3", "text": "hello world", "language": "en"}, {"id": + "4", "text": "hello world", "language": "en"}, {"id": "5", "text": "hello world", + "language": "en"}, {"id": "6", "text": "hello world", "language": "en"}, {"id": + "7", "text": "hello world", "language": "en"}, {"id": "8", "text": "hello world", + "language": "en"}, {"id": "9", "text": "hello world", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '555' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 245863c5-81b2-4d1a-8aa5-01cdcc072d6b + date: + - Sat, 14 Nov 2020 00:34:22 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/5abda90d-6b0e-4033-b38b-782acb916770 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '326' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/5abda90d-6b0e-4033-b38b-782acb916770?showStats=True + response: + body: + string: '{"jobId":"5abda90d-6b0e-4033-b38b-782acb916770","lastUpdateDateTime":"2020-11-14T00:34:25Z","createdDateTime":"2020-11-14T00:34:22Z","expirationDateTime":"2020-11-15T00:34:22Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":10,"validDocumentsCount":10,"erroneousDocumentsCount":0,"transactionsCount":10},"documents":[{"id":"0","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"2","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"3","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"4","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"5","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"6","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"7","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"8","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"9","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 625efc2b-317e-4dd9-8a77-378a4fc1f2c3 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:34:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '122' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_multiple_pages_of_results_with_errors_returned_successfully.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_multiple_pages_of_results_with_errors_returned_successfully.yaml new file mode 100644 index 000000000000..63f6c4639395 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_multiple_pages_of_results_with_errors_returned_successfully.yaml @@ -0,0 +1,82 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "hello world", "language": "en"}, {"id": + "1", "text": "hello world", "language": "en"}, {"id": "2", "text": "hello world", + "language": "en"}, {"id": "3", "text": "hello world", "language": "en"}, {"id": + "4", "text": "hello world", "language": "en"}, {"id": "5", "text": "hello world", + "language": "en"}, {"id": "6", "text": "hello world", "language": "en"}, {"id": + "7", "text": "hello world", "language": "en"}, {"id": "8", "text": "hello world", + "language": "en"}, {"id": "9", "text": "", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '544' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - a8f9c127-4b34-4b36-b37b-39539704c30c + date: + - Sat, 14 Nov 2020 00:34:53 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/21df2bfb-c634-4298-a17e-d7fb6cf5c7a3 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '223' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/21df2bfb-c634-4298-a17e-d7fb6cf5c7a3?showStats=True + response: + body: + string: '{"jobId":"21df2bfb-c634-4298-a17e-d7fb6cf5c7a3","lastUpdateDateTime":"2020-11-14T00:34:55Z","createdDateTime":"2020-11-14T00:34:54Z","expirationDateTime":"2020-11-15T00:34:54Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":10,"validDocumentsCount":9,"erroneousDocumentsCount":1,"transactionsCount":9},"documents":[{"id":"0","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"2","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"3","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"4","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"5","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"6","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"7","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"8","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]}],"errors":[{"id":"9","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - f49e1516-f967-4fcd-a0b0-eb8e040ba9a8 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:35:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '174' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_out_of_order_ids.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_out_of_order_ids.yaml new file mode 100644 index 000000000000..a03a3bdc84ec --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_out_of_order_ids.yaml @@ -0,0 +1,79 @@ +interactions: +- request: + body: '{"documents": [{"id": "56", "text": ":)", "language": "en"}, {"id": "0", + "text": ":(", "language": "en"}, {"id": "22", "text": "", "language": "en"}, + {"id": "19", "text": ":P", "language": "en"}, {"id": "1", "text": ":D", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '241' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 86773633-3a42-4391-ab56-c4809c9a1f6f + date: + - Sat, 14 Nov 2020 00:35:25 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dc218300-a356-4130-aea6-543c532e5e62 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '313' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dc218300-a356-4130-aea6-543c532e5e62 + response: + body: + string: '{"jobId":"dc218300-a356-4130-aea6-543c532e5e62","lastUpdateDateTime":"2020-11-14T00:35:27Z","createdDateTime":"2020-11-14T00:35:25Z","expirationDateTime":"2020-11-15T00:35:25Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"56","entities":[],"relations":[],"warnings":[]},{"id":"0","entities":[],"relations":[],"warnings":[]},{"id":"19","entities":[],"relations":[],"warnings":[]},{"id":"1","entities":[],"relations":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - acbe02d8-c4ba-4862-b040-63779091e18d + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:35:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '212' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_output_same_order_as_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_output_same_order_as_input.yaml new file mode 100644 index 000000000000..09336fb49af8 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_output_same_order_as_input.yaml @@ -0,0 +1,77 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "one", "language": "en"}, {"id": "2", + "text": "two", "language": "en"}, {"id": "3", "text": "three", "language": "en"}, + {"id": "4", "text": "four", "language": "en"}, {"id": "5", "text": "five", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '249' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 8349d5a2-ea79-4e95-9b4f-cdf0c7d586c6 + date: + - Sat, 14 Nov 2020 00:35:57 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/d506247a-d03c-4bca-b158-42f6059eaab0 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '162' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/d506247a-d03c-4bca-b158-42f6059eaab0 + response: + body: + string: '{"jobId":"d506247a-d03c-4bca-b158-42f6059eaab0","lastUpdateDateTime":"2020-11-14T00:36:00Z","createdDateTime":"2020-11-14T00:35:57Z","expirationDateTime":"2020-11-15T00:35:57Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":0,"length":3,"text":"one","category":"Dosage","confidenceScore":0.77,"isNegated":false}],"relations":[],"warnings":[]},{"id":"2","entities":[{"offset":0,"length":3,"text":"two","category":"Dosage","confidenceScore":0.62,"isNegated":false}],"relations":[],"warnings":[]},{"id":"3","entities":[{"offset":0,"length":5,"text":"three","category":"Dosage","confidenceScore":0.61,"isNegated":false}],"relations":[],"warnings":[]},{"id":"4","entities":[],"relations":[],"warnings":[]},{"id":"5","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - cbc4653f-c2d5-4eeb-bdfc-6fc9be6a8536 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:36:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '101' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_pass_cls.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_pass_cls.yaml new file mode 100644 index 000000000000..7d609160778e --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_pass_cls.yaml @@ -0,0 +1,75 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "Test passing cls to endpoint", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '86' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 4832a390-78ab-418b-b855-5fdbb2ca4090 + date: + - Sat, 14 Nov 2020 00:36:28 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7c3de84c-90b7-4827-af3e-895ab5094d6f + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '220' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7c3de84c-90b7-4827-af3e-895ab5094d6f + response: + body: + string: '{"jobId":"7c3de84c-90b7-4827-af3e-895ab5094d6f","lastUpdateDateTime":"2020-11-14T00:36:30Z","createdDateTime":"2020-11-14T00:36:29Z","expirationDateTime":"2020-11-15T00:36:29Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[{"offset":13,"length":3,"text":"cls","category":"Diagnosis","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0265252"},{"dataSource":"CHV","id":"0000025867"},{"dataSource":"JABL","id":"238"},{"dataSource":"MDR","id":"10081806"},{"dataSource":"MEDCIN","id":"311935"},{"dataSource":"MSH","id":"D038921"},{"dataSource":"NCI","id":"C84643"},{"dataSource":"OMIM","id":"303600"},{"dataSource":"RCD","id":"Xa0Zc"},{"dataSource":"SNM","id":"D-5122"},{"dataSource":"SNMI","id":"D4-00811"},{"dataSource":"SNOMEDCT_US","id":"15182000"}]}],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - fb20802a-1265-4011-a15e-b1283fd2a92d + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:36:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '173' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_passing_only_string.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_passing_only_string.yaml new file mode 100644 index 000000000000..c9f5cbae978a --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_passing_only_string.yaml @@ -0,0 +1,81 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "Patient does not suffer from high blood + pressure.", "language": "en"}, {"id": "1", "text": "Prescribed 100mg ibuprofen, + taken twice daily.", "language": "en"}, {"id": "2", "text": "", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '239' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - e609d2f4-85df-4386-af1e-75aeb8afb466 + date: + - Sat, 14 Nov 2020 00:37:00 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/9c926bcb-1d08-4056-bc4f-4b5971d8d420 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '321' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/9c926bcb-1d08-4056-bc4f-4b5971d8d420 + response: + body: + string: '{"jobId":"9c926bcb-1d08-4056-bc4f-4b5971d8d420","lastUpdateDateTime":"2020-11-14T00:37:02Z","createdDateTime":"2020-11-14T00:37:00Z","expirationDateTime":"2020-11-15T00:37:00Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[{"offset":29,"length":4,"text":"high","category":"MeasurementValue","confidenceScore":0.93,"isNegated":false},{"offset":34,"length":14,"text":"blood + pressure","category":"ExaminationName","confidenceScore":0.91,"isNegated":true,"links":[{"dataSource":"UMLS","id":"C0005824"},{"dataSource":"AOD","id":"0000007392"},{"dataSource":"CCC","id":"K33.1"},{"dataSource":"CHV","id":"0000002009"},{"dataSource":"ICNP","id":"10031996"},{"dataSource":"LCH_NW","id":"sh85015011"},{"dataSource":"MDR","id":"10076581"},{"dataSource":"MEDCIN","id":"6045"},{"dataSource":"MSH","id":"D001795"},{"dataSource":"SNM","id":"P-Y107"},{"dataSource":"SNMI","id":"PA-00540"},{"dataSource":"SNOMEDCT_US","id":"46973005"}]}],"relations":[{"relationType":"ValueOfExamination","bidirectional":false,"source":"#/results/documents/0/entities/0","target":"#/results/documents/0/entities/1"}],"warnings":[]},{"id":"1","entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice + daily","category":"Frequency","confidenceScore":1.0,"isNegated":false}],"relations":[{"relationType":"DosageOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/0","target":"#/results/documents/1/entities/1"},{"relationType":"FrequencyOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/2","target":"#/results/documents/1/entities/1"}],"warnings":[]}],"errors":[{"id":"2","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 06893a3b-0ee6-4a9b-9175-b399f426713e + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:37:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '60' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_payload_too_large.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_payload_too_large.yaml new file mode 100644 index 000000000000..aaee0cce4567 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_payload_too_large.yaml @@ -0,0 +1,8541 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "1", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "2", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "3", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "4", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "5", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "6", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "7", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "8", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "9", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "10", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "11", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "12", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "13", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "14", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "15", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "16", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "17", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "18", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "19", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "20", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "21", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "22", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "23", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "24", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "25", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "26", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "27", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "28", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "29", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "30", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "31", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "32", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "33", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "34", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "35", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "36", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "37", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "38", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "39", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "40", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "41", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "42", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "43", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "44", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "45", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "46", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "47", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "48", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "49", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "50", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "51", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "52", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "53", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "54", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "55", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "56", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "57", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "58", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "59", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "60", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "61", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "62", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "63", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "64", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "65", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "66", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "67", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "68", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "69", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "70", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "71", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "72", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "73", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "74", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "75", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "76", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "77", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "78", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "79", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "80", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "81", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "82", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "83", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "84", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "85", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "86", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "87", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "88", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "89", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "90", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "91", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "92", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "93", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "94", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "95", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "96", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "97", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "98", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "99", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "100", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "101", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "102", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "103", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "104", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "105", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "106", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "107", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "108", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "109", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "110", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "111", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "112", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "113", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "114", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "115", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "116", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "117", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "118", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "119", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "120", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "121", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "122", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "123", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "124", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "125", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "126", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "127", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "128", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "129", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "130", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "131", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "132", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "133", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "134", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "135", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "136", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "137", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "138", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "139", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "140", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "141", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "142", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "143", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "144", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "145", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "146", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "147", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "148", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "149", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "150", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "151", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "152", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "153", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "154", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "155", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "156", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "157", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "158", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "159", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "160", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "161", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "162", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "163", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "164", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "165", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "166", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "167", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "168", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "169", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "170", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "171", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "172", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "173", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "174", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "175", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "176", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "177", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "178", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "179", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "180", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "181", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "182", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "183", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "184", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "185", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "186", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "187", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "188", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "189", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "190", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "191", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "192", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "193", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "194", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "195", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "196", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "197", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "198", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "199", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "200", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "201", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "202", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "203", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "204", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "205", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "206", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "207", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "208", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "209", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "210", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "211", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "212", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "213", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "214", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "215", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "216", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "217", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "218", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "219", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "220", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "221", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "222", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "223", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "224", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "225", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "226", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "227", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "228", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "229", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "230", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "231", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "232", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "233", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "234", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "235", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "236", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "237", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "238", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "239", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "240", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "241", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "242", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "243", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "244", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "245", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "246", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "247", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "248", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "249", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "250", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "251", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "252", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "253", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "254", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "255", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "256", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "257", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "258", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "259", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "260", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "261", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "262", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "263", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "264", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "265", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "266", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "267", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "268", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "269", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "270", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "271", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "272", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "273", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "274", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "275", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "276", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "277", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "278", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "279", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "280", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "281", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "282", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "283", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "284", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "285", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "286", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "287", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "288", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "289", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "290", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "291", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "292", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "293", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "294", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "295", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "296", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "297", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "298", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "299", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "300", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "301", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "302", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "303", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "304", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "305", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "306", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "307", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "308", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "309", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "310", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "311", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "312", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "313", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "314", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "315", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "316", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "317", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "318", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "319", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "320", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "321", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "322", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "323", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "324", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "325", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "326", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "327", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "328", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "329", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "330", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "331", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "332", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "333", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "334", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "335", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "336", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "337", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "338", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "339", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "340", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "341", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "342", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "343", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "344", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "345", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "346", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "347", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "348", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "349", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "350", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "351", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "352", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "353", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "354", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "355", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "356", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "357", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "358", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "359", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "360", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "361", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "362", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "363", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "364", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "365", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "366", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "367", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "368", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "369", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "370", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "371", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "372", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "373", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "374", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "375", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "376", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "377", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "378", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "379", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "380", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "381", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "382", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "383", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "384", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "385", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "386", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "387", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "388", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "389", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "390", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "391", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "392", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "393", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "394", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "395", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "396", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "397", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "398", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "399", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "400", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "401", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "402", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "403", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "404", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "405", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "406", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "407", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "408", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "409", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "410", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "411", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "412", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "413", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "414", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "415", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "416", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "417", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "418", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "419", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "420", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "421", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "422", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "423", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "424", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "425", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "426", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "427", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "428", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "429", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "430", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "431", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "432", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "433", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "434", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "435", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "436", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "437", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "438", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "439", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "440", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "441", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "442", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "443", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "444", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "445", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "446", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "447", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "448", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "449", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "450", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "451", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "452", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "453", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "454", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "455", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "456", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "457", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "458", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "459", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "460", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "461", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "462", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "463", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "464", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "465", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "466", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "467", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "468", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "469", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "470", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "471", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "472", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "473", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "474", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "475", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "476", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "477", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "478", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "479", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "480", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "481", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "482", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "483", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "484", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "485", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "486", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "487", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "488", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "489", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "490", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "491", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "492", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "493", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "494", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "495", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "496", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "497", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "498", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "499", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '689405' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Request + Payload sent is too large to be processed. Limit request size to: 524288"}}}' + headers: + apim-request-id: + - 4a709d6c-f895-49b1-a7fb-93d1d8a164c1 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:37:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 413 + message: Payload Too Large +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_per_item_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_per_item_dont_use_language_hint.yaml new file mode 100644 index 000000000000..c4341938ff41 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_per_item_dont_use_language_hint.yaml @@ -0,0 +1,77 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + ""}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + ""}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '236' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 762dbd41-9f41-4a05-8cf8-7c9b78e1e58e + date: + - Sat, 14 Nov 2020 00:37:34 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/986a2c95-9f78-4c5d-a1f8-c0b9baf03b5d + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '120' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/986a2c95-9f78-4c5d-a1f8-c0b9baf03b5d + response: + body: + string: '{"jobId":"986a2c95-9f78-4c5d-a1f8-c0b9baf03b5d","lastUpdateDateTime":"2020-11-14T00:37:40Z","createdDateTime":"2020-11-14T00:37:34Z","expirationDateTime":"2020-11-15T00:37:34Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - fca16622-ceff-4b88-a515-e6d65d4353e2 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:38:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '126' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_rotate_subscription_key.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_rotate_subscription_key.yaml new file mode 100644 index 000000000000..b7fde90ff88c --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_rotate_subscription_key.yaml @@ -0,0 +1,185 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + "en"}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '240' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - cc5b5b9d-135d-4302-b89e-50e1f9c9fc22 + date: + - Wed, 18 Nov 2020 22:50:26 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/f780ebf6-570b-4940-824a-aa1e340afc92 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '259' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/f780ebf6-570b-4940-824a-aa1e340afc92 + response: + body: + string: '{"jobId":"f780ebf6-570b-4940-824a-aa1e340afc92","lastUpdateDateTime":"2020-11-18T22:50:33Z","createdDateTime":"2020-11-18T22:50:27Z","expirationDateTime":"2020-11-19T22:50:27Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 38723541-80d1-4773-8512-ec539936be10 + content-type: + - application/json; charset=utf-8 + date: + - Wed, 18 Nov 2020 22:50:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '265' + status: + code: 200 + message: OK +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + "en"}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '240' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: + - '224' + date: + - Wed, 18 Nov 2020 22:50:58 GMT + status: + code: 401 + message: PermissionDenied +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + "en"}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '240' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 2d2cccc5-4227-46cf-821e-94960139183d + date: + - Wed, 18 Nov 2020 22:50:58 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/4f423e4c-d072-49c0-9084-79e2c879669e + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '244' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/4f423e4c-d072-49c0-9084-79e2c879669e + response: + body: + string: '{"jobId":"4f423e4c-d072-49c0-9084-79e2c879669e","lastUpdateDateTime":"2020-11-18T22:50:59Z","createdDateTime":"2020-11-18T22:50:58Z","expirationDateTime":"2020-11-19T22:50:58Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 6f971d2a-d4db-429a-8ded-d9a971a3d963 + content-type: + - application/json; charset=utf-8 + date: + - Wed, 18 Nov 2020 22:51:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '175' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_show_stats_and_model_version.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_show_stats_and_model_version.yaml new file mode 100644 index 000000000000..945bf0cc6af5 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_show_stats_and_model_version.yaml @@ -0,0 +1,79 @@ +interactions: +- request: + body: '{"documents": [{"id": "56", "text": ":)", "language": "en"}, {"id": "0", + "text": ":(", "language": "en"}, {"id": "22", "text": "", "language": "en"}, + {"id": "19", "text": ":P", "language": "en"}, {"id": "1", "text": ":D", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '241' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?model-version=2020-09-03&stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 330da651-85d6-4893-bc6e-5da6bef0b9ad + date: + - Sat, 14 Nov 2020 00:38:05 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/758cd45d-9fac-4671-b127-a9a8d5674768 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '168' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/758cd45d-9fac-4671-b127-a9a8d5674768?showStats=True + response: + body: + string: '{"jobId":"758cd45d-9fac-4671-b127-a9a8d5674768","lastUpdateDateTime":"2020-11-14T00:38:07Z","createdDateTime":"2020-11-14T00:38:05Z","expirationDateTime":"2020-11-15T00:38:05Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":5,"validDocumentsCount":4,"erroneousDocumentsCount":1,"transactionsCount":4},"documents":[{"id":"56","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"0","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"19","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 7bfac60d-959f-4710-8ea5-37c1678de199 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:38:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '184' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_too_many_documents.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_too_many_documents.yaml new file mode 100644 index 000000000000..74ef45e25dea --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_too_many_documents.yaml @@ -0,0 +1,49 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "input document", "language": "en"}, + {"id": "1", "text": "input document", "language": "en"}, {"id": "2", "text": + "input document", "language": "en"}, {"id": "3", "text": "input document", "language": + "en"}, {"id": "4", "text": "input document", "language": "en"}, {"id": "5", + "text": "input document", "language": "en"}, {"id": "6", "text": "input document", + "language": "en"}, {"id": "7", "text": "input document", "language": "en"}, + {"id": "8", "text": "input document", "language": "en"}, {"id": "9", "text": + "input document", "language": "en"}, {"id": "10", "text": "input document", + "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '643' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch + request contains too many records. Max 10 records are permitted."}}}' + headers: + apim-request-id: + - 163da3d0-e41b-4e98-80ec-a7bca19e4c6d + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:38:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '7' + status: + code: 400 + message: Bad Request +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_user_agent.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_user_agent.yaml new file mode 100644 index 000000000000..03396f3dd184 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_user_agent.yaml @@ -0,0 +1,77 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + "en"}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '240' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - aaeb2535-dd63-4580-84d2-56e5e45cb1e3 + date: + - Sat, 14 Nov 2020 00:38:38 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/10fefeb2-9b2a-4a26-8717-d7d7a8eb5edb + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '209' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/10fefeb2-9b2a-4a26-8717-d7d7a8eb5edb + response: + body: + string: '{"jobId":"10fefeb2-9b2a-4a26-8717-d7d7a8eb5edb","lastUpdateDateTime":"2020-11-14T00:38:40Z","createdDateTime":"2020-11-14T00:38:38Z","expirationDateTime":"2020-11-15T00:38:38Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 08dc65d8-1fa5-425a-b002-2da5b68b969a + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:39:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '183' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_dont_use_language_hint.yaml new file mode 100644 index 000000000000..d93195580357 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_dont_use_language_hint.yaml @@ -0,0 +1,77 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "This was the best day of my life.", + "language": ""}, {"id": "1", "text": "I did not like the hotel we stayed at. + It was too expensive.", "language": ""}, {"id": "2", "text": "The restaurant + was not as good as I hoped.", "language": ""}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '273' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 0c9e33a0-a6c0-4420-84d1-59be8aef103b + date: + - Sat, 14 Nov 2020 00:39:09 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/32b9d700-0ba3-45e7-8242-6be2199d8df6 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '120' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/32b9d700-0ba3-45e7-8242-6be2199d8df6 + response: + body: + string: '{"jobId":"32b9d700-0ba3-45e7-8242-6be2199d8df6","lastUpdateDateTime":"2020-11-14T00:39:12Z","createdDateTime":"2020-11-14T00:39:10Z","expirationDateTime":"2020-11-15T00:39:10Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[],"relations":[],"warnings":[]},{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 13aca95b-52cc-43fc-a806-d3f4225283ed + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:39:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '69' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint.yaml new file mode 100644 index 000000000000..3fe39487d720 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint.yaml @@ -0,0 +1,77 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "This was the best day of my life.", + "language": "en"}, {"id": "1", "text": "I did not like the hotel we stayed at. + It was too expensive.", "language": "en"}, {"id": "2", "text": "The restaurant + was not as good as I hoped.", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '279' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - f0aff028-f628-4ffb-a477-2ec1eb471fc2 + date: + - Sat, 14 Nov 2020 00:39:41 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7ebd6348-96bf-4b44-9d93-78c60cffb0e3 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '215' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7ebd6348-96bf-4b44-9d93-78c60cffb0e3 + response: + body: + string: '{"jobId":"7ebd6348-96bf-4b44-9d93-78c60cffb0e3","lastUpdateDateTime":"2020-11-14T00:39:42Z","createdDateTime":"2020-11-14T00:39:41Z","expirationDateTime":"2020-11-15T00:39:41Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[],"relations":[],"warnings":[]},{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - b6d79fa1-fedb-4cd5-9fc7-480513ba0232 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:40:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '143' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_dict_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_dict_input.yaml new file mode 100644 index 000000000000..4d85627134af --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_dict_input.yaml @@ -0,0 +1,77 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + "en"}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '240' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 09c8793d-f9a5-4557-84b8-7dc79ac1259e + date: + - Sat, 14 Nov 2020 00:40:12 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/9bed4c6a-7340-4a8f-8add-f19b3e499c3a + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '175' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/9bed4c6a-7340-4a8f-8add-f19b3e499c3a + response: + body: + string: '{"jobId":"9bed4c6a-7340-4a8f-8add-f19b3e499c3a","lastUpdateDateTime":"2020-11-14T00:40:15Z","createdDateTime":"2020-11-14T00:40:13Z","expirationDateTime":"2020-11-15T00:40:13Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 0fde38b0-5d16-4479-9609-84a6bcc6f857 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:40:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '67' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_dict_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_dict_per_item_hints.yaml new file mode 100644 index 000000000000..f28139f498cb --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_dict_per_item_hints.yaml @@ -0,0 +1,77 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + ""}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + ""}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '236' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - e7b0c7f8-06d3-40db-a4fe-0eb39efab6ac + date: + - Sat, 14 Nov 2020 00:40:44 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7b8d893c-3955-41e6-8f47-08a489ff88cd + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '106' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7b8d893c-3955-41e6-8f47-08a489ff88cd + response: + body: + string: '{"jobId":"7b8d893c-3955-41e6-8f47-08a489ff88cd","lastUpdateDateTime":"2020-11-14T00:40:45Z","createdDateTime":"2020-11-14T00:40:44Z","expirationDateTime":"2020-11-15T00:40:44Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - a8bd9ff7-8de4-44fe-9898-570cc720c782 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:41:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '76' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_obj_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_obj_input.yaml new file mode 100644 index 000000000000..2f5dc6db0933 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_obj_input.yaml @@ -0,0 +1,77 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I should take my cat to the veterinarian.", + "language": "en"}, {"id": "4", "text": "Este es un document escrito en Espa\u00f1ol.", + "language": "en"}, {"id": "3", "text": "\u732b\u306f\u5e78\u305b", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '253' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - c17284b3-0c83-4d22-8322-72eddcf24450 + date: + - Sat, 14 Nov 2020 00:41:15 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/2d0e0cfa-af2a-411e-a2cb-06b2063a8f42 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '111' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/2d0e0cfa-af2a-411e-a2cb-06b2063a8f42 + response: + body: + string: '{"jobId":"2d0e0cfa-af2a-411e-a2cb-06b2063a8f42","lastUpdateDateTime":"2020-11-14T00:41:17Z","createdDateTime":"2020-11-14T00:41:15Z","expirationDateTime":"2020-11-15T00:41:15Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":17,"length":3,"text":"cat","category":"TreatmentName","confidenceScore":0.74,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0280589"},{"dataSource":"CHV","id":"0000027342"},{"dataSource":"NCI","id":"C10277"},{"dataSource":"PDQ","id":"CDR0000040974"}]},{"offset":28,"length":12,"text":"veterinarian","category":"HealthcareProfession","confidenceScore":0.99,"isNegated":false}],"relations":[],"warnings":[]},{"id":"4","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 52a2825d-29ab-45da-80c9-3985d67e33ca + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:41:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '121' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_obj_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_obj_per_item_hints.yaml new file mode 100644 index 000000000000..84310802e124 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_obj_per_item_hints.yaml @@ -0,0 +1,76 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I should take my cat to the veterinarian.", + "language": "en"}, {"id": "2", "text": "\u732b\u306f\u5e78\u305b", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '166' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - b1e0dc5b-190c-4574-8bf0-10f254554f46 + date: + - Sat, 14 Nov 2020 00:41:46 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a120d79f-0221-4a98-859c-0cca7d626f6c + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '115' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a120d79f-0221-4a98-859c-0cca7d626f6c + response: + body: + string: '{"jobId":"a120d79f-0221-4a98-859c-0cca7d626f6c","lastUpdateDateTime":"2020-11-14T00:41:50Z","createdDateTime":"2020-11-14T00:41:47Z","expirationDateTime":"2020-11-15T00:41:47Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":17,"length":3,"text":"cat","category":"TreatmentName","confidenceScore":0.74,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0280589"},{"dataSource":"CHV","id":"0000027342"},{"dataSource":"NCI","id":"C10277"},{"dataSource":"PDQ","id":"CDR0000040974"}]},{"offset":28,"length":12,"text":"veterinarian","category":"HealthcareProfession","confidenceScore":0.99,"isNegated":false}],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 05286e4a-a5ab-4a44-b6b9-e11f9b130819 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:42:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '104' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_all_successful_passing_dict.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_all_successful_passing_dict.yaml new file mode 100644 index 000000000000..9857fe5619d6 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_all_successful_passing_dict.yaml @@ -0,0 +1,56 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "Patient does not suffer from high blood + pressure.", "language": "en"}, {"id": "2", "text": "Prescribed 100mg ibuprofen, + taken twice daily.", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '196' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 2d2286f7-926b-4a75-81a7-1583b6fff8e1 + date: Sat, 14 Nov 2020 00:49:00 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/87659d78-e7c0-4920-b93b-b1b6ddb44327 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '362' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/87659d78-e7c0-4920-b93b-b1b6ddb44327?showStats=True + response: + body: + string: '{"jobId":"87659d78-e7c0-4920-b93b-b1b6ddb44327","lastUpdateDateTime":"2020-11-14T00:49:02Z","createdDateTime":"2020-11-14T00:49:00Z","expirationDateTime":"2020-11-15T00:49:00Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":2,"validDocumentsCount":2,"erroneousDocumentsCount":0,"transactionsCount":2},"documents":[{"id":"1","statistics":{"charactersCount":49,"transactionsCount":1},"entities":[{"offset":29,"length":4,"text":"high","category":"MeasurementValue","confidenceScore":0.93,"isNegated":false},{"offset":34,"length":14,"text":"blood + pressure","category":"ExaminationName","confidenceScore":0.91,"isNegated":true,"links":[{"dataSource":"UMLS","id":"C0005824"},{"dataSource":"AOD","id":"0000007392"},{"dataSource":"CCC","id":"K33.1"},{"dataSource":"CHV","id":"0000002009"},{"dataSource":"ICNP","id":"10031996"},{"dataSource":"LCH_NW","id":"sh85015011"},{"dataSource":"MDR","id":"10076581"},{"dataSource":"MEDCIN","id":"6045"},{"dataSource":"MSH","id":"D001795"},{"dataSource":"SNM","id":"P-Y107"},{"dataSource":"SNMI","id":"PA-00540"},{"dataSource":"SNOMEDCT_US","id":"46973005"}]}],"relations":[{"relationType":"ValueOfExamination","bidirectional":false,"source":"#/results/documents/0/entities/0","target":"#/results/documents/0/entities/1"}],"warnings":[]},{"id":"2","statistics":{"charactersCount":46,"transactionsCount":1},"entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice + daily","category":"Frequency","confidenceScore":1.0,"isNegated":false}],"relations":[{"relationType":"DosageOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/0","target":"#/results/documents/1/entities/1"},{"relationType":"FrequencyOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/2","target":"#/results/documents/1/entities/1"}],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: ac183a2e-9529-483f-9603-dcf61b8d468c + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:49:31 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '319' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/87659d78-e7c0-4920-b93b-b1b6ddb44327?showStats=True +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_all_successful_passing_text_document_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_all_successful_passing_text_document_input.yaml new file mode 100644 index 000000000000..35a1c657e124 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_all_successful_passing_text_document_input.yaml @@ -0,0 +1,56 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "Patient does not suffer from high blood + pressure.", "language": "en"}, {"id": "2", "text": "Prescribed 100mg ibuprofen, + taken twice daily.", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '196' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 8882309c-74da-4640-bff7-cc2c71fb94ca + date: Sat, 14 Nov 2020 00:49:32 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/d71bfc5f-4dfa-4af4-8f69-261105f4db93 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '111' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/d71bfc5f-4dfa-4af4-8f69-261105f4db93 + response: + body: + string: '{"jobId":"d71bfc5f-4dfa-4af4-8f69-261105f4db93","lastUpdateDateTime":"2020-11-14T00:49:40Z","createdDateTime":"2020-11-14T00:49:32Z","expirationDateTime":"2020-11-15T00:49:32Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":29,"length":4,"text":"high","category":"MeasurementValue","confidenceScore":0.93,"isNegated":false},{"offset":34,"length":14,"text":"blood + pressure","category":"ExaminationName","confidenceScore":0.91,"isNegated":true,"links":[{"dataSource":"UMLS","id":"C0005824"},{"dataSource":"AOD","id":"0000007392"},{"dataSource":"CCC","id":"K33.1"},{"dataSource":"CHV","id":"0000002009"},{"dataSource":"ICNP","id":"10031996"},{"dataSource":"LCH_NW","id":"sh85015011"},{"dataSource":"MDR","id":"10076581"},{"dataSource":"MEDCIN","id":"6045"},{"dataSource":"MSH","id":"D001795"},{"dataSource":"SNM","id":"P-Y107"},{"dataSource":"SNMI","id":"PA-00540"},{"dataSource":"SNOMEDCT_US","id":"46973005"}]}],"relations":[{"relationType":"ValueOfExamination","bidirectional":false,"source":"#/results/documents/0/entities/0","target":"#/results/documents/0/entities/1"}],"warnings":[]},{"id":"2","entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice + daily","category":"Frequency","confidenceScore":1.0,"isNegated":false}],"relations":[{"relationType":"DosageOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/0","target":"#/results/documents/1/entities/1"},{"relationType":"FrequencyOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/2","target":"#/results/documents/1/entities/1"}],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 83d2fff0-d776-49d6-9ff1-6df32f3dc687 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:50:03 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '193' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/d71bfc5f-4dfa-4af4-8f69-261105f4db93 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_bad_credentials.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_bad_credentials.yaml new file mode 100644 index 000000000000..4a66d0f66fdb --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_bad_credentials.yaml @@ -0,0 +1,28 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "This is written in English.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '85' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: '224' + date: Sat, 14 Nov 2020 00:50:04 GMT + status: + code: 401 + message: PermissionDenied + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_bad_model_version_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_bad_model_version_error.yaml new file mode 100644 index 000000000000..e0cd14ec9194 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_bad_model_version_error.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I did not like the hotel we stayed + at.", "language": "english"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '101' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?model-version=bad&stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 1f98ae4c-8efa-4e9b-97cd-676651e61205 + date: Sat, 14 Nov 2020 00:50:05 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0b0808ec-f46b-4bbd-8c63-ca52963c0c94 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '81' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?model-version=bad&stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0b0808ec-f46b-4bbd-8c63-ca52963c0c94 + response: + body: + string: '{"jobId":"0b0808ec-f46b-4bbd-8c63-ca52963c0c94","lastUpdateDateTime":"2020-11-14T00:50:07Z","createdDateTime":"2020-11-14T00:50:05Z","expirationDateTime":"2020-11-15T00:50:05Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid + language code. Supported languages: en"}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 3cd28700-1b6c-4475-b7ff-c7082be7b540 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:50:36 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '66' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0b0808ec-f46b-4bbd-8c63-ca52963c0c94 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_cancellation.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_cancellation.yaml new file mode 100644 index 000000000000..fb3f8460e507 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_cancellation.yaml @@ -0,0 +1,82 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "hello world", "language": "en"}, {"id": + "1", "text": "hello world", "language": "en"}, {"id": "2", "text": "hello world", + "language": "en"}, {"id": "3", "text": "hello world", "language": "en"}, {"id": + "4", "text": "hello world", "language": "en"}, {"id": "5", "text": "hello world", + "language": "en"}, {"id": "6", "text": "hello world", "language": "en"}, {"id": + "7", "text": "hello world", "language": "en"}, {"id": "8", "text": "hello world", + "language": "en"}, {"id": "9", "text": "hello world", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '555' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 77ac4f20-f023-4bbb-a061-add0ff571a70 + date: Sat, 14 Nov 2020 01:46:50 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/037368ba-2551-4e66-b979-e130c194318d + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '428' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + Accept: + - application/json, text/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: DELETE + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/037368ba-2551-4e66-b979-e130c194318d + response: + body: + string: '' + headers: + apim-request-id: 1606676f-0886-4c52-ad33-d231cbd884ee + date: Sat, 14 Nov 2020 01:46:50 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/037368ba-2551-4e66-b979-e130c194318d + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '163' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/037368ba-2551-4e66-b979-e130c194318d +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/037368ba-2551-4e66-b979-e130c194318d + response: + body: + string: '{"jobId":"037368ba-2551-4e66-b979-e130c194318d","lastUpdateDateTime":"2020-11-14T01:46:50Z","createdDateTime":"2020-11-14T01:46:50Z","expirationDateTime":"2020-11-15T01:46:50Z","status":"cancelled","errors":[]}' + headers: + apim-request-id: 0016c78a-8caa-44db-b7dd-8bda13d011aa + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 01:47:21 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '14' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/037368ba-2551-4e66-b979-e130c194318d +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_client_passed_default_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_client_passed_default_language_hint.yaml new file mode 100644 index 000000000000..e45c05ff0363 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_client_passed_default_language_hint.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + "en"}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '240' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 16be7058-529d-4744-b32b-92b7fd45068c + date: Sat, 14 Nov 2020 00:50:37 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/60e453a5-24b7-4371-8f5d-b06d6cea3089 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '112' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/60e453a5-24b7-4371-8f5d-b06d6cea3089 + response: + body: + string: '{"jobId":"60e453a5-24b7-4371-8f5d-b06d6cea3089","lastUpdateDateTime":"2020-11-14T00:50:45Z","createdDateTime":"2020-11-14T00:50:38Z","expirationDateTime":"2020-11-15T00:50:38Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 4c058ed2-8b96-4f4c-85db-4fb7080e61bf + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:51:09 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '60' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/60e453a5-24b7-4371-8f5d-b06d6cea3089 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_attribute_error_no_result_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_attribute_error_no_result_attribute.yaml new file mode 100644 index 000000000000..c0f814540a1e --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_attribute_error_no_result_attribute.yaml @@ -0,0 +1,54 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '58' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: fbd47ac4-2ddf-4452-afd7-fdb8068f902a + date: Sat, 14 Nov 2020 00:51:09 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/fb05f986-7757-4d47-a107-206f4085ff5a + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '107' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/fb05f986-7757-4d47-a107-206f4085ff5a + response: + body: + string: '{"jobId":"fb05f986-7757-4d47-a107-206f4085ff5a","lastUpdateDateTime":"2020-11-14T00:51:11Z","createdDateTime":"2020-11-14T00:51:10Z","expirationDateTime":"2020-11-15T00:51:10Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 406284c8-a039-484b-81e6-fa88968dde6d + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:51:40 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '119' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/fb05f986-7757-4d47-a107-206f4085ff5a +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_attribute_error_nonexistent_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_attribute_error_nonexistent_attribute.yaml new file mode 100644 index 000000000000..e1c5a3d19b9c --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_attribute_error_nonexistent_attribute.yaml @@ -0,0 +1,54 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '58' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 9f9c54ae-ea09-4c90-8d1a-3158106ffacb + date: Sat, 14 Nov 2020 00:51:41 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0e2e748d-f3c0-43d4-b634-cce7279b4714 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '91' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0e2e748d-f3c0-43d4-b634-cce7279b4714 + response: + body: + string: '{"jobId":"0e2e748d-f3c0-43d4-b634-cce7279b4714","lastUpdateDateTime":"2020-11-14T00:51:42Z","createdDateTime":"2020-11-14T00:51:42Z","expirationDateTime":"2020-11-15T00:51:42Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 332a6eeb-0420-4454-9207-fcfdafd2f825 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:52:13 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '139' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0e2e748d-f3c0-43d4-b634-cce7279b4714 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_errors.yaml new file mode 100644 index 000000000000..da1cb92fc866 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_errors.yaml @@ -0,0 +1,63 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "", "language": "en"}, {"id": "2", "text": + "I did not like the hotel we stayed at.", "language": "english"}, {"id": "3", + "text": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", + "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '5308' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 4d1f8b24-fd87-4bbd-8053-45aa55ef748d + date: Sat, 14 Nov 2020 00:52:13 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0b6a5325-4373-48bb-9340-c9e7765ac931 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '132' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0b6a5325-4373-48bb-9340-c9e7765ac931 + response: + body: + string: '{"jobId":"0b6a5325-4373-48bb-9340-c9e7765ac931","lastUpdateDateTime":"2020-11-14T00:52:15Z","createdDateTime":"2020-11-14T00:52:14Z","expirationDateTime":"2020-11-15T00:52:14Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}},{"id":"2","error":{"code":"InvalidArgument","message":"Invalid + Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid + language code. Supported languages: en"}}},{"id":"3","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"A + document within the request was too large to be processed. Limit document + size to: 5120 text elements. For additional details on the data limitations + see https://aka.ms/text-analytics-data-limits"}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 9c1a3102-88e3-45dd-bd77-992d5ce0215a + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:52:45 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '72' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0b6a5325-4373-48bb-9340-c9e7765ac931 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_warnings.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_warnings.yaml new file mode 100644 index 000000000000..411a0e487039 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_warnings.yaml @@ -0,0 +1,53 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "This won''t actually create a warning + :''(", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '98' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: e1886d4e-5051-4a37-80ef-7563cdf0ed09 + date: Sat, 14 Nov 2020 00:52:46 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/55334c6b-81c6-4974-8759-3fc8d85a31cc + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '86' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/55334c6b-81c6-4974-8759-3fc8d85a31cc + response: + body: + string: '{"jobId":"55334c6b-81c6-4974-8759-3fc8d85a31cc","lastUpdateDateTime":"2020-11-14T00:52:46Z","createdDateTime":"2020-11-14T00:52:46Z","expirationDateTime":"2020-11-15T00:52:46Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: c9233809-1df7-4919-aabd-29ae01d950af + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:53:17 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '43' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/55334c6b-81c6-4974-8759-3fc8d85a31cc +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_duplicate_ids_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_duplicate_ids_error.yaml new file mode 100644 index 000000000000..0d4d0ae54b20 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_duplicate_ids_error.yaml @@ -0,0 +1,32 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "hello world", "language": "en"}, {"id": + "1", "text": "I did not like the hotel we stayed at.", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '150' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Request + contains duplicated Ids. Make sure each document has a unique Id."}}}' + headers: + apim-request-id: 4d64413d-7469-4cd5-ba27-4c25228711d6 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:53:17 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '6' + status: + code: 400 + message: Bad Request + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_empty_credential_class.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_empty_credential_class.yaml new file mode 100644 index 000000000000..f7510ac0682c --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_empty_credential_class.yaml @@ -0,0 +1,28 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "This is written in English.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '85' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: '224' + date: Sat, 14 Nov 2020 00:53:17 GMT + status: + code: 401 + message: PermissionDenied + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_input_with_all_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_input_with_all_errors.yaml new file mode 100644 index 000000000000..4b519d58a359 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_input_with_all_errors.yaml @@ -0,0 +1,60 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "", "language": "en"}, {"id": "2", "text": + "Patient does not suffer from high blood pressure.", "language": "english"}, + {"id": "3", "text": "", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '198' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: bcb23eb6-b19c-4eff-80ed-32643cf5a491 + date: Sat, 14 Nov 2020 00:53:18 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e0c1f5ed-b822-428f-8f92-8e66b038c4d4 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '120' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e0c1f5ed-b822-428f-8f92-8e66b038c4d4 + response: + body: + string: '{"jobId":"e0c1f5ed-b822-428f-8f92-8e66b038c4d4","lastUpdateDateTime":"2020-11-14T00:53:21Z","createdDateTime":"2020-11-14T00:53:19Z","expirationDateTime":"2020-11-15T00:53:19Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}},{"id":"2","error":{"code":"InvalidArgument","message":"Invalid + Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid + language code. Supported languages: en"}}},{"id":"3","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 5603b765-d1f5-445e-bc38-c5b986651c68 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:53:50 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '93' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e0c1f5ed-b822-428f-8f92-8e66b038c4d4 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_input_with_some_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_input_with_some_errors.yaml new file mode 100644 index 000000000000..3286d9aa47b3 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_input_with_some_errors.yaml @@ -0,0 +1,60 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "", "language": "en"}, {"id": "2", "text": + "Patient does not suffer from high blood pressure.", "language": "english"}, + {"id": "3", "text": "Prescribed 100mg ibuprofen, taken twice daily.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '244' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 3552cf80-d619-4618-933f-90626d5b1d1a + date: Sat, 14 Nov 2020 00:53:50 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/3bf0cc58-13c2-4cda-8af9-e0e3e6c0df96 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '95' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/3bf0cc58-13c2-4cda-8af9-e0e3e6c0df96 + response: + body: + string: '{"jobId":"3bf0cc58-13c2-4cda-8af9-e0e3e6c0df96","lastUpdateDateTime":"2020-11-14T00:53:51Z","createdDateTime":"2020-11-14T00:53:51Z","expirationDateTime":"2020-11-15T00:53:51Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"3","entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice + daily","category":"Frequency","confidenceScore":1.0,"isNegated":false}],"relations":[{"relationType":"DosageOfMedication","bidirectional":false,"source":"#/results/documents/0/entities/0","target":"#/results/documents/0/entities/1"},{"relationType":"FrequencyOfMedication","bidirectional":false,"source":"#/results/documents/0/entities/2","target":"#/results/documents/0/entities/1"}],"warnings":[]}],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}},{"id":"2","error":{"code":"InvalidArgument","message":"Invalid + Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid + language code. Supported languages: en"}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 1bb31f4b-6b65-4e4e-9855-7c03c7e2efe0 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:54:22 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '159' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/3bf0cc58-13c2-4cda-8af9-e0e3e6c0df96 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_invalid_language_hint_docs.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_invalid_language_hint_docs.yaml new file mode 100644 index 000000000000..1b083f859899 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_invalid_language_hint_docs.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "This should fail because we''re passing + in an invalid language hint", "language": "notalanguage"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '134' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 6317821c-1198-4a46-802f-d0b63d76bf88 + date: Sat, 14 Nov 2020 00:54:22 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c99d6ef2-c24f-432e-9633-9ba83253f5e6 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '313' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c99d6ef2-c24f-432e-9633-9ba83253f5e6 + response: + body: + string: '{"jobId":"c99d6ef2-c24f-432e-9633-9ba83253f5e6","lastUpdateDateTime":"2020-11-14T00:54:26Z","createdDateTime":"2020-11-14T00:54:23Z","expirationDateTime":"2020-11-15T00:54:23Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid + language code. Supported languages: en"}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: f8511bc9-8cf6-4953-9705-cb8f6ee177ae + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:54:54 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '71' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c99d6ef2-c24f-432e-9633-9ba83253f5e6 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_invalid_language_hint_method.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_invalid_language_hint_method.yaml new file mode 100644 index 000000000000..8b9552f7c2e1 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_invalid_language_hint_method.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "This should fail because we''re passing + in an invalid language hint", "language": "notalanguage"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '134' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 76d9981a-5e39-410a-a712-63110ca38576 + date: Sat, 14 Nov 2020 00:54:55 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0c761e41-4d84-4388-aec7-da866f79b9f6 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '87' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0c761e41-4d84-4388-aec7-da866f79b9f6 + response: + body: + string: '{"jobId":"0c761e41-4d84-4388-aec7-da866f79b9f6","lastUpdateDateTime":"2020-11-14T00:54:56Z","createdDateTime":"2020-11-14T00:54:55Z","expirationDateTime":"2020-11-15T00:54:55Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid + language code. Supported languages: en"}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 26d94205-14e5-49d9-a8a5-18d2886ccb82 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:55:26 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '86' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0c761e41-4d84-4388-aec7-da866f79b9f6 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_multiple_pages_of_results_returned_successfully.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_multiple_pages_of_results_returned_successfully.yaml new file mode 100644 index 000000000000..76bb97462627 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_multiple_pages_of_results_returned_successfully.yaml @@ -0,0 +1,58 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "hello world", "language": "en"}, {"id": + "1", "text": "hello world", "language": "en"}, {"id": "2", "text": "hello world", + "language": "en"}, {"id": "3", "text": "hello world", "language": "en"}, {"id": + "4", "text": "hello world", "language": "en"}, {"id": "5", "text": "hello world", + "language": "en"}, {"id": "6", "text": "hello world", "language": "en"}, {"id": + "7", "text": "hello world", "language": "en"}, {"id": "8", "text": "hello world", + "language": "en"}, {"id": "9", "text": "hello world", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '555' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: f7e8ea57-9bd9-41d8-bc28-fd271bc1422f + date: Sat, 14 Nov 2020 00:55:27 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/283361c8-7698-4386-88d5-f5c0f59d7a75 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '175' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/283361c8-7698-4386-88d5-f5c0f59d7a75?showStats=True + response: + body: + string: '{"jobId":"283361c8-7698-4386-88d5-f5c0f59d7a75","lastUpdateDateTime":"2020-11-14T00:55:28Z","createdDateTime":"2020-11-14T00:55:27Z","expirationDateTime":"2020-11-15T00:55:27Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":10,"validDocumentsCount":10,"erroneousDocumentsCount":0,"transactionsCount":10},"documents":[{"id":"0","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"2","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"3","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"4","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"5","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"6","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"7","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"8","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"9","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 81e90fc1-28c3-4fa1-862d-80f506105c51 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:55:57 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '131' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/283361c8-7698-4386-88d5-f5c0f59d7a75?showStats=True +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_multiple_pages_of_results_with_errors_returned_successfully.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_multiple_pages_of_results_with_errors_returned_successfully.yaml new file mode 100644 index 000000000000..709dcb6d6b44 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_multiple_pages_of_results_with_errors_returned_successfully.yaml @@ -0,0 +1,60 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "hello world", "language": "en"}, {"id": + "1", "text": "hello world", "language": "en"}, {"id": "2", "text": "hello world", + "language": "en"}, {"id": "3", "text": "hello world", "language": "en"}, {"id": + "4", "text": "hello world", "language": "en"}, {"id": "5", "text": "hello world", + "language": "en"}, {"id": "6", "text": "hello world", "language": "en"}, {"id": + "7", "text": "hello world", "language": "en"}, {"id": "8", "text": "hello world", + "language": "en"}, {"id": "9", "text": "", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '544' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 88141663-30c0-44a4-833f-8dd020a5d8ec + date: Sat, 14 Nov 2020 00:55:58 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dfee3b86-bb81-415c-91d3-5625d7b5add1 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '196' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dfee3b86-bb81-415c-91d3-5625d7b5add1?showStats=True + response: + body: + string: '{"jobId":"dfee3b86-bb81-415c-91d3-5625d7b5add1","lastUpdateDateTime":"2020-11-14T00:56:01Z","createdDateTime":"2020-11-14T00:55:59Z","expirationDateTime":"2020-11-15T00:55:59Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":10,"validDocumentsCount":9,"erroneousDocumentsCount":1,"transactionsCount":9},"documents":[{"id":"0","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"2","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"3","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"4","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"5","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"6","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"7","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"8","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]}],"errors":[{"id":"9","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 66f9a207-7ffb-4da3-81fe-cd1100118266 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:56:30 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '168' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dfee3b86-bb81-415c-91d3-5625d7b5add1?showStats=True +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_out_of_order_ids.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_out_of_order_ids.yaml new file mode 100644 index 000000000000..a6e959f9e12a --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_out_of_order_ids.yaml @@ -0,0 +1,57 @@ +interactions: +- request: + body: '{"documents": [{"id": "56", "text": ":)", "language": "en"}, {"id": "0", + "text": ":(", "language": "en"}, {"id": "22", "text": "", "language": "en"}, + {"id": "19", "text": ":P", "language": "en"}, {"id": "1", "text": ":D", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '241' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 94ccb5a3-75d4-413f-a91a-4d7219e8c4a3 + date: Sat, 14 Nov 2020 00:56:31 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/2e4b6c9a-600b-4d82-b2c1-88818320ddfc + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '147' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/2e4b6c9a-600b-4d82-b2c1-88818320ddfc + response: + body: + string: '{"jobId":"2e4b6c9a-600b-4d82-b2c1-88818320ddfc","lastUpdateDateTime":"2020-11-14T00:56:33Z","createdDateTime":"2020-11-14T00:56:31Z","expirationDateTime":"2020-11-15T00:56:31Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"56","entities":[],"relations":[],"warnings":[]},{"id":"0","entities":[],"relations":[],"warnings":[]},{"id":"19","entities":[],"relations":[],"warnings":[]},{"id":"1","entities":[],"relations":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 93fd1abe-8bf0-464c-9808-3d5e0505a827 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:57:01 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '136' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/2e4b6c9a-600b-4d82-b2c1-88818320ddfc +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_output_same_order_as_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_output_same_order_as_input.yaml new file mode 100644 index 000000000000..ac06a1a152be --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_output_same_order_as_input.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "one", "language": "en"}, {"id": "2", + "text": "two", "language": "en"}, {"id": "3", "text": "three", "language": "en"}, + {"id": "4", "text": "four", "language": "en"}, {"id": "5", "text": "five", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '249' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: c5c38586-e488-4257-bb69-d504963a5a5e + date: Sat, 14 Nov 2020 00:57:02 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/70f5f932-c6d3-4729-98cd-dd67ef759ae6 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '132' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/70f5f932-c6d3-4729-98cd-dd67ef759ae6 + response: + body: + string: '{"jobId":"70f5f932-c6d3-4729-98cd-dd67ef759ae6","lastUpdateDateTime":"2020-11-14T00:57:06Z","createdDateTime":"2020-11-14T00:57:03Z","expirationDateTime":"2020-11-15T00:57:03Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":0,"length":3,"text":"one","category":"Dosage","confidenceScore":0.77,"isNegated":false}],"relations":[],"warnings":[]},{"id":"2","entities":[{"offset":0,"length":3,"text":"two","category":"Dosage","confidenceScore":0.62,"isNegated":false}],"relations":[],"warnings":[]},{"id":"3","entities":[{"offset":0,"length":5,"text":"three","category":"Dosage","confidenceScore":0.61,"isNegated":false}],"relations":[],"warnings":[]},{"id":"4","entities":[],"relations":[],"warnings":[]},{"id":"5","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 272a6afb-f434-4d9b-9b07-93bc55060447 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:57:34 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '72' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/70f5f932-c6d3-4729-98cd-dd67ef759ae6 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_pass_cls.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_pass_cls.yaml new file mode 100644 index 000000000000..32c7225d36cc --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_pass_cls.yaml @@ -0,0 +1,53 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "Test passing cls to endpoint", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '86' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: ce48588b-47b5-4533-b6bd-0d3812001dcc + date: Sat, 14 Nov 2020 00:57:34 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/b5324322-b73b-4bcd-83bf-1a5858b7682b + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '94' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/b5324322-b73b-4bcd-83bf-1a5858b7682b + response: + body: + string: '{"jobId":"b5324322-b73b-4bcd-83bf-1a5858b7682b","lastUpdateDateTime":"2020-11-14T00:57:36Z","createdDateTime":"2020-11-14T00:57:34Z","expirationDateTime":"2020-11-15T00:57:34Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[{"offset":13,"length":3,"text":"cls","category":"Diagnosis","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0265252"},{"dataSource":"CHV","id":"0000025867"},{"dataSource":"JABL","id":"238"},{"dataSource":"MDR","id":"10081806"},{"dataSource":"MEDCIN","id":"311935"},{"dataSource":"MSH","id":"D038921"},{"dataSource":"NCI","id":"C84643"},{"dataSource":"OMIM","id":"303600"},{"dataSource":"RCD","id":"Xa0Zc"},{"dataSource":"SNM","id":"D-5122"},{"dataSource":"SNMI","id":"D4-00811"},{"dataSource":"SNOMEDCT_US","id":"15182000"}]}],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 2a601ece-ffc3-4511-a932-b9e9f3364d57 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:58:05 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '79' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/b5324322-b73b-4bcd-83bf-1a5858b7682b +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_passing_only_string.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_passing_only_string.yaml new file mode 100644 index 000000000000..9b6776a6c3ef --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_passing_only_string.yaml @@ -0,0 +1,59 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "Patient does not suffer from high blood + pressure.", "language": "en"}, {"id": "1", "text": "Prescribed 100mg ibuprofen, + taken twice daily.", "language": "en"}, {"id": "2", "text": "", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '239' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: beafc6d4-2b31-4376-a359-6668a9bbcfc9 + date: Sat, 14 Nov 2020 00:58:06 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dd985fc4-2589-4670-9135-5c66fd0bec6a + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '105' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dd985fc4-2589-4670-9135-5c66fd0bec6a + response: + body: + string: '{"jobId":"dd985fc4-2589-4670-9135-5c66fd0bec6a","lastUpdateDateTime":"2020-11-14T00:58:07Z","createdDateTime":"2020-11-14T00:58:06Z","expirationDateTime":"2020-11-15T00:58:06Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[{"offset":29,"length":4,"text":"high","category":"MeasurementValue","confidenceScore":0.93,"isNegated":false},{"offset":34,"length":14,"text":"blood + pressure","category":"ExaminationName","confidenceScore":0.91,"isNegated":true,"links":[{"dataSource":"UMLS","id":"C0005824"},{"dataSource":"AOD","id":"0000007392"},{"dataSource":"CCC","id":"K33.1"},{"dataSource":"CHV","id":"0000002009"},{"dataSource":"ICNP","id":"10031996"},{"dataSource":"LCH_NW","id":"sh85015011"},{"dataSource":"MDR","id":"10076581"},{"dataSource":"MEDCIN","id":"6045"},{"dataSource":"MSH","id":"D001795"},{"dataSource":"SNM","id":"P-Y107"},{"dataSource":"SNMI","id":"PA-00540"},{"dataSource":"SNOMEDCT_US","id":"46973005"}]}],"relations":[{"relationType":"ValueOfExamination","bidirectional":false,"source":"#/results/documents/0/entities/0","target":"#/results/documents/0/entities/1"}],"warnings":[]},{"id":"1","entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice + daily","category":"Frequency","confidenceScore":1.0,"isNegated":false}],"relations":[{"relationType":"DosageOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/0","target":"#/results/documents/1/entities/1"},{"relationType":"FrequencyOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/2","target":"#/results/documents/1/entities/1"}],"warnings":[]}],"errors":[{"id":"2","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 3df4002d-8948-45a3-9e54-c39a2bdc816f + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:58:37 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '61' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dd985fc4-2589-4670-9135-5c66fd0bec6a +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_payload_too_large.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_payload_too_large.yaml new file mode 100644 index 000000000000..207d4240eee0 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_payload_too_large.yaml @@ -0,0 +1,8531 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "1", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "2", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "3", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "4", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "5", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "6", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "7", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "8", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "9", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "10", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "11", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "12", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "13", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "14", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "15", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "16", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "17", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "18", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "19", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "20", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "21", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "22", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "23", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "24", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "25", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "26", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "27", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "28", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "29", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "30", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "31", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "32", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "33", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "34", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "35", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "36", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "37", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "38", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "39", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "40", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "41", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "42", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "43", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "44", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "45", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "46", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "47", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "48", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "49", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "50", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "51", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "52", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "53", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "54", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "55", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "56", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "57", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "58", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "59", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "60", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "61", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "62", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "63", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "64", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "65", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "66", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "67", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "68", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "69", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "70", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "71", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "72", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "73", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "74", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "75", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "76", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "77", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "78", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "79", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "80", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "81", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "82", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "83", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "84", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "85", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "86", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "87", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "88", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "89", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "90", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "91", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "92", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "93", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "94", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "95", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "96", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "97", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "98", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "99", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "100", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "101", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "102", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "103", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "104", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "105", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "106", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "107", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "108", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "109", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "110", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "111", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "112", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "113", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "114", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "115", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "116", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "117", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "118", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "119", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "120", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "121", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "122", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "123", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "124", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "125", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "126", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "127", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "128", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "129", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "130", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "131", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "132", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "133", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "134", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "135", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "136", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "137", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "138", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "139", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "140", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "141", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "142", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "143", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "144", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "145", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "146", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "147", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "148", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "149", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "150", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "151", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "152", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "153", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "154", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "155", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "156", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "157", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "158", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "159", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "160", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "161", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "162", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "163", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "164", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "165", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "166", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "167", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "168", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "169", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "170", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "171", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "172", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "173", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "174", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "175", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "176", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "177", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "178", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "179", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "180", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "181", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "182", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "183", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "184", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "185", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "186", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "187", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "188", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "189", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "190", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "191", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "192", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "193", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "194", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "195", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "196", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "197", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "198", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "199", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "200", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "201", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "202", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "203", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "204", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "205", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "206", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "207", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "208", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "209", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "210", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "211", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "212", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "213", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "214", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "215", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "216", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "217", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "218", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "219", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "220", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "221", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "222", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "223", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "224", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "225", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "226", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "227", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "228", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "229", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "230", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "231", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "232", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "233", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "234", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "235", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "236", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "237", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "238", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "239", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "240", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "241", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "242", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "243", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "244", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "245", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "246", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "247", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "248", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "249", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "250", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "251", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "252", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "253", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "254", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "255", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "256", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "257", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "258", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "259", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "260", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "261", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "262", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "263", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "264", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "265", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "266", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "267", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "268", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "269", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "270", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "271", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "272", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "273", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "274", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "275", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "276", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "277", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "278", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "279", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "280", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "281", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "282", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "283", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "284", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "285", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "286", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "287", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "288", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "289", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "290", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "291", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "292", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "293", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "294", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "295", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "296", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "297", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "298", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "299", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "300", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "301", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "302", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "303", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "304", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "305", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "306", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "307", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "308", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "309", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "310", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "311", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "312", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "313", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "314", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "315", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "316", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "317", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "318", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "319", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "320", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "321", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "322", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "323", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "324", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "325", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "326", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "327", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "328", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "329", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "330", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "331", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "332", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "333", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "334", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "335", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "336", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "337", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "338", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "339", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "340", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "341", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "342", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "343", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "344", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "345", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "346", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "347", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "348", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "349", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "350", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "351", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "352", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "353", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "354", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "355", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "356", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "357", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "358", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "359", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "360", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "361", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "362", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "363", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "364", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "365", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "366", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "367", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "368", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "369", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "370", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "371", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "372", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "373", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "374", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "375", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "376", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "377", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "378", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "379", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "380", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "381", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "382", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "383", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "384", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "385", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "386", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "387", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "388", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "389", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "390", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "391", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "392", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "393", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "394", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "395", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "396", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "397", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "398", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "399", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "400", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "401", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "402", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "403", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "404", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "405", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "406", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "407", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "408", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "409", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "410", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "411", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "412", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "413", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "414", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "415", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "416", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "417", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "418", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "419", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "420", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "421", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "422", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "423", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "424", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "425", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "426", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "427", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "428", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "429", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "430", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "431", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "432", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "433", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "434", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "435", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "436", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "437", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "438", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "439", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "440", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "441", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "442", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "443", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "444", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "445", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "446", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "447", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "448", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "449", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "450", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "451", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "452", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "453", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "454", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "455", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "456", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "457", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "458", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "459", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "460", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "461", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "462", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "463", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "464", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "465", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "466", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "467", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "468", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "469", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "470", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "471", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "472", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "473", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "474", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "475", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "476", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "477", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "478", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "479", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "480", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "481", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "482", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "483", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "484", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "485", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "486", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "487", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "488", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "489", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "490", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "491", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "492", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "493", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "494", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "495", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "496", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "497", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "498", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "499", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '689405' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Request + Payload sent is too large to be processed. Limit request size to: 524288"}}}' + headers: + apim-request-id: 57783588-e0ff-4e09-99d5-511c7f89cdb2 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:58:39 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '42' + status: + code: 413 + message: Payload Too Large + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_per_item_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_per_item_dont_use_language_hint.yaml new file mode 100644 index 000000000000..28eb912335d5 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_per_item_dont_use_language_hint.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + ""}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + ""}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '236' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 2c905c2f-4ecc-478c-8402-b6903a9bc7c3 + date: Sat, 14 Nov 2020 00:58:39 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/ea9fd731-4819-466b-aad0-41c46a4d2ec3 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '131' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/ea9fd731-4819-466b-aad0-41c46a4d2ec3 + response: + body: + string: '{"jobId":"ea9fd731-4819-466b-aad0-41c46a4d2ec3","lastUpdateDateTime":"2020-11-14T00:58:41Z","createdDateTime":"2020-11-14T00:58:40Z","expirationDateTime":"2020-11-15T00:58:40Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 89e9bfd7-7fb7-4c2a-80e7-0f394a6e1d21 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:59:11 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '96' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/ea9fd731-4819-466b-aad0-41c46a4d2ec3 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_rotate_subscription_key.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_rotate_subscription_key.yaml new file mode 100644 index 000000000000..1c92782ea20c --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_rotate_subscription_key.yaml @@ -0,0 +1,136 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + "en"}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '240' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 13657f3d-2510-41a6-87c7-6db35f4ae5eb + date: Sat, 14 Nov 2020 00:59:12 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/fe8aaa30-f3b4-41a1-9e40-145a1dbf7aa0 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '99' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/fe8aaa30-f3b4-41a1-9e40-145a1dbf7aa0 + response: + body: + string: '{"jobId":"fe8aaa30-f3b4-41a1-9e40-145a1dbf7aa0","lastUpdateDateTime":"2020-11-14T00:59:16Z","createdDateTime":"2020-11-14T00:59:12Z","expirationDateTime":"2020-11-15T00:59:12Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 88a9fb16-06d0-46f8-8818-137711ba9634 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:59:43 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '53' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/fe8aaa30-f3b4-41a1-9e40-145a1dbf7aa0 +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + "en"}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '240' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: '224' + date: Sat, 14 Nov 2020 00:59:43 GMT + status: + code: 401 + message: PermissionDenied + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + "en"}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '240' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 3c57d596-5674-4361-827f-df78de99f6f4 + date: Sat, 14 Nov 2020 00:59:43 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/329e3651-5842-49a1-9227-ea3ff2bfe35d + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '118' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/329e3651-5842-49a1-9227-ea3ff2bfe35d + response: + body: + string: '{"jobId":"329e3651-5842-49a1-9227-ea3ff2bfe35d","lastUpdateDateTime":"2020-11-14T00:59:46Z","createdDateTime":"2020-11-14T00:59:44Z","expirationDateTime":"2020-11-15T00:59:44Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 0c2c3add-96c5-477d-925f-56cf43916b73 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 01:00:15 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '169' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/329e3651-5842-49a1-9227-ea3ff2bfe35d +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_show_stats_and_model_version.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_show_stats_and_model_version.yaml new file mode 100644 index 000000000000..75dcfb1a9bf2 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_show_stats_and_model_version.yaml @@ -0,0 +1,57 @@ +interactions: +- request: + body: '{"documents": [{"id": "56", "text": ":)", "language": "en"}, {"id": "0", + "text": ":(", "language": "en"}, {"id": "22", "text": "", "language": "en"}, + {"id": "19", "text": ":P", "language": "en"}, {"id": "1", "text": ":D", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '241' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?model-version=2020-09-03&stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: b812aa97-8896-4ad1-8412-3eaa71b94d55 + date: Sat, 14 Nov 2020 01:00:16 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a2e59dd6-5770-456d-906b-d2d9993f2e1d + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '117' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?model-version=2020-09-03&stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a2e59dd6-5770-456d-906b-d2d9993f2e1d?showStats=True + response: + body: + string: '{"jobId":"a2e59dd6-5770-456d-906b-d2d9993f2e1d","lastUpdateDateTime":"2020-11-14T01:00:16Z","createdDateTime":"2020-11-14T01:00:15Z","expirationDateTime":"2020-11-15T01:00:15Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":5,"validDocumentsCount":4,"erroneousDocumentsCount":1,"transactionsCount":4},"documents":[{"id":"56","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"0","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"19","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 7a59ca63-72f9-4e55-9b5c-83407e3cea54 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 01:00:46 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '109' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a2e59dd6-5770-456d-906b-d2d9993f2e1d?showStats=True +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_too_many_documents.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_too_many_documents.yaml new file mode 100644 index 000000000000..0416a51a6b81 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_too_many_documents.yaml @@ -0,0 +1,781 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "input document", "language": "en"}, + {"id": "1", "text": "input document", "language": "en"}, {"id": "2", "text": + "input document", "language": "en"}, {"id": "3", "text": "input document", "language": + "en"}, {"id": "4", "text": "input document", "language": "en"}, {"id": "5", + "text": "input document", "language": "en"}, {"id": "6", "text": "input document", + "language": "en"}, {"id": "7", "text": "input document", "language": "en"}, + {"id": "8", "text": "input document", "language": "en"}, {"id": "9", "text": + "input document", "language": "en"}, {"id": "10", "text": "input document", + "language": "en"}, {"id": "11", "text": "input document", "language": "en"}, + {"id": "12", "text": "input document", "language": "en"}, {"id": "13", "text": + "input document", "language": "en"}, {"id": "14", "text": "input document", + "language": "en"}, {"id": "15", "text": "input document", "language": "en"}, + {"id": "16", "text": "input document", "language": "en"}, {"id": "17", "text": + "input document", "language": "en"}, {"id": "18", "text": "input document", + "language": "en"}, {"id": "19", "text": "input document", "language": "en"}, + {"id": "20", "text": "input document", "language": "en"}, {"id": "21", "text": + "input document", "language": "en"}, {"id": "22", "text": "input document", + "language": "en"}, {"id": "23", "text": "input document", "language": "en"}, + {"id": "24", "text": "input document", "language": "en"}, {"id": "25", "text": + "input document", "language": "en"}, {"id": "26", "text": "input document", + "language": "en"}, {"id": "27", "text": "input document", "language": "en"}, + {"id": "28", "text": "input document", "language": "en"}, {"id": "29", "text": + "input document", "language": "en"}, {"id": "30", "text": "input document", + "language": "en"}, {"id": "31", "text": "input document", "language": "en"}, + {"id": "32", "text": "input document", "language": "en"}, {"id": "33", "text": + "input document", "language": "en"}, {"id": "34", "text": "input document", + "language": "en"}, {"id": "35", "text": "input document", "language": "en"}, + {"id": "36", "text": "input document", "language": "en"}, {"id": "37", "text": + "input document", "language": "en"}, {"id": "38", "text": "input document", + "language": "en"}, {"id": "39", "text": "input document", "language": "en"}, + {"id": "40", "text": "input document", "language": "en"}, {"id": "41", "text": + "input document", "language": "en"}, {"id": "42", "text": "input document", + "language": "en"}, {"id": "43", "text": "input document", "language": "en"}, + {"id": "44", "text": "input document", "language": "en"}, {"id": "45", "text": + "input document", "language": "en"}, {"id": "46", "text": "input document", + "language": "en"}, {"id": "47", "text": "input document", "language": "en"}, + {"id": "48", "text": "input document", "language": "en"}, {"id": "49", "text": + "input document", "language": "en"}, {"id": "50", "text": "input document", + "language": "en"}, {"id": "51", "text": "input document", "language": "en"}, + {"id": "52", "text": "input document", "language": "en"}, {"id": "53", "text": + "input document", "language": "en"}, {"id": "54", "text": "input document", + "language": "en"}, {"id": "55", "text": "input document", "language": "en"}, + {"id": "56", "text": "input document", "language": "en"}, {"id": "57", "text": + "input document", "language": "en"}, {"id": "58", "text": "input document", + "language": "en"}, {"id": "59", "text": "input document", "language": "en"}, + {"id": "60", "text": "input document", "language": "en"}, {"id": "61", "text": + "input document", "language": "en"}, {"id": "62", "text": "input document", + "language": "en"}, {"id": "63", "text": "input document", "language": "en"}, + {"id": "64", "text": "input document", "language": "en"}, {"id": "65", "text": + "input document", "language": "en"}, {"id": "66", "text": "input document", + "language": "en"}, {"id": "67", "text": "input document", "language": "en"}, + {"id": "68", "text": "input document", "language": "en"}, {"id": "69", "text": + "input document", "language": "en"}, {"id": "70", "text": "input document", + "language": "en"}, {"id": "71", "text": "input document", "language": "en"}, + {"id": "72", "text": "input document", "language": "en"}, {"id": "73", "text": + "input document", "language": "en"}, {"id": "74", "text": "input document", + "language": "en"}, {"id": "75", "text": "input document", "language": "en"}, + {"id": "76", "text": "input document", "language": "en"}, {"id": "77", "text": + "input document", "language": "en"}, {"id": "78", "text": "input document", + "language": "en"}, {"id": "79", "text": "input document", "language": "en"}, + {"id": "80", "text": "input document", "language": "en"}, {"id": "81", "text": + "input document", "language": "en"}, {"id": "82", "text": "input document", + "language": "en"}, {"id": "83", "text": "input document", "language": "en"}, + {"id": "84", "text": "input document", "language": "en"}, {"id": "85", "text": + "input document", "language": "en"}, {"id": "86", "text": "input document", + "language": "en"}, {"id": "87", "text": "input document", "language": "en"}, + {"id": "88", "text": "input document", "language": "en"}, {"id": "89", "text": + "input document", "language": "en"}, {"id": "90", "text": "input document", + "language": "en"}, {"id": "91", "text": "input document", "language": "en"}, + {"id": "92", "text": "input document", "language": "en"}, {"id": "93", "text": + "input document", "language": "en"}, {"id": "94", "text": "input document", + "language": "en"}, {"id": "95", "text": "input document", "language": "en"}, + {"id": "96", "text": "input document", "language": "en"}, {"id": "97", "text": + "input document", "language": "en"}, {"id": "98", "text": "input document", + "language": "en"}, {"id": "99", "text": "input document", "language": "en"}, + {"id": "100", "text": "input document", "language": "en"}, {"id": "101", "text": + "input document", "language": "en"}, {"id": "102", "text": "input document", + "language": "en"}, {"id": "103", "text": "input document", "language": "en"}, + {"id": "104", "text": "input document", "language": "en"}, {"id": "105", "text": + "input document", "language": "en"}, {"id": "106", "text": "input document", + "language": "en"}, {"id": "107", "text": "input document", "language": "en"}, + {"id": "108", "text": "input document", "language": "en"}, {"id": "109", "text": + "input document", "language": "en"}, {"id": "110", "text": "input document", + "language": "en"}, {"id": "111", "text": "input document", "language": "en"}, + {"id": "112", "text": "input document", "language": "en"}, {"id": "113", "text": + "input document", "language": "en"}, {"id": "114", "text": "input document", + "language": "en"}, {"id": "115", "text": "input document", "language": "en"}, + {"id": "116", "text": "input document", "language": "en"}, {"id": "117", "text": + "input document", "language": "en"}, {"id": "118", "text": "input document", + "language": "en"}, {"id": "119", "text": "input document", "language": "en"}, + {"id": "120", "text": "input document", "language": "en"}, {"id": "121", "text": + "input document", "language": "en"}, {"id": "122", "text": "input document", + "language": "en"}, {"id": "123", "text": "input document", "language": "en"}, + {"id": "124", "text": "input document", "language": "en"}, {"id": "125", "text": + "input document", "language": "en"}, {"id": "126", "text": "input document", + "language": "en"}, {"id": "127", "text": "input document", "language": "en"}, + {"id": "128", "text": "input document", "language": "en"}, {"id": "129", "text": + "input document", "language": "en"}, {"id": "130", "text": "input document", + "language": "en"}, {"id": "131", "text": "input document", "language": "en"}, + {"id": "132", "text": "input document", "language": "en"}, {"id": "133", "text": + "input document", "language": "en"}, {"id": "134", "text": "input document", + "language": "en"}, {"id": "135", "text": "input document", "language": "en"}, + {"id": "136", "text": "input document", "language": "en"}, {"id": "137", "text": + "input document", "language": "en"}, {"id": "138", "text": "input document", + "language": "en"}, {"id": "139", "text": "input document", "language": "en"}, + {"id": "140", "text": "input document", "language": "en"}, {"id": "141", "text": + "input document", "language": "en"}, {"id": "142", "text": "input document", + "language": "en"}, {"id": "143", "text": "input document", "language": "en"}, + {"id": "144", "text": "input document", "language": "en"}, {"id": "145", "text": + "input document", "language": "en"}, {"id": "146", "text": "input document", + "language": "en"}, {"id": "147", "text": "input document", "language": "en"}, + {"id": "148", "text": "input document", "language": "en"}, {"id": "149", "text": + "input document", "language": "en"}, {"id": "150", "text": "input document", + "language": "en"}, {"id": "151", "text": "input document", "language": "en"}, + {"id": "152", "text": "input document", "language": "en"}, {"id": "153", "text": + "input document", "language": "en"}, {"id": "154", "text": "input document", + "language": "en"}, {"id": "155", "text": "input document", "language": "en"}, + {"id": "156", "text": "input document", "language": "en"}, {"id": "157", "text": + "input document", "language": "en"}, {"id": "158", "text": "input document", + "language": "en"}, {"id": "159", "text": "input document", "language": "en"}, + {"id": "160", "text": "input document", "language": "en"}, {"id": "161", "text": + "input document", "language": "en"}, {"id": "162", "text": "input document", + "language": "en"}, {"id": "163", "text": "input document", "language": "en"}, + {"id": "164", "text": "input document", "language": "en"}, {"id": "165", "text": + "input document", "language": "en"}, {"id": "166", "text": "input document", + "language": "en"}, {"id": "167", "text": "input document", "language": "en"}, + {"id": "168", "text": "input document", "language": "en"}, {"id": "169", "text": + "input document", "language": "en"}, {"id": "170", "text": "input document", + "language": "en"}, {"id": "171", "text": "input document", "language": "en"}, + {"id": "172", "text": "input document", "language": "en"}, {"id": "173", "text": + "input document", "language": "en"}, {"id": "174", "text": "input document", + "language": "en"}, {"id": "175", "text": "input document", "language": "en"}, + {"id": "176", "text": "input document", "language": "en"}, {"id": "177", "text": + "input document", "language": "en"}, {"id": "178", "text": "input document", + "language": "en"}, {"id": "179", "text": "input document", "language": "en"}, + {"id": "180", "text": "input document", "language": "en"}, {"id": "181", "text": + "input document", "language": "en"}, {"id": "182", "text": "input document", + "language": "en"}, {"id": "183", "text": "input document", "language": "en"}, + {"id": "184", "text": "input document", "language": "en"}, {"id": "185", "text": + "input document", "language": "en"}, {"id": "186", "text": "input document", + "language": "en"}, {"id": "187", "text": "input document", "language": "en"}, + {"id": "188", "text": "input document", "language": "en"}, {"id": "189", "text": + "input document", "language": "en"}, {"id": "190", "text": "input document", + "language": "en"}, {"id": "191", "text": "input document", "language": "en"}, + {"id": "192", "text": "input document", "language": "en"}, {"id": "193", "text": + "input document", "language": "en"}, {"id": "194", "text": "input document", + "language": "en"}, {"id": "195", "text": "input document", "language": "en"}, + {"id": "196", "text": "input document", "language": "en"}, {"id": "197", "text": + "input document", "language": "en"}, {"id": "198", "text": "input document", + "language": "en"}, {"id": "199", "text": "input document", "language": "en"}, + {"id": "200", "text": "input document", "language": "en"}, {"id": "201", "text": + "input document", "language": "en"}, {"id": "202", "text": "input document", + "language": "en"}, {"id": "203", "text": "input document", "language": "en"}, + {"id": "204", "text": "input document", "language": "en"}, {"id": "205", "text": + "input document", "language": "en"}, {"id": "206", "text": "input document", + "language": "en"}, {"id": "207", "text": "input document", "language": "en"}, + {"id": "208", "text": "input document", "language": "en"}, {"id": "209", "text": + "input document", "language": "en"}, {"id": "210", "text": "input document", + "language": "en"}, {"id": "211", "text": "input document", "language": "en"}, + {"id": "212", "text": "input document", "language": "en"}, {"id": "213", "text": + "input document", "language": "en"}, {"id": "214", "text": "input document", + "language": "en"}, {"id": "215", "text": "input document", "language": "en"}, + {"id": "216", "text": "input document", "language": "en"}, {"id": "217", "text": + "input document", "language": "en"}, {"id": "218", "text": "input document", + "language": "en"}, {"id": "219", "text": "input document", "language": "en"}, + {"id": "220", "text": "input document", "language": "en"}, {"id": "221", "text": + "input document", "language": "en"}, {"id": "222", "text": "input document", + "language": "en"}, {"id": "223", "text": "input document", "language": "en"}, + {"id": "224", "text": "input document", "language": "en"}, {"id": "225", "text": + "input document", "language": "en"}, {"id": "226", "text": "input document", + "language": "en"}, {"id": "227", "text": "input document", "language": "en"}, + {"id": "228", "text": "input document", "language": "en"}, {"id": "229", "text": + "input document", "language": "en"}, {"id": "230", "text": "input document", + "language": "en"}, {"id": "231", "text": "input document", "language": "en"}, + {"id": "232", "text": "input document", "language": "en"}, {"id": "233", "text": + "input document", "language": "en"}, {"id": "234", "text": "input document", + "language": "en"}, {"id": "235", "text": "input document", "language": "en"}, + {"id": "236", "text": "input document", "language": "en"}, {"id": "237", "text": + "input document", "language": "en"}, {"id": "238", "text": "input document", + "language": "en"}, {"id": "239", "text": "input document", "language": "en"}, + {"id": "240", "text": "input document", "language": "en"}, {"id": "241", "text": + "input document", "language": "en"}, {"id": "242", "text": "input document", + "language": "en"}, {"id": "243", "text": "input document", "language": "en"}, + {"id": "244", "text": "input document", "language": "en"}, {"id": "245", "text": + "input document", "language": "en"}, {"id": "246", "text": "input document", + "language": "en"}, {"id": "247", "text": "input document", "language": "en"}, + {"id": "248", "text": "input document", "language": "en"}, {"id": "249", "text": + "input document", "language": "en"}, {"id": "250", "text": "input document", + "language": "en"}, {"id": "251", "text": "input document", "language": "en"}, + {"id": "252", "text": "input document", "language": "en"}, {"id": "253", "text": + "input document", "language": "en"}, {"id": "254", "text": "input document", + "language": "en"}, {"id": "255", "text": "input document", "language": "en"}, + {"id": "256", "text": "input document", "language": "en"}, {"id": "257", "text": + "input document", "language": "en"}, {"id": "258", "text": "input document", + "language": "en"}, {"id": "259", "text": "input document", "language": "en"}, + {"id": "260", "text": "input document", "language": "en"}, {"id": "261", "text": + "input document", "language": "en"}, {"id": "262", "text": "input document", + "language": "en"}, {"id": "263", "text": "input document", "language": "en"}, + {"id": "264", "text": "input document", "language": "en"}, {"id": "265", "text": + "input document", "language": "en"}, {"id": "266", "text": "input document", + "language": "en"}, {"id": "267", "text": "input document", "language": "en"}, + {"id": "268", "text": "input document", "language": "en"}, {"id": "269", "text": + "input document", "language": "en"}, {"id": "270", "text": "input document", + "language": "en"}, {"id": "271", "text": "input document", "language": "en"}, + {"id": "272", "text": "input document", "language": "en"}, {"id": "273", "text": + "input document", "language": "en"}, {"id": "274", "text": "input document", + "language": "en"}, {"id": "275", "text": "input document", "language": "en"}, + {"id": "276", "text": "input document", "language": "en"}, {"id": "277", "text": + "input document", "language": "en"}, {"id": "278", "text": "input document", + "language": "en"}, {"id": "279", "text": "input document", "language": "en"}, + {"id": "280", "text": "input document", "language": "en"}, {"id": "281", "text": + "input document", "language": "en"}, {"id": "282", "text": "input document", + "language": "en"}, {"id": "283", "text": "input document", "language": "en"}, + {"id": "284", "text": "input document", "language": "en"}, {"id": "285", "text": + "input document", "language": "en"}, {"id": "286", "text": "input document", + "language": "en"}, {"id": "287", "text": "input document", "language": "en"}, + {"id": "288", "text": "input document", "language": "en"}, {"id": "289", "text": + "input document", "language": "en"}, {"id": "290", "text": "input document", + "language": "en"}, {"id": "291", "text": "input document", "language": "en"}, + {"id": "292", "text": "input document", "language": "en"}, {"id": "293", "text": + "input document", "language": "en"}, {"id": "294", "text": "input document", + "language": "en"}, {"id": "295", "text": "input document", "language": "en"}, + {"id": "296", "text": "input document", "language": "en"}, {"id": "297", "text": + "input document", "language": "en"}, {"id": "298", "text": "input document", + "language": "en"}, {"id": "299", "text": "input document", "language": "en"}, + {"id": "300", "text": "input document", "language": "en"}, {"id": "301", "text": + "input document", "language": "en"}, {"id": "302", "text": "input document", + "language": "en"}, {"id": "303", "text": "input document", "language": "en"}, + {"id": "304", "text": "input document", "language": "en"}, {"id": "305", "text": + "input document", "language": "en"}, {"id": "306", "text": "input document", + "language": "en"}, {"id": "307", "text": "input document", "language": "en"}, + {"id": "308", "text": "input document", "language": "en"}, {"id": "309", "text": + "input document", "language": "en"}, {"id": "310", "text": "input document", + "language": "en"}, {"id": "311", "text": "input document", "language": "en"}, + {"id": "312", "text": "input document", "language": "en"}, {"id": "313", "text": + "input document", "language": "en"}, {"id": "314", "text": "input document", + "language": "en"}, {"id": "315", "text": "input document", "language": "en"}, + {"id": "316", "text": "input document", "language": "en"}, {"id": "317", "text": + "input document", "language": "en"}, {"id": "318", "text": "input document", + "language": "en"}, {"id": "319", "text": "input document", "language": "en"}, + {"id": "320", "text": "input document", "language": "en"}, {"id": "321", "text": + "input document", "language": "en"}, {"id": "322", "text": "input document", + "language": "en"}, {"id": "323", "text": "input document", "language": "en"}, + {"id": "324", "text": "input document", "language": "en"}, {"id": "325", "text": + "input document", "language": "en"}, {"id": "326", "text": "input document", + "language": "en"}, {"id": "327", "text": "input document", "language": "en"}, + {"id": "328", "text": "input document", "language": "en"}, {"id": "329", "text": + "input document", "language": "en"}, {"id": "330", "text": "input document", + "language": "en"}, {"id": "331", "text": "input document", "language": "en"}, + {"id": "332", "text": "input document", "language": "en"}, {"id": "333", "text": + "input document", "language": "en"}, {"id": "334", "text": "input document", + "language": "en"}, {"id": "335", "text": "input document", "language": "en"}, + {"id": "336", "text": "input document", "language": "en"}, {"id": "337", "text": + "input document", "language": "en"}, {"id": "338", "text": "input document", + "language": "en"}, {"id": "339", "text": "input document", "language": "en"}, + {"id": "340", "text": "input document", "language": "en"}, {"id": "341", "text": + "input document", "language": "en"}, {"id": "342", "text": "input document", + "language": "en"}, {"id": "343", "text": "input document", "language": "en"}, + {"id": "344", "text": "input document", "language": "en"}, {"id": "345", "text": + "input document", "language": "en"}, {"id": "346", "text": "input document", + "language": "en"}, {"id": "347", "text": "input document", "language": "en"}, + {"id": "348", "text": "input document", "language": "en"}, {"id": "349", "text": + "input document", "language": "en"}, {"id": "350", "text": "input document", + "language": "en"}, {"id": "351", "text": "input document", "language": "en"}, + {"id": "352", "text": "input document", "language": "en"}, {"id": "353", "text": + "input document", "language": "en"}, {"id": "354", "text": "input document", + "language": "en"}, {"id": "355", "text": "input document", "language": "en"}, + {"id": "356", "text": "input document", "language": "en"}, {"id": "357", "text": + "input document", "language": "en"}, {"id": "358", "text": "input document", + "language": "en"}, {"id": "359", "text": "input document", "language": "en"}, + {"id": "360", "text": "input document", "language": "en"}, {"id": "361", "text": + "input document", "language": "en"}, {"id": "362", "text": "input document", + "language": "en"}, {"id": "363", "text": "input document", "language": "en"}, + {"id": "364", "text": "input document", "language": "en"}, {"id": "365", "text": + "input document", "language": "en"}, {"id": "366", "text": "input document", + "language": "en"}, {"id": "367", "text": "input document", "language": "en"}, + {"id": "368", "text": "input document", "language": "en"}, {"id": "369", "text": + "input document", "language": "en"}, {"id": "370", "text": "input document", + "language": "en"}, {"id": "371", "text": "input document", "language": "en"}, + {"id": "372", "text": "input document", "language": "en"}, {"id": "373", "text": + "input document", "language": "en"}, {"id": "374", "text": "input document", + "language": "en"}, {"id": "375", "text": "input document", "language": "en"}, + {"id": "376", "text": "input document", "language": "en"}, {"id": "377", "text": + "input document", "language": "en"}, {"id": "378", "text": "input document", + "language": "en"}, {"id": "379", "text": "input document", "language": "en"}, + {"id": "380", "text": "input document", "language": "en"}, {"id": "381", "text": + "input document", "language": "en"}, {"id": "382", "text": "input document", + "language": "en"}, {"id": "383", "text": "input document", "language": "en"}, + {"id": "384", "text": "input document", "language": "en"}, {"id": "385", "text": + "input document", "language": "en"}, {"id": "386", "text": "input document", + "language": "en"}, {"id": "387", "text": "input document", "language": "en"}, + {"id": "388", "text": "input document", "language": "en"}, {"id": "389", "text": + "input document", "language": "en"}, {"id": "390", "text": "input document", + "language": "en"}, {"id": "391", "text": "input document", "language": "en"}, + {"id": "392", "text": "input document", "language": "en"}, {"id": "393", "text": + "input document", "language": "en"}, {"id": "394", "text": "input document", + "language": "en"}, {"id": "395", "text": "input document", "language": "en"}, + {"id": "396", "text": "input document", "language": "en"}, {"id": "397", "text": + "input document", "language": "en"}, {"id": "398", "text": "input document", + "language": "en"}, {"id": "399", "text": "input document", "language": "en"}, + {"id": "400", "text": "input document", "language": "en"}, {"id": "401", "text": + "input document", "language": "en"}, {"id": "402", "text": "input document", + "language": "en"}, {"id": "403", "text": "input document", "language": "en"}, + {"id": "404", "text": "input document", "language": "en"}, {"id": "405", "text": + "input document", "language": "en"}, {"id": "406", "text": "input document", + "language": "en"}, {"id": "407", "text": "input document", "language": "en"}, + {"id": "408", "text": "input document", "language": "en"}, {"id": "409", "text": + "input document", "language": "en"}, {"id": "410", "text": "input document", + "language": "en"}, {"id": "411", "text": "input document", "language": "en"}, + {"id": "412", "text": "input document", "language": "en"}, {"id": "413", "text": + "input document", "language": "en"}, {"id": "414", "text": "input document", + "language": "en"}, {"id": "415", "text": "input document", "language": "en"}, + {"id": "416", "text": "input document", "language": "en"}, {"id": "417", "text": + "input document", "language": "en"}, {"id": "418", "text": "input document", + "language": "en"}, {"id": "419", "text": "input document", "language": "en"}, + {"id": "420", "text": "input document", "language": "en"}, {"id": "421", "text": + "input document", "language": "en"}, {"id": "422", "text": "input document", + "language": "en"}, {"id": "423", "text": "input document", "language": "en"}, + {"id": "424", "text": "input document", "language": "en"}, {"id": "425", "text": + "input document", "language": "en"}, {"id": "426", "text": "input document", + "language": "en"}, {"id": "427", "text": "input document", "language": "en"}, + {"id": "428", "text": "input document", "language": "en"}, {"id": "429", "text": + "input document", "language": "en"}, {"id": "430", "text": "input document", + "language": "en"}, {"id": "431", "text": "input document", "language": "en"}, + {"id": "432", "text": "input document", "language": "en"}, {"id": "433", "text": + "input document", "language": "en"}, {"id": "434", "text": "input document", + "language": "en"}, {"id": "435", "text": "input document", "language": "en"}, + {"id": "436", "text": "input document", "language": "en"}, {"id": "437", "text": + "input document", "language": "en"}, {"id": "438", "text": "input document", + "language": "en"}, {"id": "439", "text": "input document", "language": "en"}, + {"id": "440", "text": "input document", "language": "en"}, {"id": "441", "text": + "input document", "language": "en"}, {"id": "442", "text": "input document", + "language": "en"}, {"id": "443", "text": "input document", "language": "en"}, + {"id": "444", "text": "input document", "language": "en"}, {"id": "445", "text": + "input document", "language": "en"}, {"id": "446", "text": "input document", + "language": "en"}, {"id": "447", "text": "input document", "language": "en"}, + {"id": "448", "text": "input document", "language": "en"}, {"id": "449", "text": + "input document", "language": "en"}, {"id": "450", "text": "input document", + "language": "en"}, {"id": "451", "text": "input document", "language": "en"}, + {"id": "452", "text": "input document", "language": "en"}, {"id": "453", "text": + "input document", "language": "en"}, {"id": "454", "text": "input document", + "language": "en"}, {"id": "455", "text": "input document", "language": "en"}, + {"id": "456", "text": "input document", "language": "en"}, {"id": "457", "text": + "input document", "language": "en"}, {"id": "458", "text": "input document", + "language": "en"}, {"id": "459", "text": "input document", "language": "en"}, + {"id": "460", "text": "input document", "language": "en"}, {"id": "461", "text": + "input document", "language": "en"}, {"id": "462", "text": "input document", + "language": "en"}, {"id": "463", "text": "input document", "language": "en"}, + {"id": "464", "text": "input document", "language": "en"}, {"id": "465", "text": + "input document", "language": "en"}, {"id": "466", "text": "input document", + "language": "en"}, {"id": "467", "text": "input document", "language": "en"}, + {"id": "468", "text": "input document", "language": "en"}, {"id": "469", "text": + "input document", "language": "en"}, {"id": "470", "text": "input document", + "language": "en"}, {"id": "471", "text": "input document", "language": "en"}, + {"id": "472", "text": "input document", "language": "en"}, {"id": "473", "text": + "input document", "language": "en"}, {"id": "474", "text": "input document", + "language": "en"}, {"id": "475", "text": "input document", "language": "en"}, + {"id": "476", "text": "input document", "language": "en"}, {"id": "477", "text": + "input document", "language": "en"}, {"id": "478", "text": "input document", + "language": "en"}, {"id": "479", "text": "input document", "language": "en"}, + {"id": "480", "text": "input document", "language": "en"}, {"id": "481", "text": + "input document", "language": "en"}, {"id": "482", "text": "input document", + "language": "en"}, {"id": "483", "text": "input document", "language": "en"}, + {"id": "484", "text": "input document", "language": "en"}, {"id": "485", "text": + "input document", "language": "en"}, {"id": "486", "text": "input document", + "language": "en"}, {"id": "487", "text": "input document", "language": "en"}, + {"id": "488", "text": "input document", "language": "en"}, {"id": "489", "text": + "input document", "language": "en"}, {"id": "490", "text": "input document", + "language": "en"}, {"id": "491", "text": "input document", "language": "en"}, + {"id": "492", "text": "input document", "language": "en"}, {"id": "493", "text": + "input document", "language": "en"}, {"id": "494", "text": "input document", + "language": "en"}, {"id": "495", "text": "input document", "language": "en"}, + {"id": "496", "text": "input document", "language": "en"}, {"id": "497", "text": + "input document", "language": "en"}, {"id": "498", "text": "input document", + "language": "en"}, {"id": "499", "text": "input document", "language": "en"}, + {"id": "500", "text": "input document", "language": "en"}, {"id": "501", "text": + "input document", "language": "en"}, {"id": "502", "text": "input document", + "language": "en"}, {"id": "503", "text": "input document", "language": "en"}, + {"id": "504", "text": "input document", "language": "en"}, {"id": "505", "text": + "input document", "language": "en"}, {"id": "506", "text": "input document", + "language": "en"}, {"id": "507", "text": "input document", "language": "en"}, + {"id": "508", "text": "input document", "language": "en"}, {"id": "509", "text": + "input document", "language": "en"}, {"id": "510", "text": "input document", + "language": "en"}, {"id": "511", "text": "input document", "language": "en"}, + {"id": "512", "text": "input document", "language": "en"}, {"id": "513", "text": + "input document", "language": "en"}, {"id": "514", "text": "input document", + "language": "en"}, {"id": "515", "text": "input document", "language": "en"}, + {"id": "516", "text": "input document", "language": "en"}, {"id": "517", "text": + "input document", "language": "en"}, {"id": "518", "text": "input document", + "language": "en"}, {"id": "519", "text": "input document", "language": "en"}, + {"id": "520", "text": "input document", "language": "en"}, {"id": "521", "text": + "input document", "language": "en"}, {"id": "522", "text": "input document", + "language": "en"}, {"id": "523", "text": "input document", "language": "en"}, + {"id": "524", "text": "input document", "language": "en"}, {"id": "525", "text": + "input document", "language": "en"}, {"id": "526", "text": "input document", + "language": "en"}, {"id": "527", "text": "input document", "language": "en"}, + {"id": "528", "text": "input document", "language": "en"}, {"id": "529", "text": + "input document", "language": "en"}, {"id": "530", "text": "input document", + "language": "en"}, {"id": "531", "text": "input document", "language": "en"}, + {"id": "532", "text": "input document", "language": "en"}, {"id": "533", "text": + "input document", "language": "en"}, {"id": "534", "text": "input document", + "language": "en"}, {"id": "535", "text": "input document", "language": "en"}, + {"id": "536", "text": "input document", "language": "en"}, {"id": "537", "text": + "input document", "language": "en"}, {"id": "538", "text": "input document", + "language": "en"}, {"id": "539", "text": "input document", "language": "en"}, + {"id": "540", "text": "input document", "language": "en"}, {"id": "541", "text": + "input document", "language": "en"}, {"id": "542", "text": "input document", + "language": "en"}, {"id": "543", "text": "input document", "language": "en"}, + {"id": "544", "text": "input document", "language": "en"}, {"id": "545", "text": + "input document", "language": "en"}, {"id": "546", "text": "input document", + "language": "en"}, {"id": "547", "text": "input document", "language": "en"}, + {"id": "548", "text": "input document", "language": "en"}, {"id": "549", "text": + "input document", "language": "en"}, {"id": "550", "text": "input document", + "language": "en"}, {"id": "551", "text": "input document", "language": "en"}, + {"id": "552", "text": "input document", "language": "en"}, {"id": "553", "text": + "input document", "language": "en"}, {"id": "554", "text": "input document", + "language": "en"}, {"id": "555", "text": "input document", "language": "en"}, + {"id": "556", "text": "input document", "language": "en"}, {"id": "557", "text": + "input document", "language": "en"}, {"id": "558", "text": "input document", + "language": "en"}, {"id": "559", "text": "input document", "language": "en"}, + {"id": "560", "text": "input document", "language": "en"}, {"id": "561", "text": + "input document", "language": "en"}, {"id": "562", "text": "input document", + "language": "en"}, {"id": "563", "text": "input document", "language": "en"}, + {"id": "564", "text": "input document", "language": "en"}, {"id": "565", "text": + "input document", "language": "en"}, {"id": "566", "text": "input document", + "language": "en"}, {"id": "567", "text": "input document", "language": "en"}, + {"id": "568", "text": "input document", "language": "en"}, {"id": "569", "text": + "input document", "language": "en"}, {"id": "570", "text": "input document", + "language": "en"}, {"id": "571", "text": "input document", "language": "en"}, + {"id": "572", "text": "input document", "language": "en"}, {"id": "573", "text": + "input document", "language": "en"}, {"id": "574", "text": "input document", + "language": "en"}, {"id": "575", "text": "input document", "language": "en"}, + {"id": "576", "text": "input document", "language": "en"}, {"id": "577", "text": + "input document", "language": "en"}, {"id": "578", "text": "input document", + "language": "en"}, {"id": "579", "text": "input document", "language": "en"}, + {"id": "580", "text": "input document", "language": "en"}, {"id": "581", "text": + "input document", "language": "en"}, {"id": "582", "text": "input document", + "language": "en"}, {"id": "583", "text": "input document", "language": "en"}, + {"id": "584", "text": "input document", "language": "en"}, {"id": "585", "text": + "input document", "language": "en"}, {"id": "586", "text": "input document", + "language": "en"}, {"id": "587", "text": "input document", "language": "en"}, + {"id": "588", "text": "input document", "language": "en"}, {"id": "589", "text": + "input document", "language": "en"}, {"id": "590", "text": "input document", + "language": "en"}, {"id": "591", "text": "input document", "language": "en"}, + {"id": "592", "text": "input document", "language": "en"}, {"id": "593", "text": + "input document", "language": "en"}, {"id": "594", "text": "input document", + "language": "en"}, {"id": "595", "text": "input document", "language": "en"}, + {"id": "596", "text": "input document", "language": "en"}, {"id": "597", "text": + "input document", "language": "en"}, {"id": "598", "text": "input document", + "language": "en"}, {"id": "599", "text": "input document", "language": "en"}, + {"id": "600", "text": "input document", "language": "en"}, {"id": "601", "text": + "input document", "language": "en"}, {"id": "602", "text": "input document", + "language": "en"}, {"id": "603", "text": "input document", "language": "en"}, + {"id": "604", "text": "input document", "language": "en"}, {"id": "605", "text": + "input document", "language": "en"}, {"id": "606", "text": "input document", + "language": "en"}, {"id": "607", "text": "input document", "language": "en"}, + {"id": "608", "text": "input document", "language": "en"}, {"id": "609", "text": + "input document", "language": "en"}, {"id": "610", "text": "input document", + "language": "en"}, {"id": "611", "text": "input document", "language": "en"}, + {"id": "612", "text": "input document", "language": "en"}, {"id": "613", "text": + "input document", "language": "en"}, {"id": "614", "text": "input document", + "language": "en"}, {"id": "615", "text": "input document", "language": "en"}, + {"id": "616", "text": "input document", "language": "en"}, {"id": "617", "text": + "input document", "language": "en"}, {"id": "618", "text": "input document", + "language": "en"}, {"id": "619", "text": "input document", "language": "en"}, + {"id": "620", "text": "input document", "language": "en"}, {"id": "621", "text": + "input document", "language": "en"}, {"id": "622", "text": "input document", + "language": "en"}, {"id": "623", "text": "input document", "language": "en"}, + {"id": "624", "text": "input document", "language": "en"}, {"id": "625", "text": + "input document", "language": "en"}, {"id": "626", "text": "input document", + "language": "en"}, {"id": "627", "text": "input document", "language": "en"}, + {"id": "628", "text": "input document", "language": "en"}, {"id": "629", "text": + "input document", "language": "en"}, {"id": "630", "text": "input document", + "language": "en"}, {"id": "631", "text": "input document", "language": "en"}, + {"id": "632", "text": "input document", "language": "en"}, {"id": "633", "text": + "input document", "language": "en"}, {"id": "634", "text": "input document", + "language": "en"}, {"id": "635", "text": "input document", "language": "en"}, + {"id": "636", "text": "input document", "language": "en"}, {"id": "637", "text": + "input document", "language": "en"}, {"id": "638", "text": "input document", + "language": "en"}, {"id": "639", "text": "input document", "language": "en"}, + {"id": "640", "text": "input document", "language": "en"}, {"id": "641", "text": + "input document", "language": "en"}, {"id": "642", "text": "input document", + "language": "en"}, {"id": "643", "text": "input document", "language": "en"}, + {"id": "644", "text": "input document", "language": "en"}, {"id": "645", "text": + "input document", "language": "en"}, {"id": "646", "text": "input document", + "language": "en"}, {"id": "647", "text": "input document", "language": "en"}, + {"id": "648", "text": "input document", "language": "en"}, {"id": "649", "text": + "input document", "language": "en"}, {"id": "650", "text": "input document", + "language": "en"}, {"id": "651", "text": "input document", "language": "en"}, + {"id": "652", "text": "input document", "language": "en"}, {"id": "653", "text": + "input document", "language": "en"}, {"id": "654", "text": "input document", + "language": "en"}, {"id": "655", "text": "input document", "language": "en"}, + {"id": "656", "text": "input document", "language": "en"}, {"id": "657", "text": + "input document", "language": "en"}, {"id": "658", "text": "input document", + "language": "en"}, {"id": "659", "text": "input document", "language": "en"}, + {"id": "660", "text": "input document", "language": "en"}, {"id": "661", "text": + "input document", "language": "en"}, {"id": "662", "text": "input document", + "language": "en"}, {"id": "663", "text": "input document", "language": "en"}, + {"id": "664", "text": "input document", "language": "en"}, {"id": "665", "text": + "input document", "language": "en"}, {"id": "666", "text": "input document", + "language": "en"}, {"id": "667", "text": "input document", "language": "en"}, + {"id": "668", "text": "input document", "language": "en"}, {"id": "669", "text": + "input document", "language": "en"}, {"id": "670", "text": "input document", + "language": "en"}, {"id": "671", "text": "input document", "language": "en"}, + {"id": "672", "text": "input document", "language": "en"}, {"id": "673", "text": + "input document", "language": "en"}, {"id": "674", "text": "input document", + "language": "en"}, {"id": "675", "text": "input document", "language": "en"}, + {"id": "676", "text": "input document", "language": "en"}, {"id": "677", "text": + "input document", "language": "en"}, {"id": "678", "text": "input document", + "language": "en"}, {"id": "679", "text": "input document", "language": "en"}, + {"id": "680", "text": "input document", "language": "en"}, {"id": "681", "text": + "input document", "language": "en"}, {"id": "682", "text": "input document", + "language": "en"}, {"id": "683", "text": "input document", "language": "en"}, + {"id": "684", "text": "input document", "language": "en"}, {"id": "685", "text": + "input document", "language": "en"}, {"id": "686", "text": "input document", + "language": "en"}, {"id": "687", "text": "input document", "language": "en"}, + {"id": "688", "text": "input document", "language": "en"}, {"id": "689", "text": + "input document", "language": "en"}, {"id": "690", "text": "input document", + "language": "en"}, {"id": "691", "text": "input document", "language": "en"}, + {"id": "692", "text": "input document", "language": "en"}, {"id": "693", "text": + "input document", "language": "en"}, {"id": "694", "text": "input document", + "language": "en"}, {"id": "695", "text": "input document", "language": "en"}, + {"id": "696", "text": "input document", "language": "en"}, {"id": "697", "text": + "input document", "language": "en"}, {"id": "698", "text": "input document", + "language": "en"}, {"id": "699", "text": "input document", "language": "en"}, + {"id": "700", "text": "input document", "language": "en"}, {"id": "701", "text": + "input document", "language": "en"}, {"id": "702", "text": "input document", + "language": "en"}, {"id": "703", "text": "input document", "language": "en"}, + {"id": "704", "text": "input document", "language": "en"}, {"id": "705", "text": + "input document", "language": "en"}, {"id": "706", "text": "input document", + "language": "en"}, {"id": "707", "text": "input document", "language": "en"}, + {"id": "708", "text": "input document", "language": "en"}, {"id": "709", "text": + "input document", "language": "en"}, {"id": "710", "text": "input document", + "language": "en"}, {"id": "711", "text": "input document", "language": "en"}, + {"id": "712", "text": "input document", "language": "en"}, {"id": "713", "text": + "input document", "language": "en"}, {"id": "714", "text": "input document", + "language": "en"}, {"id": "715", "text": "input document", "language": "en"}, + {"id": "716", "text": "input document", "language": "en"}, {"id": "717", "text": + "input document", "language": "en"}, {"id": "718", "text": "input document", + "language": "en"}, {"id": "719", "text": "input document", "language": "en"}, + {"id": "720", "text": "input document", "language": "en"}, {"id": "721", "text": + "input document", "language": "en"}, {"id": "722", "text": "input document", + "language": "en"}, {"id": "723", "text": "input document", "language": "en"}, + {"id": "724", "text": "input document", "language": "en"}, {"id": "725", "text": + "input document", "language": "en"}, {"id": "726", "text": "input document", + "language": "en"}, {"id": "727", "text": "input document", "language": "en"}, + {"id": "728", "text": "input document", "language": "en"}, {"id": "729", "text": + "input document", "language": "en"}, {"id": "730", "text": "input document", + "language": "en"}, {"id": "731", "text": "input document", "language": "en"}, + {"id": "732", "text": "input document", "language": "en"}, {"id": "733", "text": + "input document", "language": "en"}, {"id": "734", "text": "input document", + "language": "en"}, {"id": "735", "text": "input document", "language": "en"}, + {"id": "736", "text": "input document", "language": "en"}, {"id": "737", "text": + "input document", "language": "en"}, {"id": "738", "text": "input document", + "language": "en"}, {"id": "739", "text": "input document", "language": "en"}, + {"id": "740", "text": "input document", "language": "en"}, {"id": "741", "text": + "input document", "language": "en"}, {"id": "742", "text": "input document", + "language": "en"}, {"id": "743", "text": "input document", "language": "en"}, + {"id": "744", "text": "input document", "language": "en"}, {"id": "745", "text": + "input document", "language": "en"}, {"id": "746", "text": "input document", + "language": "en"}, {"id": "747", "text": "input document", "language": "en"}, + {"id": "748", "text": "input document", "language": "en"}, {"id": "749", "text": + "input document", "language": "en"}, {"id": "750", "text": "input document", + "language": "en"}, {"id": "751", "text": "input document", "language": "en"}, + {"id": "752", "text": "input document", "language": "en"}, {"id": "753", "text": + "input document", "language": "en"}, {"id": "754", "text": "input document", + "language": "en"}, {"id": "755", "text": "input document", "language": "en"}, + {"id": "756", "text": "input document", "language": "en"}, {"id": "757", "text": + "input document", "language": "en"}, {"id": "758", "text": "input document", + "language": "en"}, {"id": "759", "text": "input document", "language": "en"}, + {"id": "760", "text": "input document", "language": "en"}, {"id": "761", "text": + "input document", "language": "en"}, {"id": "762", "text": "input document", + "language": "en"}, {"id": "763", "text": "input document", "language": "en"}, + {"id": "764", "text": "input document", "language": "en"}, {"id": "765", "text": + "input document", "language": "en"}, {"id": "766", "text": "input document", + "language": "en"}, {"id": "767", "text": "input document", "language": "en"}, + {"id": "768", "text": "input document", "language": "en"}, {"id": "769", "text": + "input document", "language": "en"}, {"id": "770", "text": "input document", + "language": "en"}, {"id": "771", "text": "input document", "language": "en"}, + {"id": "772", "text": "input document", "language": "en"}, {"id": "773", "text": + "input document", "language": "en"}, {"id": "774", "text": "input document", + "language": "en"}, {"id": "775", "text": "input document", "language": "en"}, + {"id": "776", "text": "input document", "language": "en"}, {"id": "777", "text": + "input document", "language": "en"}, {"id": "778", "text": "input document", + "language": "en"}, {"id": "779", "text": "input document", "language": "en"}, + {"id": "780", "text": "input document", "language": "en"}, {"id": "781", "text": + "input document", "language": "en"}, {"id": "782", "text": "input document", + "language": "en"}, {"id": "783", "text": "input document", "language": "en"}, + {"id": "784", "text": "input document", "language": "en"}, {"id": "785", "text": + "input document", "language": "en"}, {"id": "786", "text": "input document", + "language": "en"}, {"id": "787", "text": "input document", "language": "en"}, + {"id": "788", "text": "input document", "language": "en"}, {"id": "789", "text": + "input document", "language": "en"}, {"id": "790", "text": "input document", + "language": "en"}, {"id": "791", "text": "input document", "language": "en"}, + {"id": "792", "text": "input document", "language": "en"}, {"id": "793", "text": + "input document", "language": "en"}, {"id": "794", "text": "input document", + "language": "en"}, {"id": "795", "text": "input document", "language": "en"}, + {"id": "796", "text": "input document", "language": "en"}, {"id": "797", "text": + "input document", "language": "en"}, {"id": "798", "text": "input document", + "language": "en"}, {"id": "799", "text": "input document", "language": "en"}, + {"id": "800", "text": "input document", "language": "en"}, {"id": "801", "text": + "input document", "language": "en"}, {"id": "802", "text": "input document", + "language": "en"}, {"id": "803", "text": "input document", "language": "en"}, + {"id": "804", "text": "input document", "language": "en"}, {"id": "805", "text": + "input document", "language": "en"}, {"id": "806", "text": "input document", + "language": "en"}, {"id": "807", "text": "input document", "language": "en"}, + {"id": "808", "text": "input document", "language": "en"}, {"id": "809", "text": + "input document", "language": "en"}, {"id": "810", "text": "input document", + "language": "en"}, {"id": "811", "text": "input document", "language": "en"}, + {"id": "812", "text": "input document", "language": "en"}, {"id": "813", "text": + "input document", "language": "en"}, {"id": "814", "text": "input document", + "language": "en"}, {"id": "815", "text": "input document", "language": "en"}, + {"id": "816", "text": "input document", "language": "en"}, {"id": "817", "text": + "input document", "language": "en"}, {"id": "818", "text": "input document", + "language": "en"}, {"id": "819", "text": "input document", "language": "en"}, + {"id": "820", "text": "input document", "language": "en"}, {"id": "821", "text": + "input document", "language": "en"}, {"id": "822", "text": "input document", + "language": "en"}, {"id": "823", "text": "input document", "language": "en"}, + {"id": "824", "text": "input document", "language": "en"}, {"id": "825", "text": + "input document", "language": "en"}, {"id": "826", "text": "input document", + "language": "en"}, {"id": "827", "text": "input document", "language": "en"}, + {"id": "828", "text": "input document", "language": "en"}, {"id": "829", "text": + "input document", "language": "en"}, {"id": "830", "text": "input document", + "language": "en"}, {"id": "831", "text": "input document", "language": "en"}, + {"id": "832", "text": "input document", "language": "en"}, {"id": "833", "text": + "input document", "language": "en"}, {"id": "834", "text": "input document", + "language": "en"}, {"id": "835", "text": "input document", "language": "en"}, + {"id": "836", "text": "input document", "language": "en"}, {"id": "837", "text": + "input document", "language": "en"}, {"id": "838", "text": "input document", + "language": "en"}, {"id": "839", "text": "input document", "language": "en"}, + {"id": "840", "text": "input document", "language": "en"}, {"id": "841", "text": + "input document", "language": "en"}, {"id": "842", "text": "input document", + "language": "en"}, {"id": "843", "text": "input document", "language": "en"}, + {"id": "844", "text": "input document", "language": "en"}, {"id": "845", "text": + "input document", "language": "en"}, {"id": "846", "text": "input document", + "language": "en"}, {"id": "847", "text": "input document", "language": "en"}, + {"id": "848", "text": "input document", "language": "en"}, {"id": "849", "text": + "input document", "language": "en"}, {"id": "850", "text": "input document", + "language": "en"}, {"id": "851", "text": "input document", "language": "en"}, + {"id": "852", "text": "input document", "language": "en"}, {"id": "853", "text": + "input document", "language": "en"}, {"id": "854", "text": "input document", + "language": "en"}, {"id": "855", "text": "input document", "language": "en"}, + {"id": "856", "text": "input document", "language": "en"}, {"id": "857", "text": + "input document", "language": "en"}, {"id": "858", "text": "input document", + "language": "en"}, {"id": "859", "text": "input document", "language": "en"}, + {"id": "860", "text": "input document", "language": "en"}, {"id": "861", "text": + "input document", "language": "en"}, {"id": "862", "text": "input document", + "language": "en"}, {"id": "863", "text": "input document", "language": "en"}, + {"id": "864", "text": "input document", "language": "en"}, {"id": "865", "text": + "input document", "language": "en"}, {"id": "866", "text": "input document", + "language": "en"}, {"id": "867", "text": "input document", "language": "en"}, + {"id": "868", "text": "input document", "language": "en"}, {"id": "869", "text": + "input document", "language": "en"}, {"id": "870", "text": "input document", + "language": "en"}, {"id": "871", "text": "input document", "language": "en"}, + {"id": "872", "text": "input document", "language": "en"}, {"id": "873", "text": + "input document", "language": "en"}, {"id": "874", "text": "input document", + "language": "en"}, {"id": "875", "text": "input document", "language": "en"}, + {"id": "876", "text": "input document", "language": "en"}, {"id": "877", "text": + "input document", "language": "en"}, {"id": "878", "text": "input document", + "language": "en"}, {"id": "879", "text": "input document", "language": "en"}, + {"id": "880", "text": "input document", "language": "en"}, {"id": "881", "text": + "input document", "language": "en"}, {"id": "882", "text": "input document", + "language": "en"}, {"id": "883", "text": "input document", "language": "en"}, + {"id": "884", "text": "input document", "language": "en"}, {"id": "885", "text": + "input document", "language": "en"}, {"id": "886", "text": "input document", + "language": "en"}, {"id": "887", "text": "input document", "language": "en"}, + {"id": "888", "text": "input document", "language": "en"}, {"id": "889", "text": + "input document", "language": "en"}, {"id": "890", "text": "input document", + "language": "en"}, {"id": "891", "text": "input document", "language": "en"}, + {"id": "892", "text": "input document", "language": "en"}, {"id": "893", "text": + "input document", "language": "en"}, {"id": "894", "text": "input document", + "language": "en"}, {"id": "895", "text": "input document", "language": "en"}, + {"id": "896", "text": "input document", "language": "en"}, {"id": "897", "text": + "input document", "language": "en"}, {"id": "898", "text": "input document", + "language": "en"}, {"id": "899", "text": "input document", "language": "en"}, + {"id": "900", "text": "input document", "language": "en"}, {"id": "901", "text": + "input document", "language": "en"}, {"id": "902", "text": "input document", + "language": "en"}, {"id": "903", "text": "input document", "language": "en"}, + {"id": "904", "text": "input document", "language": "en"}, {"id": "905", "text": + "input document", "language": "en"}, {"id": "906", "text": "input document", + "language": "en"}, {"id": "907", "text": "input document", "language": "en"}, + {"id": "908", "text": "input document", "language": "en"}, {"id": "909", "text": + "input document", "language": "en"}, {"id": "910", "text": "input document", + "language": "en"}, {"id": "911", "text": "input document", "language": "en"}, + {"id": "912", "text": "input document", "language": "en"}, {"id": "913", "text": + "input document", "language": "en"}, {"id": "914", "text": "input document", + "language": "en"}, {"id": "915", "text": "input document", "language": "en"}, + {"id": "916", "text": "input document", "language": "en"}, {"id": "917", "text": + "input document", "language": "en"}, {"id": "918", "text": "input document", + "language": "en"}, {"id": "919", "text": "input document", "language": "en"}, + {"id": "920", "text": "input document", "language": "en"}, {"id": "921", "text": + "input document", "language": "en"}, {"id": "922", "text": "input document", + "language": "en"}, {"id": "923", "text": "input document", "language": "en"}, + {"id": "924", "text": "input document", "language": "en"}, {"id": "925", "text": + "input document", "language": "en"}, {"id": "926", "text": "input document", + "language": "en"}, {"id": "927", "text": "input document", "language": "en"}, + {"id": "928", "text": "input document", "language": "en"}, {"id": "929", "text": + "input document", "language": "en"}, {"id": "930", "text": "input document", + "language": "en"}, {"id": "931", "text": "input document", "language": "en"}, + {"id": "932", "text": "input document", "language": "en"}, {"id": "933", "text": + "input document", "language": "en"}, {"id": "934", "text": "input document", + "language": "en"}, {"id": "935", "text": "input document", "language": "en"}, + {"id": "936", "text": "input document", "language": "en"}, {"id": "937", "text": + "input document", "language": "en"}, {"id": "938", "text": "input document", + "language": "en"}, {"id": "939", "text": "input document", "language": "en"}, + {"id": "940", "text": "input document", "language": "en"}, {"id": "941", "text": + "input document", "language": "en"}, {"id": "942", "text": "input document", + "language": "en"}, {"id": "943", "text": "input document", "language": "en"}, + {"id": "944", "text": "input document", "language": "en"}, {"id": "945", "text": + "input document", "language": "en"}, {"id": "946", "text": "input document", + "language": "en"}, {"id": "947", "text": "input document", "language": "en"}, + {"id": "948", "text": "input document", "language": "en"}, {"id": "949", "text": + "input document", "language": "en"}, {"id": "950", "text": "input document", + "language": "en"}, {"id": "951", "text": "input document", "language": "en"}, + {"id": "952", "text": "input document", "language": "en"}, {"id": "953", "text": + "input document", "language": "en"}, {"id": "954", "text": "input document", + "language": "en"}, {"id": "955", "text": "input document", "language": "en"}, + {"id": "956", "text": "input document", "language": "en"}, {"id": "957", "text": + "input document", "language": "en"}, {"id": "958", "text": "input document", + "language": "en"}, {"id": "959", "text": "input document", "language": "en"}, + {"id": "960", "text": "input document", "language": "en"}, {"id": "961", "text": + "input document", "language": "en"}, {"id": "962", "text": "input document", + "language": "en"}, {"id": "963", "text": "input document", "language": "en"}, + {"id": "964", "text": "input document", "language": "en"}, {"id": "965", "text": + "input document", "language": "en"}, {"id": "966", "text": "input document", + "language": "en"}, {"id": "967", "text": "input document", "language": "en"}, + {"id": "968", "text": "input document", "language": "en"}, {"id": "969", "text": + "input document", "language": "en"}, {"id": "970", "text": "input document", + "language": "en"}, {"id": "971", "text": "input document", "language": "en"}, + {"id": "972", "text": "input document", "language": "en"}, {"id": "973", "text": + "input document", "language": "en"}, {"id": "974", "text": "input document", + "language": "en"}, {"id": "975", "text": "input document", "language": "en"}, + {"id": "976", "text": "input document", "language": "en"}, {"id": "977", "text": + "input document", "language": "en"}, {"id": "978", "text": "input document", + "language": "en"}, {"id": "979", "text": "input document", "language": "en"}, + {"id": "980", "text": "input document", "language": "en"}, {"id": "981", "text": + "input document", "language": "en"}, {"id": "982", "text": "input document", + "language": "en"}, {"id": "983", "text": "input document", "language": "en"}, + {"id": "984", "text": "input document", "language": "en"}, {"id": "985", "text": + "input document", "language": "en"}, {"id": "986", "text": "input document", + "language": "en"}, {"id": "987", "text": "input document", "language": "en"}, + {"id": "988", "text": "input document", "language": "en"}, {"id": "989", "text": + "input document", "language": "en"}, {"id": "990", "text": "input document", + "language": "en"}, {"id": "991", "text": "input document", "language": "en"}, + {"id": "992", "text": "input document", "language": "en"}, {"id": "993", "text": + "input document", "language": "en"}, {"id": "994", "text": "input document", + "language": "en"}, {"id": "995", "text": "input document", "language": "en"}, + {"id": "996", "text": "input document", "language": "en"}, {"id": "997", "text": + "input document", "language": "en"}, {"id": "998", "text": "input document", + "language": "en"}, {"id": "999", "text": "input document", "language": "en"}, + {"id": "1000", "text": "input document", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '58965' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch + request contains too many records. Max 10 records are permitted."}}}' + headers: + apim-request-id: c5076481-6064-49b6-b2d0-5b6e61fcdb32 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 01:00:48 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '12' + status: + code: 400 + message: Bad Request + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_user_agent.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_user_agent.yaml new file mode 100644 index 000000000000..3d3ea26e32c2 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_user_agent.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + "en"}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '240' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 32548671-ab6b-451f-8f56-ccd980c91eb4 + date: Sat, 14 Nov 2020 01:00:49 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e314912f-791d-43f7-b4af-a34f19233b53 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '120' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e314912f-791d-43f7-b4af-a34f19233b53 + response: + body: + string: '{"jobId":"e314912f-791d-43f7-b4af-a34f19233b53","lastUpdateDateTime":"2020-11-14T01:00:51Z","createdDateTime":"2020-11-14T01:00:49Z","expirationDateTime":"2020-11-15T01:00:49Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 13238ca4-9e24-404f-947d-88ebba4d5884 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 01:01:19 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '97' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e314912f-791d-43f7-b4af-a34f19233b53 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_dont_use_language_hint.yaml new file mode 100644 index 000000000000..4b1d3461f723 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_dont_use_language_hint.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "This was the best day of my life.", + "language": ""}, {"id": "1", "text": "I did not like the hotel we stayed at. + It was too expensive.", "language": ""}, {"id": "2", "text": "The restaurant + was not as good as I hoped.", "language": ""}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '273' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 4b512225-454b-459b-9d9c-7be3b34ed4fe + date: Sat, 14 Nov 2020 01:01:20 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/675dc864-19f6-40bb-bdc5-ad18c71242fd + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '100' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/675dc864-19f6-40bb-bdc5-ad18c71242fd + response: + body: + string: '{"jobId":"675dc864-19f6-40bb-bdc5-ad18c71242fd","lastUpdateDateTime":"2020-11-14T01:01:21Z","createdDateTime":"2020-11-14T01:01:20Z","expirationDateTime":"2020-11-15T01:01:20Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[],"relations":[],"warnings":[]},{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: e259b633-1af9-4ca7-941e-608b65b02bec + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 01:01:51 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '68' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/675dc864-19f6-40bb-bdc5-ad18c71242fd +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint.yaml new file mode 100644 index 000000000000..13a25d89741c --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "This was the best day of my life.", + "language": "en"}, {"id": "1", "text": "I did not like the hotel we stayed at. + It was too expensive.", "language": "en"}, {"id": "2", "text": "The restaurant + was not as good as I hoped.", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '279' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 3d4303bf-d242-4e09-b5be-fe7b2d83c38a + date: Sat, 14 Nov 2020 01:01:52 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a8e2dbd4-3d36-41f2-a49b-fe999b8dffba + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '118' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a8e2dbd4-3d36-41f2-a49b-fe999b8dffba + response: + body: + string: '{"jobId":"a8e2dbd4-3d36-41f2-a49b-fe999b8dffba","lastUpdateDateTime":"2020-11-14T01:01:53Z","createdDateTime":"2020-11-14T01:01:52Z","expirationDateTime":"2020-11-15T01:01:52Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[],"relations":[],"warnings":[]},{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: c77b8adb-c2f7-4d01-94a9-d781ff0e636f + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 01:02:23 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '195' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a8e2dbd4-3d36-41f2-a49b-fe999b8dffba +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_dict_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_dict_input.yaml new file mode 100644 index 000000000000..4ad5fa327839 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_dict_input.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + "en"}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '240' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 78b6c2df-41a9-4ecd-b874-82493b9f0ee1 + date: Sat, 14 Nov 2020 01:02:24 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/f6666231-2f0c-430b-9043-98977d05f21a + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '137' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/f6666231-2f0c-430b-9043-98977d05f21a + response: + body: + string: '{"jobId":"f6666231-2f0c-430b-9043-98977d05f21a","lastUpdateDateTime":"2020-11-14T01:02:26Z","createdDateTime":"2020-11-14T01:02:24Z","expirationDateTime":"2020-11-15T01:02:24Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 6cd40be2-8ea5-44a4-bd57-3dbd6d3d623a + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 01:02:55 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '110' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/f6666231-2f0c-430b-9043-98977d05f21a +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml new file mode 100644 index 000000000000..7ce0f62cbc39 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + ""}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + ""}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '236' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: fb2d4121-7d58-4712-ae12-2a033e21702e + date: Sat, 14 Nov 2020 01:02:56 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/29ede5ce-fdac-4a43-96e1-ad022e842703 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '97' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/29ede5ce-fdac-4a43-96e1-ad022e842703 + response: + body: + string: '{"jobId":"29ede5ce-fdac-4a43-96e1-ad022e842703","lastUpdateDateTime":"2020-11-14T01:02:57Z","createdDateTime":"2020-11-14T01:02:56Z","expirationDateTime":"2020-11-15T01:02:56Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 2855ced4-2bbc-4068-9995-89f7f5bca2ce + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 01:03:26 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '56' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/29ede5ce-fdac-4a43-96e1-ad022e842703 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_obj_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_obj_input.yaml new file mode 100644 index 000000000000..d9308c3805a5 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_obj_input.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I should take my cat to the veterinarian.", + "language": "en"}, {"id": "4", "text": "Este es un document escrito en Espa\u00f1ol.", + "language": "en"}, {"id": "3", "text": "\u732b\u306f\u5e78\u305b", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '253' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 53c6628f-db47-45cf-9a7a-18cc44bc9ad1 + date: Sat, 14 Nov 2020 01:03:27 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/366c2e9b-b552-450c-ba09-1973ea396115 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '114' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/366c2e9b-b552-450c-ba09-1973ea396115 + response: + body: + string: '{"jobId":"366c2e9b-b552-450c-ba09-1973ea396115","lastUpdateDateTime":"2020-11-14T01:03:31Z","createdDateTime":"2020-11-14T01:03:28Z","expirationDateTime":"2020-11-15T01:03:28Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":17,"length":3,"text":"cat","category":"TreatmentName","confidenceScore":0.74,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0280589"},{"dataSource":"CHV","id":"0000027342"},{"dataSource":"NCI","id":"C10277"},{"dataSource":"PDQ","id":"CDR0000040974"}]},{"offset":28,"length":12,"text":"veterinarian","category":"HealthcareProfession","confidenceScore":0.99,"isNegated":false}],"relations":[],"warnings":[]},{"id":"4","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: d281a96a-41c1-48ac-8124-54a3a1f22299 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 01:03:58 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '125' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/366c2e9b-b552-450c-ba09-1973ea396115 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml new file mode 100644 index 000000000000..2a0af87fcb30 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml @@ -0,0 +1,54 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I should take my cat to the veterinarian.", + "language": "en"}, {"id": "2", "text": "\u732b\u306f\u5e78\u305b", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '166' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 949606ed-bb25-4777-a785-751c1d91bb22 + date: Sat, 14 Nov 2020 01:03:59 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/624faee6-1f10-47cc-8142-1cb12c179847 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '102' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/624faee6-1f10-47cc-8142-1cb12c179847 + response: + body: + string: '{"jobId":"624faee6-1f10-47cc-8142-1cb12c179847","lastUpdateDateTime":"2020-11-14T01:04:01Z","createdDateTime":"2020-11-14T01:04:00Z","expirationDateTime":"2020-11-15T01:04:00Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":17,"length":3,"text":"cat","category":"TreatmentName","confidenceScore":0.74,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0280589"},{"dataSource":"CHV","id":"0000027342"},{"dataSource":"NCI","id":"C10277"},{"dataSource":"PDQ","id":"CDR0000040974"}]},{"offset":28,"length":12,"text":"veterinarian","category":"HealthcareProfession","confidenceScore":0.99,"isNegated":false}],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: d161b6a7-ed49-460a-a68a-63397f738336 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 01:04:31 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '85' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/624faee6-1f10-47cc-8142-1cb12c179847 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py new file mode 100644 index 000000000000..aba22c87575a --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py @@ -0,0 +1,1265 @@ +# coding=utf-8 +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ + +import os +import pytest +import platform +import functools +import itertools + +from azure.core.exceptions import HttpResponseError, ClientAuthenticationError +from azure.core.credentials import AzureKeyCredential +from testcase import TextAnalyticsTest, GlobalTextAnalyticsAccountPreparer +from testcase import TextAnalyticsClientPreparer as _TextAnalyticsClientPreparer +from azure.ai.textanalytics import ( + TextAnalyticsClient, + EntitiesRecognitionTask, + PiiEntitiesRecognitionTask, + KeyPhraseExtractionTask, + TextDocumentInput, + VERSION, + TextAnalyticsApiVersion, +) + +# pre-apply the client_cls positional argument so it needn't be explicitly passed below +TextAnalyticsClientPreparer = functools.partial(_TextAnalyticsClientPreparer, TextAnalyticsClient) + + +class TestAnalyze(TextAnalyticsTest): + + def _interval(self): + return None if self.is_live else 0 + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_no_single_input(self, client): + with self.assertRaises(TypeError): + response = client.begin_analyze("hello world", polling_interval=self._interval()) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_all_successful_passing_dict_key_phrase_task(self, client): + docs = [{"id": "1", "language": "en", "text": "Microsoft was founded by Bill Gates and Paul Allen"}, + {"id": "2", "language": "es", "text": "Microsoft fue fundado por Bill Gates y Paul Allen"}] + + response = client.begin_analyze( + docs, + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + show_stats=True, + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].key_phrase_extraction_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 2) + + for phrases in results: + self.assertIn("Paul Allen", phrases.key_phrases) + self.assertIn("Bill Gates", phrases.key_phrases) + self.assertIn("Microsoft", phrases.key_phrases) + self.assertIsNotNone(phrases.id) + #self.assertIsNotNone(phrases.statistics) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_all_successful_passing_dict_entities_task(self, client): + docs = [{"id": "1", "language": "en", "text": "Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975."}, + {"id": "2", "language": "es", "text": "Microsoft fue fundado por Bill Gates y Paul Allen el 4 de abril de 1975."}, + {"id": "3", "language": "de", "text": "Microsoft wurde am 4. April 1975 von Bill Gates und Paul Allen gegründet."}] + + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + show_stats=True, + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].entities_recognition_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 3) + + for doc in results: + self.assertEqual(len(doc.entities), 4) + self.assertIsNotNone(doc.id) + # self.assertIsNotNone(doc.statistics) + for entity in doc.entities: + self.assertIsNotNone(entity.text) + self.assertIsNotNone(entity.category) + self.assertIsNotNone(entity.offset) + self.assertIsNotNone(entity.confidence_score) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_all_successful_passing_dict_pii_entities_task(self, client): + + docs = [{"id": "1", "text": "My SSN is 859-98-0987."}, + {"id": "2", "text": "Your ABA number - 111000025 - is the first 9 digits in the lower left hand corner of your personal check."}, + {"id": "3", "text": "Is 998.214.865-68 your Brazilian CPF number?"}] + + response = client.begin_analyze( + docs, + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + show_stats=True, + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].pii_entities_recognition_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 3) + + self.assertEqual(results[0].entities[0].text, "859-98-0987") + self.assertEqual(results[0].entities[0].category, "U.S. Social Security Number (SSN)") + self.assertEqual(results[1].entities[0].text, "111000025") + # self.assertEqual(results[1].entities[0].category, "ABA Routing Number") # Service is currently returning PhoneNumber here + self.assertEqual(results[2].entities[0].text, "998.214.865-68") + self.assertEqual(results[2].entities[0].category, "Brazil CPF Number") + for doc in results: + self.assertIsNotNone(doc.id) + # self.assertIsNotNone(doc.statistics) + for entity in doc.entities: + self.assertIsNotNone(entity.text) + self.assertIsNotNone(entity.category) + self.assertIsNotNone(entity.offset) + self.assertIsNotNone(entity.confidence_score) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_all_successful_passing_text_document_input_key_phrase_task(self, client): + docs = [ + TextDocumentInput(id="1", text="Microsoft was founded by Bill Gates and Paul Allen", language="en"), + TextDocumentInput(id="2", text="Microsoft fue fundado por Bill Gates y Paul Allen", language="es") + ] + + response = client.begin_analyze( + docs, + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + key_phrase_task_results = results_pages[0].key_phrase_extraction_results + self.assertEqual(len(key_phrase_task_results), 1) + + results = key_phrase_task_results[0].results + self.assertEqual(len(results), 2) + + for phrases in results: + self.assertIn("Paul Allen", phrases.key_phrases) + self.assertIn("Bill Gates", phrases.key_phrases) + self.assertIn("Microsoft", phrases.key_phrases) + self.assertIsNotNone(phrases.id) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_all_successful_passing_text_document_input_entities_task(self, client): + docs = [ + TextDocumentInput(id="1", text="Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975.", language="en"), + TextDocumentInput(id="2", text="Microsoft fue fundado por Bill Gates y Paul Allen el 4 de abril de 1975.", language="es"), + TextDocumentInput(id="3", text="Microsoft wurde am 4. April 1975 von Bill Gates und Paul Allen gegründet.", language="de") + ] + + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].entities_recognition_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 3) + + for doc in results: + self.assertEqual(len(doc.entities), 4) + self.assertIsNotNone(doc.id) + for entity in doc.entities: + self.assertIsNotNone(entity.text) + self.assertIsNotNone(entity.category) + self.assertIsNotNone(entity.offset) + self.assertIsNotNone(entity.confidence_score) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_all_successful_passing_text_document_input_pii_entities_task(self, client): + docs = [ + TextDocumentInput(id="1", text="My SSN is 859-98-0987."), + TextDocumentInput(id="2", text="Your ABA number - 111000025 - is the first 9 digits in the lower left hand corner of your personal check."), + TextDocumentInput(id="3", text="Is 998.214.865-68 your Brazilian CPF number?") + ] + + response = client.begin_analyze( + docs, + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].pii_entities_recognition_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 3) + + self.assertEqual(results[0].entities[0].text, "859-98-0987") + self.assertEqual(results[0].entities[0].category, "U.S. Social Security Number (SSN)") + self.assertEqual(results[1].entities[0].text, "111000025") + # self.assertEqual(results[1].entities[0].category, "ABA Routing Number") # Service is currently returning PhoneNumber here + self.assertEqual(results[2].entities[0].text, "998.214.865-68") + self.assertEqual(results[2].entities[0].category, "Brazil CPF Number") + for doc in results: + self.assertIsNotNone(doc.id) + for entity in doc.entities: + self.assertIsNotNone(entity.text) + self.assertIsNotNone(entity.category) + self.assertIsNotNone(entity.offset) + self.assertIsNotNone(entity.confidence_score) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_passing_only_string_key_phrase_task(self, client): + docs = [ + u"Microsoft was founded by Bill Gates and Paul Allen", + u"Microsoft fue fundado por Bill Gates y Paul Allen" + ] + + response = client.begin_analyze( + docs, + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + key_phrase_task_results = results_pages[0].key_phrase_extraction_results + self.assertEqual(len(key_phrase_task_results), 1) + + results = key_phrase_task_results[0].results + self.assertEqual(len(results), 2) + + self.assertIn("Paul Allen", results[0].key_phrases) + self.assertIn("Bill Gates", results[0].key_phrases) + self.assertIn("Microsoft", results[0].key_phrases) + self.assertIsNotNone(results[0].id) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_bad_request_on_empty_document(self, client): + docs = [u""] + + with self.assertRaises(HttpResponseError): + response = client.begin_analyze( + docs, + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + polling_interval=self._interval(), + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_passing_only_string_entities_task(self, client): + docs = [ + u"Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975.", + u"Microsoft fue fundado por Bill Gates y Paul Allen el 4 de abril de 1975.", + u"Microsoft wurde am 4. April 1975 von Bill Gates und Paul Allen gegründet." + ] + + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].entities_recognition_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 3) + + self.assertEqual(len(results[0].entities), 4) + self.assertIsNotNone(results[0].id) + for entity in results[0].entities: + self.assertIsNotNone(entity.text) + self.assertIsNotNone(entity.category) + self.assertIsNotNone(entity.offset) + self.assertIsNotNone(entity.confidence_score) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_passing_only_string_pii_entities_task(self, client): + docs = [ + u"My SSN is 859-98-0987.", + u"Your ABA number - 111000025 - is the first 9 digits in the lower left hand corner of your personal check.", + u"Is 998.214.865-68 your Brazilian CPF number?" + ] + + response = client.begin_analyze( + docs, + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].pii_entities_recognition_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 3) + + self.assertEqual(results[0].entities[0].text, "859-98-0987") + self.assertEqual(results[0].entities[0].category, "U.S. Social Security Number (SSN)") + self.assertEqual(results[1].entities[0].text, "111000025") + # self.assertEqual(results[1].entities[0].category, "ABA Routing Number") # Service is currently returning PhoneNumber here + self.assertEqual(results[2].entities[0].text, "998.214.865-68") + self.assertEqual(results[2].entities[0].category, "Brazil CPF Number") + + for i in range(3): + self.assertIsNotNone(results[i].id) + for entity in results[i].entities: + self.assertIsNotNone(entity.text) + self.assertIsNotNone(entity.category) + self.assertIsNotNone(entity.offset) + self.assertIsNotNone(entity.confidence_score) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_payload_too_large(self, client): + pass # TODO: verify payload size limit + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_document_warnings(self, client): + # TODO: reproduce a warnings scenario for implementation + pass + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_output_same_order_as_input_multiple_tasks(self, client): + docs = [ + TextDocumentInput(id="1", text="one"), + TextDocumentInput(id="2", text="two"), + TextDocumentInput(id="3", text="three"), + TextDocumentInput(id="4", text="four"), + TextDocumentInput(id="5", text="five") + ] + + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 5) + + for idx, doc in enumerate(results): + self.assertEqual(str(idx + 1), doc.id) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": "", + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_empty_credential_class(self, client): + with self.assertRaises(ClientAuthenticationError): + response = client.begin_analyze( + ["This is written in English."], + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": "xxxxxxxxxxxx", + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_bad_credentials(self, client): + with self.assertRaises(ClientAuthenticationError): + response = client.begin_analyze( + ["This is written in English."], + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_bad_document_input(self, client): + docs = "This is the wrong type" + + with self.assertRaises(TypeError): + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_mixing_inputs(self, client): + docs = [ + {"id": "1", "text": "Microsoft was founded by Bill Gates and Paul Allen."}, + TextDocumentInput(id="2", text="I did not like the hotel we stayed at. It was too expensive."), + u"You cannot mix string input with the above inputs" + ] + with self.assertRaises(TypeError): + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result() + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_out_of_order_ids_multiple_tasks(self, client): + docs = [{"id": "56", "text": ":)"}, + {"id": "0", "text": ":("}, + {"id": "19", "text": ":P"}, + {"id": "1", "text": ":D"}] + + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask(model_version="bad")], # at this moment this should cause all documents to be errors, which isn't correct behavior but I'm using it here to test document ordering with errors. :) + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + in_order = ["56", "0", "19", "1"] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), len(docs)) + + for idx, resp in enumerate(results): + self.assertEqual(resp.id, in_order[idx]) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_show_stats_and_model_version_multiple_tasks(self, client): + docs = [{"id": "56", "text": ":)"}, + {"id": "0", "text": ":("}, + {"id": "19", "text": ":P"}, + {"id": "1", "text": ":D"}] + + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask(model_version="latest")], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask(model_version="latest")], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask(model_version="latest")], + show_stats=True, + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), len(docs)) + + # self.assertEqual(results.statistics.document_count, 5) + # self.assertEqual(results.statistics.transaction_count, 4) + # self.assertEqual(results.statistics.valid_document_count, 4) + # self.assertEqual(results.statistics.erroneous_document_count, 1) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_whole_batch_language_hint(self, client): + docs = [ + u"This was the best day of my life.", + u"I did not like the hotel we stayed at. It was too expensive.", + u"The restaurant was not as good as I hoped." + ] + + response = list(client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + language="en", + polling_interval=self._interval(), + ).result()) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(response[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_whole_batch_dont_use_language_hint(self, client): + docs = [ + u"This was the best day of my life.", + u"I did not like the hotel we stayed at. It was too expensive.", + u"The restaurant was not as good as I hoped." + ] + + response = list(client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + language="", + polling_interval=self._interval(), + ).result()) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(response[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_per_item_dont_use_language_hint(self, client): + docs = [{"id": "1", "language": "", "text": "I will go to the park."}, + {"id": "2", "language": "", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + response = list(client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result()) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(response[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_whole_batch_language_hint_and_obj_input(self, client): + def callback(resp): + language_str = "\"language\": \"de\"" + language = resp.http_request.body.count(language_str) + self.assertEqual(language, 3) + + docs = [ + TextDocumentInput(id="1", text="I should take my cat to the veterinarian."), + TextDocumentInput(id="4", text="Este es un document escrito en Español."), + TextDocumentInput(id="3", text="猫は幸せ"), + ] + + response = list(client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + language="en", + polling_interval=self._interval(), + ).result()) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(response[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_whole_batch_language_hint_and_dict_input(self, client): + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + response = list(client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + language="en", + polling_interval=self._interval(), + ).result()) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(response[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_whole_batch_language_hint_and_obj_per_item_hints(self, client): + docs = [ + TextDocumentInput(id="1", text="I should take my cat to the veterinarian.", language="en"), + TextDocumentInput(id="2", text="Este es un document escrito en Español.", language="en"), + TextDocumentInput(id="3", text="猫は幸せ"), + ] + + response = list(client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + language="en", + polling_interval=self._interval(), + ).result()) + + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(response[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_whole_batch_language_hint_and_dict_per_item_hints(self, client): + docs = [{"id": "1", "language": "en", "text": "I will go to the park."}, + {"id": "2", "language": "en", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + response = list(client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + language="en", + polling_interval=self._interval(), + ).result()) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(response[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com", + "default_language": "en" + }) + def test_client_passed_default_language_hint(self, client): + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + response = list(client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result()) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + tasks = getattr(response[0], task_type) # only expecting a single page of results here + self.assertEqual(len(tasks), 1) + self.assertEqual(len(tasks[0].results), 3) + + for r in tasks[0].results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_invalid_language_hint_method(self, client): + response = list(client.begin_analyze( + ["This should fail because we're passing in an invalid language hint"], + language="notalanguage", + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result()) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + tasks = getattr(response[0], task_type) # only expecting a single page of results here + self.assertEqual(len(tasks), 1) + + for r in tasks[0].results: + self.assertTrue(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_invalid_language_hint_docs(self, client): + response = list(client.begin_analyze( + [{"id": "1", "language": "notalanguage", "text": "This should fail because we're passing in an invalid language hint"}], + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result()) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + tasks = getattr(response[0], task_type) # only expecting a single page of results here + self.assertEqual(len(tasks), 1) + + for r in tasks[0].results: + self.assertTrue(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + def test_rotate_subscription_key(self, resource_group, location, text_analytics_account, text_analytics_account_key): + text_analytics_account = "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + if self.is_live: + text_analytics_account_key = os.environ.get('AZURE_TEXT_ANALYTICS_KEY') + + credential = AzureKeyCredential(text_analytics_account_key) + client = TextAnalyticsClient(text_analytics_account, credential, api_version=TextAnalyticsApiVersion.V3_1_PREVIEW_3) + + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result() + + self.assertIsNotNone(response) + + credential.update("xxx") # Make authentication fail + with self.assertRaises(ClientAuthenticationError): + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result() + + credential.update(text_analytics_account_key) # Authenticate successfully again + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result() + self.assertIsNotNone(response) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_user_agent(self, client): + def callback(resp): + self.assertIn("azsdk-python-ai-textanalytics/{} Python/{} ({})".format( + VERSION, platform.python_version(), platform.platform()), + resp.http_request.headers["User-Agent"] + ) + + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + poller = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ) + + self.assertIn("azsdk-python-ai-textanalytics/{} Python/{} ({})".format( + VERSION, platform.python_version(), platform.platform()), + poller._polling_method._initial_response.http_request.headers["User-Agent"] + ) + + poller.result() # need to call this before tearDown runs even though we don't need the response for the test. + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_empty_document_failure(self, client): + docs = [{"id": "1", "text": ""}] + + with self.assertRaises(HttpResponseError): + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + polling_interval=self._interval(), + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_bad_model_version_error_single_task(self, client): # TODO: verify behavior of service + docs = [{"id": "1", "language": "english", "text": "I did not like the hotel we stayed at."}] + + with self.assertRaises(HttpResponseError): + result = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask(model_version="bad")], + polling_interval=self._interval(), + ).result() + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_bad_model_version_error_multiple_tasks(self, client): # TODO: verify behavior of service + docs = [{"id": "1", "language": "english", "text": "I did not like the hotel we stayed at."}] + + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask(model_version="latest")], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask(model_version="bad")], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask(model_version="bad")], + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + tasks = getattr(results_pages[0], task_type) # only expecting a single page of results here + self.assertEqual(len(tasks), 1) + + for r in tasks[0].results: + self.assertTrue(r.is_error) # This is not the optimal way to represent this failure. We are discussing a solution with the service team. + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_bad_model_version_error_all_tasks(self, client): # TODO: verify behavior of service + docs = [{"id": "1", "language": "english", "text": "I did not like the hotel we stayed at."}] + + with self.assertRaises(HttpResponseError): + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask(model_version="bad")], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask(model_version="bad")], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask(model_version="bad")], + polling_interval=self._interval(), + ).result() + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_not_passing_list_for_docs(self, client): + docs = {"id": "1", "text": "hello world"} + with pytest.raises(TypeError) as excinfo: + client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ) + assert "Input documents cannot be a dict" in str(excinfo.value) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_missing_input_records_error(self, client): + docs = [] + with pytest.raises(ValueError) as excinfo: + client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ) + assert "Input documents can not be empty or None" in str(excinfo.value) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_passing_none_docs(self, client): + with pytest.raises(ValueError) as excinfo: + client.begin_analyze(None) + assert "Input documents can not be empty or None" in str(excinfo.value) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_duplicate_ids_error(self, client): # TODO: verify behavior of service + # Duplicate Ids + docs = [{"id": "1", "text": "hello world"}, + {"id": "1", "text": "I did not like the hotel we stayed at."}] + + with self.assertRaises(HttpResponseError): + result = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result() + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_pass_cls(self, client): + def callback(pipeline_response, deserialized, _): + return "cls result" + res = client.begin_analyze( + documents=["Test passing cls to endpoint"], + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + cls=callback, + polling_interval=self._interval(), + ).result() + assert res == "cls result" + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_multiple_pages_of_results_returned_successfully(self, client): + single_doc = "hello world" + docs = [{"id": str(idx), "text": val} for (idx, val) in enumerate(list(itertools.repeat(single_doc, 25)))] # max number of documents is 25 + + result = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + show_stats=True, + polling_interval=self._interval(), + ).result() + + pages = list(result) + self.assertEqual(len(pages), 2) # default page size is 20 + + # self.assertIsNotNone(result.statistics) # statistics not working at the moment, but a bug has been filed on the service to correct this. + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + expected_results_per_page = [20, 5] + + for idx, page in enumerate(pages): + for task_type in task_types: + task_results = getattr(page, task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), expected_results_per_page[idx]) + + for doc in results: + self.assertFalse(doc.is_error) + #self.assertIsNotNone(doc.statistics) + + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_too_many_documents(self, client): + docs = list(itertools.repeat("input document", 26)) # Maximum number of documents per request is 25 + + with pytest.raises(HttpResponseError) as excinfo: + client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ) + assert excinfo.value.status_code == 400 + + + + diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py new file mode 100644 index 000000000000..6953b2254a3d --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py @@ -0,0 +1,1421 @@ +# coding=utf-8 +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ + +import os +import pytest +import platform +import functools +import itertools + +from azure.core.exceptions import HttpResponseError, ClientAuthenticationError +from azure.core.pipeline.transport import AioHttpTransport +from azure.core.credentials import AzureKeyCredential +from multidict import CIMultiDict, CIMultiDictProxy +from testcase import GlobalTextAnalyticsAccountPreparer +from testcase import TextAnalyticsClientPreparer as _TextAnalyticsClientPreparer +from asynctestcase import AsyncTextAnalyticsTest +from azure.ai.textanalytics.aio import TextAnalyticsClient +from azure.ai.textanalytics import ( + TextDocumentInput, + VERSION, + TextAnalyticsApiVersion, + EntitiesRecognitionTask, + PiiEntitiesRecognitionTask, + KeyPhraseExtractionTask +) + +# pre-apply the client_cls positional argument so it needn't be explicitly passed below +TextAnalyticsClientPreparer = functools.partial(_TextAnalyticsClientPreparer, TextAnalyticsClient) + + +class AiohttpTestTransport(AioHttpTransport): + """Workaround to vcrpy bug: https://github.com/kevin1024/vcrpy/pull/461 + """ + + async def send(self, request, **config): + response = await super(AiohttpTestTransport, self).send(request, **config) + if not isinstance(response.headers, CIMultiDictProxy): + response.headers = CIMultiDictProxy(CIMultiDict(response.internal_response.headers)) + response.content_type = response.headers.get("content-type") + return response + + +class TestAnalyzeAsync(AsyncTextAnalyticsTest): + + def _interval(self): + return None if self.is_live else 0 + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_no_single_input(self, client): + with self.assertRaises(TypeError): + response = await client.begin_analyze("hello world", polling_interval=self._interval()) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_all_successful_passing_dict_key_phrase_task(self, client): + docs = [{"id": "1", "language": "en", "text": "Microsoft was founded by Bill Gates and Paul Allen"}, + {"id": "2", "language": "es", "text": "Microsoft fue fundado por Bill Gates y Paul Allen"}] + + async with client: + response = await (await client.begin_analyze( + docs, + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + show_stats=True, + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].key_phrase_extraction_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 2) + + for phrases in results: + self.assertIn("Paul Allen", phrases.key_phrases) + self.assertIn("Bill Gates", phrases.key_phrases) + self.assertIn("Microsoft", phrases.key_phrases) + self.assertIsNotNone(phrases.id) + # self.assertIsNotNone(phrases.statistics) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_all_successful_passing_dict_entities_task(self, client): + docs = [ + {"id": "1", "language": "en", + "text": "Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975."}, + {"id": "2", "language": "es", + "text": "Microsoft fue fundado por Bill Gates y Paul Allen el 4 de abril de 1975."}, + {"id": "3", "language": "de", + "text": "Microsoft wurde am 4. April 1975 von Bill Gates und Paul Allen gegründet."}] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + show_stats=True, + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].entities_recognition_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 3) + + for doc in results: + self.assertEqual(len(doc.entities), 4) + self.assertIsNotNone(doc.id) + # self.assertIsNotNone(doc.statistics) + for entity in doc.entities: + self.assertIsNotNone(entity.text) + self.assertIsNotNone(entity.category) + self.assertIsNotNone(entity.offset) + self.assertIsNotNone(entity.confidence_score) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_all_successful_passing_dict_pii_entities_task(self, client): + + docs = [{"id": "1", "text": "My SSN is 859-98-0987."}, + {"id": "2", + "text": "Your ABA number - 111000025 - is the first 9 digits in the lower left hand corner of your personal check."}, + {"id": "3", "text": "Is 998.214.865-68 your Brazilian CPF number?"}] + + async with client: + response = await (await client.begin_analyze( + docs, + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + show_stats=True, + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].pii_entities_recognition_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 3) + + self.assertEqual(results[0].entities[0].text, "859-98-0987") + self.assertEqual(results[0].entities[0].category, "U.S. Social Security Number (SSN)") + self.assertEqual(results[1].entities[0].text, "111000025") + # self.assertEqual(results[1].entities[0].category, "ABA Routing Number") # Service is currently returning PhoneNumber here + self.assertEqual(results[2].entities[0].text, "998.214.865-68") + self.assertEqual(results[2].entities[0].category, "Brazil CPF Number") + for doc in results: + self.assertIsNotNone(doc.id) + # self.assertIsNotNone(doc.statistics) + for entity in doc.entities: + self.assertIsNotNone(entity.text) + self.assertIsNotNone(entity.category) + self.assertIsNotNone(entity.offset) + self.assertIsNotNone(entity.confidence_score) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_all_successful_passing_text_document_input_key_phrase_task(self, client): + docs = [ + TextDocumentInput(id="1", text="Microsoft was founded by Bill Gates and Paul Allen", language="en"), + TextDocumentInput(id="2", text="Microsoft fue fundado por Bill Gates y Paul Allen", language="es") + ] + + async with client: + response = await (await client.begin_analyze( + docs, + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + key_phrase_task_results = results_pages[0].key_phrase_extraction_results + self.assertEqual(len(key_phrase_task_results), 1) + + results = key_phrase_task_results[0].results + self.assertEqual(len(results), 2) + + for phrases in results: + self.assertIn("Paul Allen", phrases.key_phrases) + self.assertIn("Bill Gates", phrases.key_phrases) + self.assertIn("Microsoft", phrases.key_phrases) + self.assertIsNotNone(phrases.id) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_all_successful_passing_text_document_input_entities_task(self, client): + docs = [ + TextDocumentInput(id="1", text="Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975.", + language="en"), + TextDocumentInput(id="2", text="Microsoft fue fundado por Bill Gates y Paul Allen el 4 de abril de 1975.", + language="es"), + TextDocumentInput(id="3", text="Microsoft wurde am 4. April 1975 von Bill Gates und Paul Allen gegründet.", + language="de") + ] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].entities_recognition_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 3) + + for doc in results: + self.assertEqual(len(doc.entities), 4) + self.assertIsNotNone(doc.id) + for entity in doc.entities: + self.assertIsNotNone(entity.text) + self.assertIsNotNone(entity.category) + self.assertIsNotNone(entity.offset) + self.assertIsNotNone(entity.confidence_score) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_all_successful_passing_text_document_input_pii_entities_task(self, client): + docs = [ + TextDocumentInput(id="1", text="My SSN is 859-98-0987."), + TextDocumentInput(id="2", + text="Your ABA number - 111000025 - is the first 9 digits in the lower left hand corner of your personal check."), + TextDocumentInput(id="3", text="Is 998.214.865-68 your Brazilian CPF number?") + ] + + async with client: + response = await (await client.begin_analyze( + docs, + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].pii_entities_recognition_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 3) + + self.assertEqual(results[0].entities[0].text, "859-98-0987") + self.assertEqual(results[0].entities[0].category, "U.S. Social Security Number (SSN)") + self.assertEqual(results[1].entities[0].text, "111000025") + # self.assertEqual(results[1].entities[0].category, "ABA Routing Number") # Service is currently returning PhoneNumber here + self.assertEqual(results[2].entities[0].text, "998.214.865-68") + self.assertEqual(results[2].entities[0].category, "Brazil CPF Number") + for doc in results: + self.assertIsNotNone(doc.id) + for entity in doc.entities: + self.assertIsNotNone(entity.text) + self.assertIsNotNone(entity.category) + self.assertIsNotNone(entity.offset) + self.assertIsNotNone(entity.confidence_score) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_passing_only_string_key_phrase_task(self, client): + docs = [ + u"Microsoft was founded by Bill Gates and Paul Allen", + u"Microsoft fue fundado por Bill Gates y Paul Allen" + ] + + async with client: + response = await (await client.begin_analyze( + docs, + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + key_phrase_task_results = results_pages[0].key_phrase_extraction_results + self.assertEqual(len(key_phrase_task_results), 1) + + results = key_phrase_task_results[0].results + self.assertEqual(len(results), 2) + + self.assertIn("Paul Allen", results[0].key_phrases) + self.assertIn("Bill Gates", results[0].key_phrases) + self.assertIn("Microsoft", results[0].key_phrases) + self.assertIsNotNone(results[0].id) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_bad_request_on_empty_document(self, client): + docs = [u""] + + with self.assertRaises(HttpResponseError): + async with client: + response = await (await client.begin_analyze( + docs, + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + polling_interval=self._interval() + )).result() + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_passing_only_string_entities_task(self, client): + docs = [ + u"Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975.", + u"Microsoft fue fundado por Bill Gates y Paul Allen el 4 de abril de 1975.", + u"Microsoft wurde am 4. April 1975 von Bill Gates und Paul Allen gegründet." + ] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].entities_recognition_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 3) + + self.assertEqual(len(results[0].entities), 4) + self.assertIsNotNone(results[0].id) + for entity in results[0].entities: + self.assertIsNotNone(entity.text) + self.assertIsNotNone(entity.category) + self.assertIsNotNone(entity.offset) + self.assertIsNotNone(entity.confidence_score) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_passing_only_string_pii_entities_task(self, client): + docs = [ + u"My SSN is 859-98-0987.", + u"Your ABA number - 111000025 - is the first 9 digits in the lower left hand corner of your personal check.", + u"Is 998.214.865-68 your Brazilian CPF number?" + ] + + async with client: + response = await (await client.begin_analyze( + docs, + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].pii_entities_recognition_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 3) + + self.assertEqual(results[0].entities[0].text, "859-98-0987") + self.assertEqual(results[0].entities[0].category, "U.S. Social Security Number (SSN)") + self.assertEqual(results[1].entities[0].text, "111000025") + # self.assertEqual(results[1].entities[0].category, "ABA Routing Number") # Service is currently returning PhoneNumber here + self.assertEqual(results[2].entities[0].text, "998.214.865-68") + self.assertEqual(results[2].entities[0].category, "Brazil CPF Number") + + for i in range(3): + self.assertIsNotNone(results[i].id) + for entity in results[i].entities: + self.assertIsNotNone(entity.text) + self.assertIsNotNone(entity.category) + self.assertIsNotNone(entity.offset) + self.assertIsNotNone(entity.confidence_score) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_output_same_order_as_input_multiple_tasks(self, client): + docs = [ + TextDocumentInput(id="1", text="one"), + TextDocumentInput(id="2", text="two"), + TextDocumentInput(id="3", text="three"), + TextDocumentInput(id="4", text="four"), + TextDocumentInput(id="5", text="five") + ] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 5) + + for idx, doc in enumerate(results): + self.assertEqual(str(idx + 1), doc.id) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": "", + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_empty_credential_class(self, client): + with self.assertRaises(ClientAuthenticationError): + async with client: + response = await client.begin_analyze( + ["This is written in English."], + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": "xxxxxxxxxxxx", + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_bad_credentials(self, client): + with self.assertRaises(ClientAuthenticationError): + async with client: + response = await client.begin_analyze( + ["This is written in English."], + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_bad_document_input(self, client): + docs = "This is the wrong type" + + with self.assertRaises(TypeError): + async with client: + response = await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_mixing_inputs(self, client): + docs = [ + {"id": "1", "text": "Microsoft was founded by Bill Gates and Paul Allen."}, + TextDocumentInput(id="2", text="I did not like the hotel we stayed at. It was too expensive."), + u"You cannot mix string input with the above inputs" + ] + with self.assertRaises(TypeError): + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_out_of_order_ids_multiple_tasks(self, client): + docs = [{"id": "56", "text": ":)"}, + {"id": "0", "text": ":("}, + {"id": "19", "text": ":P"}, + {"id": "1", "text": ":D"}] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask(model_version="bad")], + # at this moment this should cause all documents to be errors, which isn't correct behavior but I'm using it here to test document ordering with errors. :) + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + in_order = ["56", "0", "19", "1"] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), len(docs)) + + for idx, resp in enumerate(results): + self.assertEqual(resp.id, in_order[idx]) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_show_stats_and_model_version_multiple_tasks(self, client): + docs = [{"id": "56", "text": ":)"}, + {"id": "0", "text": ":("}, + {"id": "19", "text": ":P"}, + {"id": "1", "text": ":D"}] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask(model_version="latest")], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask(model_version="latest")], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask(model_version="latest")], + show_stats=True, + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), len(docs)) + + # self.assertEqual(results.statistics.document_count, 5) + # self.assertEqual(results.statistics.transaction_count, 4) + # self.assertEqual(results.statistics.valid_document_count, 4) + # self.assertEqual(results.statistics.erroneous_document_count, 1) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_whole_batch_language_hint(self, client): + docs = [ + u"This was the best day of my life.", + u"I did not like the hotel we stayed at. It was too expensive.", + u"The restaurant was not as good as I hoped." + ] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + language="en", + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_whole_batch_dont_use_language_hint(self, client): + docs = [ + u"This was the best day of my life.", + u"I did not like the hotel we stayed at. It was too expensive.", + u"The restaurant was not as good as I hoped." + ] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + language="", + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_per_item_dont_use_language_hint(self, client): + docs = [{"id": "1", "language": "", "text": "I will go to the park."}, + {"id": "2", "language": "", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_whole_batch_language_hint_and_obj_input(self, client): + async def callback(resp): + language_str = "\"language\": \"de\"" + language = resp.http_request.body.count(language_str) + self.assertEqual(language, 3) + + docs = [ + TextDocumentInput(id="1", text="I should take my cat to the veterinarian."), + TextDocumentInput(id="4", text="Este es un document escrito en Español."), + TextDocumentInput(id="3", text="猫は幸せ"), + ] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + language="en", + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_whole_batch_language_hint_and_dict_input(self, client): + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + language="en", + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_whole_batch_language_hint_and_obj_per_item_hints(self, client): + docs = [ + TextDocumentInput(id="1", text="I should take my cat to the veterinarian.", language="en"), + TextDocumentInput(id="2", text="Este es un document escrito en Español.", language="en"), + TextDocumentInput(id="3", text="猫は幸せ"), + ] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + language="en", + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_whole_batch_language_hint_and_dict_per_item_hints(self, client): + docs = [{"id": "1", "language": "en", "text": "I will go to the park."}, + {"id": "2", "language": "en", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + language="en", + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com", + "default_language": "en" + }) + async def test_client_passed_default_language_hint(self, client): + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + tasks = getattr(results_pages[0], task_type) + self.assertEqual(len(tasks), 1) + self.assertEqual(len(tasks[0].results), 3) + + for r in tasks[0].results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_invalid_language_hint_method(self, client): + async with client: + response = await (await client.begin_analyze( + ["This should fail because we're passing in an invalid language hint"], + language="notalanguage", + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + tasks = getattr(results_pages[0], task_type) + self.assertEqual(len(tasks), 1) + + for r in tasks[0].results: + self.assertTrue(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_invalid_language_hint_docs(self, client): + async with client: + response = await (await client.begin_analyze( + [{"id": "1", "language": "notalanguage", + "text": "This should fail because we're passing in an invalid language hint"}], + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + tasks = getattr(results_pages[0], task_type) + self.assertEqual(len(tasks), 1) + + for r in tasks[0].results: + self.assertTrue(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + async def test_rotate_subscription_key(self, resource_group, location, text_analytics_account, + text_analytics_account_key): + text_analytics_account = "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + if self.is_live: + text_analytics_account_key = os.environ.get('AZURE_TEXT_ANALYTICS_KEY') + + credential = AzureKeyCredential(text_analytics_account_key) + client = TextAnalyticsClient(text_analytics_account, credential, api_version=TextAnalyticsApiVersion.V3_1_PREVIEW_3) + + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + self.assertIsNotNone(response) + + credential.update("xxx") # Make authentication fail + with self.assertRaises(ClientAuthenticationError): + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + credential.update(text_analytics_account_key) # Authenticate successfully again + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + self.assertIsNotNone(response) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_user_agent(self, client): + async def callback(resp): + self.assertIn("azsdk-python-ai-textanalytics/{} Python/{} ({})".format( + VERSION, platform.python_version(), platform.platform()), + resp.http_request.headers["User-Agent"] + ) + + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + async with client: + poller = await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + ) + + self.assertIn("azsdk-python-ai-textanalytics/{} Python/{} ({})".format( + VERSION, platform.python_version(), platform.platform()), + poller._polling_method._initial_response.http_request.headers["User-Agent"] + ) + + await poller.result() # need to call this before tearDown runs even though we don't need the response for the test. + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_bad_model_version_error_single_task(self, client): # TODO: verify behavior of service + docs = [{"id": "1", "language": "english", "text": "I did not like the hotel we stayed at."}] + + with self.assertRaises(HttpResponseError): + async with client: + result = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask(model_version="bad")], + polling_interval=self._interval() + )).result() + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_bad_model_version_error_multiple_tasks(self, client): # TODO: verify behavior of service + docs = [{"id": "1", "language": "english", "text": "I did not like the hotel we stayed at."}] + + async with client: + response = await(await + client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask(model_version="latest")], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask(model_version="bad")], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask(model_version="bad")], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + tasks = getattr(results_pages[0], task_type) # only expecting a single page of results here + self.assertEqual(len(tasks), 1) + + for r in tasks[0].results: + self.assertTrue( + r.is_error) # This is not the optimal way to represent this failure. We are discussing this with the service team. + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_bad_model_version_error_all_tasks(self, client): # TODO: verify behavior of service + docs = [{"id": "1", "language": "english", "text": "I did not like the hotel we stayed at."}] + + with self.assertRaises(HttpResponseError): + async with client: + result = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask(model_version="bad")], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask(model_version="bad")], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask(model_version="bad")], + polling_interval=self._interval() + )).result() + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_not_passing_list_for_docs(self, client): + docs = {"id": "1", "text": "hello world"} + with pytest.raises(TypeError) as excinfo: + async with client: + await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + ) + assert "Input documents cannot be a dict" in str(excinfo.value) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_missing_input_records_error(self, client): + docs = [] + with pytest.raises(ValueError) as excinfo: + async with client: + await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + ) + assert "Input documents can not be empty or None" in str(excinfo.value) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_passing_none_docs(self, client): + with pytest.raises(ValueError) as excinfo: + async with client: + await client.begin_analyze(None, polling_interval=self._interval()) + assert "Input documents can not be empty or None" in str(excinfo.value) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_duplicate_ids_error(self, client): # TODO: verify behavior of service + # Duplicate Ids + docs = [{"id": "1", "text": "hello world"}, + {"id": "1", "text": "I did not like the hotel we stayed at."}] + + with self.assertRaises(HttpResponseError): + async with client: + result = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_pass_cls(self, client): + def callback(pipeline_response, deserialized, _): + return "cls result" + + async with client: + res = await (await client.begin_analyze( + documents=["Test passing cls to endpoint"], + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + cls=callback, + polling_interval=self._interval() + )).result() + assert res == "cls result" + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_multiple_pages_of_results_returned_successfully(self, client): + single_doc = "hello world" + docs = [{"id": str(idx), "text": val} for (idx, val) in + enumerate(list(itertools.repeat(single_doc, 25)))] # max number of documents is 25 + + async with client: + result = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + show_stats=True, + polling_interval=self._interval() + )).result() + + pages = [] + async for p in result: + pages.append(p) + + self.assertEqual(len(pages), 2) # default page size is 20 + + # self.assertIsNotNone(result.statistics) # statistics not working at the moment, but a bug has been filed on the service to correct this. + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + expected_results_per_page = [20, 5] + + for idx, page in enumerate(pages): + for task_type in task_types: + task_results = getattr(page, task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), expected_results_per_page[idx]) + + for doc in results: + self.assertFalse(doc.is_error) + # self.assertIsNotNone(doc.statistics) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_multiple_pages_of_results_with_errors_returned_successfully(self, client): + single_doc = "hello world" + docs = [{"id": str(idx), "text": val} for (idx, val) in + enumerate(list(itertools.repeat(single_doc, 25)))] # max number of documents is 25 + + async with client: + result = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask(model_version="bad")], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + pages = [] + async for p in result: + pages.append(p) + self.assertEqual(len(pages), 2) # default page size is 20 + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + expected_results_per_page = [20, 5] + + for idx, page in enumerate(pages): + for task_type in task_types: + task_results = getattr(page, task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), expected_results_per_page[idx]) + + for doc in results: + if task_type == "entities_recognition_results": + self.assertTrue(doc.is_error) + else: + self.assertFalse(doc.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_too_many_documents(self, client): + docs = list(itertools.repeat("input document", 26)) # Maximum number of documents per request is 25 + + with pytest.raises(HttpResponseError) as excinfo: + async with client: + await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + ) + assert excinfo.value.status_code == 400 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py new file mode 100644 index 000000000000..d0e3dcf311b2 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py @@ -0,0 +1,752 @@ +# coding=utf-8 +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ + +import os +import pytest +import platform +import functools +import itertools + +from azure.core.exceptions import HttpResponseError, ClientAuthenticationError +from azure.core.credentials import AzureKeyCredential +from testcase import TextAnalyticsTest, GlobalTextAnalyticsAccountPreparer +from testcase import TextAnalyticsClientPreparer as _TextAnalyticsClientPreparer +from azure.ai.textanalytics import ( + TextAnalyticsClient, + TextDocumentInput, + VERSION, + TextAnalyticsApiVersion, +) + +# pre-apply the client_cls positional argument so it needn't be explicitly passed below +TextAnalyticsClientPreparer = functools.partial(_TextAnalyticsClientPreparer, TextAnalyticsClient) + + +class TestHealth(TextAnalyticsTest): + def _interval(self): + return None if self.is_live else 0 + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_no_single_input(self, client): + with self.assertRaises(TypeError): + response = client.begin_analyze_healthcare("hello world").result() + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_all_successful_passing_dict(self, client): + docs = [{"id": "1", "language": "en", "text": "Patient does not suffer from high blood pressure."}, + {"id": "2", "language": "en", "text": "Prescribed 100mg ibuprofen, taken twice daily."}] + + response = client.begin_analyze_healthcare(docs, show_stats=True, polling_interval=self._interval()).result() + + self.assertIsNotNone(response.statistics) + + for doc in response: + self.assertIsNotNone(doc.id) + self.assertIsNotNone(doc.statistics) + self.assertIsNotNone(doc.entities) + self.assertIsNotNone(doc.relations) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_all_successful_passing_text_document_input(self, client): + docs = [ + TextDocumentInput(id="1", text="Patient does not suffer from high blood pressure."), + TextDocumentInput(id="2", text="Prescribed 100mg ibuprofen, taken twice daily."), + ] + + response = client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result() + + self.assertIsNone(response.statistics) # show_stats=False by default + + for doc in response: + self.assertIsNotNone(doc.id) + self.assertIsNone(doc.statistics) + self.assertIsNotNone(doc.entities) + self.assertIsNotNone(doc.relations) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_passing_only_string(self, client): + docs = [ + u"Patient does not suffer from high blood pressure.", + u"Prescribed 100mg ibuprofen, taken twice daily.", + u"" + ] + + response = list(client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result()) + + for i in range(2): + self.assertIsNotNone(response[i].id) + self.assertIsNone(response[i].statistics) + self.assertIsNotNone(response[i].entities) + self.assertIsNotNone(response[i].relations) + + self.assertTrue(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_input_with_some_errors(self, client): + docs = [{"id": "1", "language": "en", "text": ""}, + {"id": "2", "language": "english", "text": "Patient does not suffer from high blood pressure."}, + {"id": "3", "language": "en", "text": "Prescribed 100mg ibuprofen, taken twice daily."}] + + response = list(client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result()) + self.assertTrue(response[0].is_error) + self.assertTrue(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_input_with_all_errors(self, client): + docs = [{"id": "1", "language": "en", "text": ""}, + {"id": "2", "language": "english", "text": "Patient does not suffer from high blood pressure."}, + {"id": "3", "language": "en", "text": ""}] + + response = list(client.begin_analyze_healthcare(docs).result()) + self.assertTrue(response[0].is_error) + self.assertTrue(response[1].is_error) + self.assertTrue(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_too_many_documents(self, client): + docs = list(itertools.repeat("input document", 11)) # Maximum number of documents per request is 10 + + with pytest.raises(HttpResponseError) as excinfo: + client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + + assert excinfo.value.status_code == 400 + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_payload_too_large(self, client): + large_doc = "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | \ + CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 \ + Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: \ + CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: \ + The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. \ + The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and \ + 50% left main disease , with a strong family history of coronary artery disease with a brother dying at \ + the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. \ + The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities ,\ + but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions \ + in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient's \ + increased symptoms and family history and history left main disease with total occasional of his RCA was referred \ + for revascularization with open heart surgery." + docs = list(itertools.repeat(large_doc, 500)) + + with pytest.raises(HttpResponseError) as excinfo: + client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + assert excinfo.value.status_code == 413 + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_document_warnings(self, client): + # TODO: reproduce a warnings scenario for implementation + docs = [ + {"id": "1", "text": "This won't actually create a warning :'("}, + ] + + result = client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result() + response = list(result) + for doc in response: + doc_warnings = doc.warnings + self.assertEqual(len(doc_warnings), 0) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_output_same_order_as_input(self, client): + docs = [ + TextDocumentInput(id="1", text="one"), + TextDocumentInput(id="2", text="two"), + TextDocumentInput(id="3", text="three"), + TextDocumentInput(id="4", text="four"), + TextDocumentInput(id="5", text="five") + ] + + response = client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result() + + for idx, doc in enumerate(response): + self.assertEqual(str(idx + 1), doc.id) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": "", + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_empty_credential_class(self, client): + with self.assertRaises(ClientAuthenticationError): + response = client.begin_analyze_healthcare( + ["This is written in English."], + polling_interval=self._interval() + ).result() + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": "xxxx", + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_bad_credentials(self, client): + with self.assertRaises(ClientAuthenticationError): + response = client.begin_analyze_healthcare( + ["This is written in English."], + polling_interval=self._interval() + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_bad_document_input(self, client): + docs = "This is the wrong type" + + with self.assertRaises(TypeError): + response = client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_mixing_inputs(self, client): + docs = [ + {"id": "1", "text": "Microsoft was founded by Bill Gates and Paul Allen."}, + TextDocumentInput(id="2", text="I did not like the hotel we stayed at. It was too expensive."), + u"You cannot mix string input with the above inputs" + ] + with self.assertRaises(TypeError): + response = client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_out_of_order_ids(self, client): + docs = [{"id": "56", "text": ":)"}, + {"id": "0", "text": ":("}, + {"id": "22", "text": ""}, + {"id": "19", "text": ":P"}, + {"id": "1", "text": ":D"}] + + response = list(client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result()) + expected_order = ["56", "0", "22", "19", "1"] + actual_order = [x.id for x in response] + + for idx, resp in enumerate(response): + self.assertEqual(resp.id, expected_order[idx]) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_show_stats_and_model_version(self, client): + docs = [{"id": "56", "text": ":)"}, + {"id": "0", "text": ":("}, + {"id": "22", "text": ""}, + {"id": "19", "text": ":P"}, + {"id": "1", "text": ":D"}] + + response = client.begin_analyze_healthcare( + docs, + show_stats=True, + model_version="2020-09-03", + polling_interval=self._interval() + ).result() + + self.assertIsNotNone(response) + self.assertIsNotNone(response.model_version) + self.assertEqual("2020-09-03", response.model_version) + self.assertEqual(response.statistics.documents_count, 5) + self.assertEqual(response.statistics.transactions_count, 4) + self.assertEqual(response.statistics.valid_documents_count, 4) + self.assertEqual(response.statistics.erroneous_documents_count, 1) + + for doc in response: + if not doc.is_error: + self.assertIsNotNone(doc.statistics) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_whole_batch_language_hint(self, client): + docs = [ + u"This was the best day of my life.", + u"I did not like the hotel we stayed at. It was too expensive.", + u"The restaurant was not as good as I hoped." + ] + + response = list(client.begin_analyze_healthcare(docs, language="en", polling_interval=self._interval()).result()) + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_whole_batch_dont_use_language_hint(self, client): + docs = [ + u"This was the best day of my life.", + u"I did not like the hotel we stayed at. It was too expensive.", + u"The restaurant was not as good as I hoped." + ] + + response = list(client.begin_analyze_healthcare(docs, language="", polling_interval=self._interval()).result()) + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_per_item_dont_use_language_hint(self, client): + docs = [{"id": "1", "language": "", "text": "I will go to the park."}, + {"id": "2", "language": "", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + response = list(client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result()) + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_whole_batch_language_hint_and_obj_input(self, client): + docs = [ + TextDocumentInput(id="1", text="I should take my cat to the veterinarian."), + TextDocumentInput(id="4", text="Este es un document escrito en Español."), + TextDocumentInput(id="3", text="猫は幸せ"), + ] + + response = list(client.begin_analyze_healthcare(docs, language="en", polling_interval=self._interval()).result()) + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_whole_batch_language_hint_and_dict_input(self, client): + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + response = list(client.begin_analyze_healthcare(docs, language="en", polling_interval=self._interval()).result()) + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_whole_batch_language_hint_and_obj_per_item_hints(self, client): + docs = [ + TextDocumentInput(id="1", text="I should take my cat to the veterinarian.", language="en"), + TextDocumentInput(id="2", text="猫は幸せ"), + ] + + response = list(client.begin_analyze_healthcare(docs, language="en", polling_interval=self._interval()).result()) + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_whole_batch_language_hint_and_dict_per_item_hints(self, client): + docs = [{"id": "1", "language": "", "text": "I will go to the park."}, + {"id": "2", "language": "", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + response = list(client.begin_analyze_healthcare(docs, language="en", polling_interval=self._interval()).result()) + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com", + "default_language": "en" + }) + def test_client_passed_default_language_hint(self, client): + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + result = client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result() + response = list(result) + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_invalid_language_hint_method(self, client): + response = list(client.begin_analyze_healthcare( + ["This should fail because we're passing in an invalid language hint"], language="notalanguage", polling_interval=self._interval() + ).result()) + self.assertEqual(response[0].error.code, 'UnsupportedLanguageCode') + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_invalid_language_hint_docs(self, client): + response = list(client.begin_analyze_healthcare( + [{"id": "1", "language": "notalanguage", "text": "This should fail because we're passing in an invalid language hint"}], + polling_interval=self._interval() + ).result()) + self.assertEqual(response[0].error.code, 'UnsupportedLanguageCode') + + @GlobalTextAnalyticsAccountPreparer() + def test_rotate_subscription_key(self, resource_group, location, text_analytics_account, text_analytics_account_key): + text_analytics_account = "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + if self.is_live: + text_analytics_account_key = os.environ.get('AZURE_TEXT_ANALYTICS_KEY') + + credential = AzureKeyCredential(text_analytics_account_key) + client = TextAnalyticsClient(text_analytics_account, credential, api_version=TextAnalyticsApiVersion.V3_1_PREVIEW_3) + + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + response = client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result() + self.assertIsNotNone(response) + + credential.update("xxx") # Make authentication fail + with self.assertRaises(ClientAuthenticationError): + response = client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result() + + credential.update(text_analytics_account_key) # Authenticate successfully again + response = client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result() + self.assertIsNotNone(response) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_user_agent(self, client): # TODO: verify + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + poller = client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + self.assertIn("azsdk-python-ai-textanalytics/{} Python/{} ({})".format( + VERSION, platform.python_version(), platform.platform()), + poller._polling_method._initial_response.http_request.headers["User-Agent"] + ) + + poller.result() # need to call this before tearDown runs even though we don't need the response for the test. + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_document_attribute_error_no_result_attribute(self, client): + docs = [{"id": "1", "text": ""}] + result = client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result() + response = list(result) + + # Attributes on DocumentError + self.assertTrue(response[0].is_error) + self.assertEqual(response[0].id, "1") + self.assertIsNotNone(response[0].error) + + # Result attribute not on DocumentError, custom error message + try: + entities = response[0].entities + except AttributeError as custom_error: + self.assertEqual( + custom_error.args[0], + '\'DocumentError\' object has no attribute \'entities\'. ' + 'The service was unable to process this document:\nDocument Id: 1\nError: ' + 'InvalidDocument - Document text is empty.\n' + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_document_attribute_error_nonexistent_attribute(self, client): + docs = [{"id": "1", "text": ""}] + result = client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result() + response = list(result) + + # Attribute not found on DocumentError or result obj, default behavior/message + try: + health = response[0].attribute_not_on_result_or_error + except AttributeError as default_behavior: + self.assertEqual( + default_behavior.args[0], + '\'DocumentError\' object has no attribute \'attribute_not_on_result_or_error\'' + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_bad_model_version_error(self, client): + docs = [{"id": "1", "language": "english", "text": "I did not like the hotel we stayed at."}] + + try: + result = client.begin_analyze_healthcare(docs, model_version="bad", polling_interval=self._interval()).result() + except HttpResponseError as err: + self.assertEqual(err.error.code, "ModelVersionIncorrect") + self.assertIsNotNone(err.error.message) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_document_errors(self, client): + text = "" + for _ in range(5121): + text += "x" + + docs = [{"id": "1", "text": ""}, + {"id": "2", "language": "english", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": text}] + + result = client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result() + doc_errors = list(result) + self.assertEqual(doc_errors[0].error.code, "InvalidDocument") + self.assertIsNotNone(doc_errors[0].error.message) + self.assertEqual(doc_errors[1].error.code, "UnsupportedLanguageCode") + self.assertIsNotNone(doc_errors[1].error.message) + self.assertEqual(doc_errors[2].error.code, "InvalidDocument") + self.assertIsNotNone(doc_errors[2].error.message) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_not_passing_list_for_docs(self, client): + docs = {"id": "1", "text": "hello world"} + with pytest.raises(TypeError) as excinfo: + client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + assert "Input documents cannot be a dict" in str(excinfo.value) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_missing_input_records_error(self, client): + docs = [] + with pytest.raises(ValueError) as excinfo: + client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + assert "Input documents can not be empty or None" in str(excinfo.value) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_passing_none_docs(self, client): + with pytest.raises(ValueError) as excinfo: + client.begin_analyze_healthcare(None, polling_interval=self._interval()) + assert "Input documents can not be empty or None" in str(excinfo.value) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_duplicate_ids_error(self, client): + # Duplicate Ids + docs = [{"id": "1", "text": "hello world"}, + {"id": "1", "text": "I did not like the hotel we stayed at."}] + try: + result = client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result() + + except HttpResponseError as err: + self.assertEqual(err.error.code, "InvalidDocument") + self.assertIsNotNone(err.error.message) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_pass_cls(self, client): + def callback(pipeline_response, deserialized, _): + return "cls result" + res = client.begin_analyze_healthcare( + documents=["Test passing cls to endpoint"], + cls=callback, + polling_interval=self._interval() + ).result() + assert res == "cls result" + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_multiple_pages_of_results_returned_successfully(self, client): + single_doc = "hello world" + docs = [{"id": str(idx), "text": val} for (idx, val) in enumerate(list(itertools.repeat(single_doc, 10)))] + # Service now only accepts 10 documents for a job, and since the current default server-side value + # for records per page is 20, pagination logic will never be activated. This is intended to change + # in the future but for now this test actually won't hit the pagination logic now. + + result = client.begin_analyze_healthcare(docs, show_stats=True, polling_interval=self._interval()).result() + response = list(result) + + self.assertEqual(len(docs), len(response)) + self.assertIsNotNone(result.statistics) + + for (idx, doc) in enumerate(response): + self.assertEqual(docs[idx]["id"], doc.id) + self.assertIsNotNone(doc.statistics) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_multiple_pages_of_results_with_errors_returned_successfully(self, client): + single_doc = "hello world" + docs = [{"id": str(idx), "text": val} for (idx, val) in enumerate(list(itertools.repeat(single_doc, 9)))] + docs.append({"id": "9", "text": ""}) + # Service now only accepts 10 documents for a job, and since the current default server-side value + # for records per page is 20, pagination logic will never be activated. This is intended to change + # in the future but for now this test actually won't hit the pagination logic now. + + + result = client.begin_analyze_healthcare(docs, show_stats=True, polling_interval=self._interval()).result() + response = list(result) + + self.assertEqual(len(docs), len(response)) + self.assertIsNotNone(result.statistics) + + for (idx, doc) in enumerate(response): + self.assertEqual(docs[idx]["id"], doc.id) + + if doc.id == "9": + self.assertTrue(doc.is_error) + + else: + self.assertFalse(doc.is_error) + self.assertIsNotNone(doc.statistics) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_cancellation(self, client): + single_doc = "hello world" + docs = [{"id": str(idx), "text": val} for (idx, val) in enumerate(list(itertools.repeat(single_doc, 10)))] + + poller = client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + cancellation_result = client.begin_cancel_analyze_healthcare(poller, polling_interval=self._interval()).result() + + self.assertIsNone(cancellation_result) + + poller.wait() + + + diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py new file mode 100644 index 000000000000..22b4d86c3a53 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py @@ -0,0 +1,875 @@ +# coding=utf-8 +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ + +import os +import pytest +import platform +import functools +import itertools + +from azure.core.exceptions import HttpResponseError, ClientAuthenticationError +from azure.core.pipeline.transport import AioHttpTransport +from azure.core.credentials import AzureKeyCredential +from multidict import CIMultiDict, CIMultiDictProxy +from testcase import GlobalTextAnalyticsAccountPreparer +from testcase import TextAnalyticsClientPreparer as _TextAnalyticsClientPreparer +from asynctestcase import AsyncTextAnalyticsTest +from azure.ai.textanalytics.aio import TextAnalyticsClient +from azure.ai.textanalytics import ( + TextDocumentInput, + VERSION, + TextAnalyticsApiVersion, +) + +# pre-apply the client_cls positional argument so it needn't be explicitly passed below +TextAnalyticsClientPreparer = functools.partial(_TextAnalyticsClientPreparer, TextAnalyticsClient) + + +class AiohttpTestTransport(AioHttpTransport): + """Workaround to vcrpy bug: https://github.com/kevin1024/vcrpy/pull/461 + """ + async def send(self, request, **config): + response = await super(AiohttpTestTransport, self).send(request, **config) + if not isinstance(response.headers, CIMultiDictProxy): + response.headers = CIMultiDictProxy(CIMultiDict(response.internal_response.headers)) + response.content_type = response.headers.get("content-type") + return response + +class TestHealth(AsyncTextAnalyticsTest): + def _interval(self): + return None if self.is_live else 0 + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_no_single_input(self, client): + with self.assertRaises(TypeError): + async with client: + response = await (await client.begin_analyze_healthcare("hello world", polling_interval=self._interval())).result() + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_all_successful_passing_dict(self, client): + docs = [{"id": "1", "language": "en", "text": "Patient does not suffer from high blood pressure."}, + {"id": "2", "language": "en", "text": "Prescribed 100mg ibuprofen, taken twice daily."}] + + async with client: + poller = await client.begin_analyze_healthcare(docs, show_stats=True, polling_interval=self._interval()) + response = await poller.result() + + self.assertIsNotNone(response.statistics) + + async for doc in response: + self.assertIsNotNone(doc.id) + self.assertIsNotNone(doc.statistics) + self.assertIsNotNone(doc.entities) + self.assertIsNotNone(doc.relations) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_all_successful_passing_text_document_input(self, client): + docs = [ + TextDocumentInput(id="1", text="Patient does not suffer from high blood pressure."), + TextDocumentInput(id="2", text="Prescribed 100mg ibuprofen, taken twice daily."), + ] + + async with client: + response = await (await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + + self.assertIsNone(response.statistics) # show_stats=False by default + + async for doc in response: + self.assertIsNotNone(doc.id) + self.assertIsNone(doc.statistics) + self.assertIsNotNone(doc.entities) + self.assertIsNotNone(doc.relations) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_passing_only_string(self, client): + docs = [ + u"Patient does not suffer from high blood pressure.", + u"Prescribed 100mg ibuprofen, taken twice daily.", + u"" + ] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + + for i in range(2): + self.assertIsNotNone(response[i].id) + self.assertIsNotNone(response[i].entities) + self.assertIsNotNone(response[i].relations) + + self.assertTrue(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_input_with_some_errors(self, client): + docs = [{"id": "1", "language": "en", "text": ""}, + {"id": "2", "language": "english", "text": "Patient does not suffer from high blood pressure."}, + {"id": "3", "language": "en", "text": "Prescribed 100mg ibuprofen, taken twice daily."}] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertTrue(response[0].is_error) + self.assertTrue(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_input_with_all_errors(self, client): + docs = [{"id": "1", "language": "en", "text": ""}, + {"id": "2", "language": "english", "text": "Patient does not suffer from high blood pressure."}, + {"id": "3", "language": "en", "text": ""}] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertTrue(response[0].is_error) + self.assertTrue(response[1].is_error) + self.assertTrue(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_too_many_documents(self, client): + docs = list(itertools.repeat("input document", 1001)) # Maximum number of documents per request is 1000 + + with pytest.raises(HttpResponseError) as excinfo: + async with client: + await client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + + assert excinfo.value.status_code == 400 + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_payload_too_large(self, client): + large_doc = "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | \ + CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 \ + Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: \ + CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: \ + The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. \ + The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and \ + 50% left main disease , with a strong family history of coronary artery disease with a brother dying at \ + the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. \ + The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities ,\ + but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions \ + in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient's \ + increased symptoms and family history and history left main disease with total occasional of his RCA was referred \ + for revascularization with open heart surgery." + docs = list(itertools.repeat(large_doc, 500)) + + with pytest.raises(HttpResponseError) as excinfo: + async with client: + await client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + + assert excinfo.value.status_code == 413 + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_document_warnings(self, client): + # TODO: reproduce a warnings scenario for implementation + docs = [ + {"id": "1", "text": "This won't actually create a warning :'("}, + ] + + async with client: + result = await (await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + + async for doc in result: + doc_warnings = doc.warnings + self.assertEqual(len(doc_warnings), 0) # Currently the service doesn't return any warnings at all even though it is expressed in the Swagger. + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_output_same_order_as_input(self, client): + docs = [ + TextDocumentInput(id="1", text="one"), + TextDocumentInput(id="2", text="two"), + TextDocumentInput(id="3", text="three"), + TextDocumentInput(id="4", text="four"), + TextDocumentInput(id="5", text="five") + ] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + for idx, doc in enumerate(response): + self.assertEqual(str(idx + 1), doc.id) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": "", + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_empty_credential_class(self, client): + with self.assertRaises(ClientAuthenticationError): + async with client: + response = await client.begin_analyze_healthcare( + ["This is written in English."], + polling_interval=self._interval() + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": "xxxx", + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_bad_credentials(self, client): + with self.assertRaises(ClientAuthenticationError): + async with client: + response = await client.begin_analyze_healthcare( + ["This is written in English."], + polling_interval=self._interval() + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_bad_document_input(self, client): + docs = "This is the wrong type" + + with self.assertRaises(TypeError): + async with client: + response = await client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_mixing_inputs(self, client): + docs = [ + {"id": "1", "text": "Microsoft was founded by Bill Gates and Paul Allen."}, + TextDocumentInput(id="2", text="I did not like the hotel we stayed at. It was too expensive."), + u"You cannot mix string input with the above inputs" + ] + with self.assertRaises(TypeError): + async with client: + response = await client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_out_of_order_ids(self, client): + docs = [{"id": "56", "text": ":)"}, + {"id": "0", "text": ":("}, + {"id": "22", "text": ""}, + {"id": "19", "text": ":P"}, + {"id": "1", "text": ":D"}] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + expected_order = ["56", "0", "22", "19", "1"] + actual_order = [x.id for x in response] + for idx, resp in enumerate(response): + self.assertEqual(resp.id, expected_order[idx]) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_show_stats_and_model_version(self, client): + docs = [{"id": "56", "text": ":)"}, + {"id": "0", "text": ":("}, + {"id": "22", "text": ""}, + {"id": "19", "text": ":P"}, + {"id": "1", "text": ":D"}] + + async with client: + response = await (await client.begin_analyze_healthcare( + docs, + show_stats=True, + model_version="2020-09-03", + polling_interval=self._interval() + )).result() + + self.assertIsNotNone(response) + self.assertIsNotNone(response.model_version) + self.assertEqual("2020-09-03", response.model_version) + self.assertEqual(response.statistics.documents_count, 5) + self.assertEqual(response.statistics.transactions_count, 4) + self.assertEqual(response.statistics.valid_documents_count, 4) + self.assertEqual(response.statistics.erroneous_documents_count, 1) + + async for doc in response: + if not doc.is_error: + self.assertIsNotNone(doc.statistics) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_whole_batch_language_hint(self, client): + docs = [ + u"This was the best day of my life.", + u"I did not like the hotel we stayed at. It was too expensive.", + u"The restaurant was not as good as I hoped." + ] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, language="en", polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_whole_batch_dont_use_language_hint(self, client): + docs = [ + u"This was the best day of my life.", + u"I did not like the hotel we stayed at. It was too expensive.", + u"The restaurant was not as good as I hoped." + ] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, language="", polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_per_item_dont_use_language_hint(self, client): + docs = [{"id": "1", "language": "", "text": "I will go to the park."}, + {"id": "2", "language": "", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_whole_batch_language_hint_and_obj_input(self, client): + docs = [ + TextDocumentInput(id="1", text="I should take my cat to the veterinarian."), + TextDocumentInput(id="4", text="Este es un document escrito en Español."), + TextDocumentInput(id="3", text="猫は幸せ"), + ] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, language="en", polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_whole_batch_language_hint_and_dict_input(self, client): + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, language="en", polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_whole_batch_language_hint_and_obj_per_item_hints(self, client): + docs = [ + TextDocumentInput(id="1", text="I should take my cat to the veterinarian.", language="en"), + TextDocumentInput(id="2", text="猫は幸せ"), + ] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, language="en", polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_whole_batch_language_hint_and_dict_per_item_hints(self, client): + docs = [{"id": "1", "language": "", "text": "I will go to the park."}, + {"id": "2", "language": "", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, language="en", polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com", + "default_language": "en" + }) + async def test_client_passed_default_language_hint(self, client): + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_invalid_language_hint_method(self, client): + docs = ["This should fail because we're passing in an invalid language hint"] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, language="notalanguage", polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertEqual(response[0].error.code, 'UnsupportedLanguageCode') + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_invalid_language_hint_docs(self, client): + docs = [{"id": "1", "language": "notalanguage", "text": "This should fail because we're passing in an invalid language hint"}] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertEqual(response[0].error.code, 'UnsupportedLanguageCode') + + @GlobalTextAnalyticsAccountPreparer() + async def test_rotate_subscription_key(self, resource_group, location, text_analytics_account, text_analytics_account_key): + text_analytics_account = "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + if self.is_live: + text_analytics_account_key = os.environ.get('AZURE_TEXT_ANALYTICS_KEY') + + credential = AzureKeyCredential(text_analytics_account_key) + client = TextAnalyticsClient(text_analytics_account, credential, api_version=TextAnalyticsApiVersion.V3_1_PREVIEW_3) + + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + async with client: + response = await (await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + self.assertIsNotNone(response) + + credential.update("xxx") # Make authentication fail + with self.assertRaises(ClientAuthenticationError): + response = await (await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + + credential.update(text_analytics_account_key) # Authenticate successfully again + response = await (await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + self.assertIsNotNone(response) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_user_agent(self, client): # TODO: verify + def callback(resp): + self.assertIn("azsdk-python-ai-textanalytics/{} Python/{} ({})".format( + VERSION, platform.python_version(), platform.platform()), + resp.http_request.headers["User-Agent"] + ) + + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + async with client: + poller = await client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + self.assertIn("azsdk-python-ai-textanalytics/{} Python/{} ({})".format( + VERSION, platform.python_version(), platform.platform()), + poller._polling_method._initial_response.http_request.headers["User-Agent"] + ) + + await poller.result() # need to call this before tearDown runs even though we don't need the response for the test. + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_document_attribute_error_no_result_attribute(self, client): + docs = [{"id": "1", "text": ""}] + async with client: + result = await(await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + # Attributes on DocumentError + self.assertTrue(response[0].is_error) + self.assertEqual(response[0].id, "1") + self.assertIsNotNone(response[0].error) + + # Result attribute not on DocumentError, custom error message + try: + entities = response[0].entities + except AttributeError as custom_error: + self.assertEqual( + custom_error.args[0], + '\'DocumentError\' object has no attribute \'entities\'. ' + 'The service was unable to process this document:\nDocument Id: 1\nError: ' + 'InvalidDocument - Document text is empty.\n' + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_document_attribute_error_nonexistent_attribute(self, client): + docs = [{"id": "1", "text": ""}] + async with client: + result = await(await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + # Attribute not found on DocumentError or result obj, default behavior/message + try: + health = response[0].attribute_not_on_result_or_error + except AttributeError as default_behavior: + self.assertEqual( + default_behavior.args[0], + '\'DocumentError\' object has no attribute \'attribute_not_on_result_or_error\'' + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_bad_model_version_error(self, client): + docs = [{"id": "1", "language": "english", "text": "I did not like the hotel we stayed at."}] + + try: + async with client: + result = await(await client.begin_analyze_healthcare(docs, model_version="bad", polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + except HttpResponseError as err: + self.assertEqual(err.error.code, "ModelVersionIncorrect") + self.assertIsNotNone(err.error.message) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_document_errors(self, client): + text = "" + for _ in range(5121): + text += "x" + + docs = [{"id": "1", "text": ""}, + {"id": "2", "language": "english", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": text}] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + doc_errors = [] + async for r in result: + doc_errors.append(r) + self.assertEqual(doc_errors[0].error.code, "InvalidDocument") + self.assertIsNotNone(doc_errors[0].error.message) + self.assertEqual(doc_errors[1].error.code, "UnsupportedLanguageCode") + self.assertIsNotNone(doc_errors[1].error.message) + self.assertEqual(doc_errors[2].error.code, "InvalidDocument") + self.assertIsNotNone(doc_errors[2].error.message) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_not_passing_list_for_docs(self, client): + docs = {"id": "1", "text": "hello world"} + with pytest.raises(TypeError) as excinfo: + async with client: + await client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + assert "Input documents cannot be a dict" in str(excinfo.value) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_missing_input_records_error(self, client): + docs = [] + with pytest.raises(ValueError) as excinfo: + async with client: + await client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + assert "Input documents can not be empty or None" in str(excinfo.value) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_passing_none_docs(self, client): + with pytest.raises(ValueError) as excinfo: + async with client: + await client.begin_analyze_healthcare(None, polling_interval=self._interval()) + assert "Input documents can not be empty or None" in str(excinfo.value) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_duplicate_ids_error(self, client): + # Duplicate Ids + docs = [{"id": "1", "text": "hello world"}, + {"id": "1", "text": "I did not like the hotel we stayed at."}] + try: + async with client: + result = await client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + except HttpResponseError as err: + self.assertEqual(err.error.code, "InvalidDocument") + self.assertIsNotNone(err.error.message) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_pass_cls(self, client): + def callback(pipeline_response, deserialized, _): + return "cls result" + + async with client: + res = await (await client.begin_analyze_healthcare( + documents=["Test passing cls to endpoint"], + cls=callback, + polling_interval=self._interval() + )).result() + assert res == "cls result" + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_multiple_pages_of_results_returned_successfully(self, client): + single_doc = "hello world" + docs = [{"id": str(idx), "text": val} for (idx, val) in enumerate(list(itertools.repeat(single_doc, 10)))] + # Service now only accepts 10 documents for a job, and since the current default server-side value + # for records per page is 20, pagination logic will never be activated. This is intended to change + # in the future but for now this test actually won't hit the pagination logic now. + + async with client: + poller = await client.begin_analyze_healthcare(docs, show_stats=True, polling_interval=self._interval()) + result = await poller.result() + response = [] + async for r in result: + response.append(r) + + self.assertEqual(len(docs), len(response)) + self.assertIsNotNone(result.statistics) + + for (idx, doc) in enumerate(response): + self.assertEqual(docs[idx]["id"], doc.id) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_multiple_pages_of_results_with_errors_returned_successfully(self, client): + single_doc = "hello world" + docs = [{"id": str(idx), "text": val} for (idx, val) in enumerate(list(itertools.repeat(single_doc, 9)))] + docs.append({"id": "9", "text": ""}) + # Service now only accepts 10 documents for a job, and since the current default server-side value + # for records per page is 20, pagination logic will never be activated. This is intended to change + # in the future but for now this test actually won't hit the pagination logic now. + + async with client: + result = await (await client.begin_analyze_healthcare(docs, show_stats=True, polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertEqual(len(docs), len(response)) + self.assertIsNotNone(result.statistics) + + for (idx, doc) in enumerate(response): + self.assertEqual(docs[idx]["id"], doc.id) + + if doc.id == "9": + self.assertTrue(doc.is_error) + + else: + self.assertFalse(doc.is_error) + self.assertIsNotNone(doc.statistics) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_cancellation(self, client): + single_doc = "hello world" + docs = [{"id": str(idx), "text": val} for (idx, val) in enumerate(list(itertools.repeat(single_doc, 10)))] + + async with client: + poller = await client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + cancellation_result = await (await client.begin_cancel_analyze_healthcare(poller, polling_interval=self._interval())).result() + + self.assertIsNone(cancellation_result) diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_json_pointer.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_json_pointer.py index 2bd2b1202c6c..4325a853f797 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_json_pointer.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_json_pointer.py @@ -106,6 +106,6 @@ def test_opinion_different_sentence_aspect(self, generated_sentiment_response): # the desired behavior is the first wrapped sentence object has an aspect, and it's opinion # is in the second sentence. # the second sentence will have no mined opinions, since we define that as an aspect and opinion duo - wrapped_sentiment = sentiment_result(response="not relevant", obj=generated_sentiment_response, response_headers={})[0] + wrapped_sentiment = sentiment_result("not relevant", generated_sentiment_response, {})[0] assert wrapped_sentiment.sentences[0].mined_opinions[0].opinions[0].text == "good" assert not wrapped_sentiment.sentences[1].mined_opinions diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/testcase.py b/sdk/textanalytics/azure-ai-textanalytics/tests/testcase.py index 09257afb3767..4faa47449fe3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/testcase.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/testcase.py @@ -38,7 +38,7 @@ def __init__(self, method_name): super(TextAnalyticsTest, self).__init__(method_name) def get_oauth_endpoint(self): - return self.get_settings_value("TEXT_ANALYTICS_ENDPOINT") + return self.get_settings_value("TEXT_ANALYTICS_ENDPOINT_STABLE") def generate_oauth_token(self): if self.is_live: diff --git a/sdk/textanalytics/tests.yml b/sdk/textanalytics/tests.yml index b18182cd3168..6031dd294f9c 100644 --- a/sdk/textanalytics/tests.yml +++ b/sdk/textanalytics/tests.yml @@ -7,7 +7,9 @@ jobs: ServiceDirectory: textanalytics EnvVars: AZURE_SUBSCRIPTION_ID: $(azure-subscription-id) - AZURE_TEXT_ANALYTICS_ENDPOINT: $(python-textanalytics-test-textanalytics-account-name) + AZURE_WHITELISTED_SUBSCRIPTION_ID: $(azure-whitelisted-subscription-id) + AZURE_TEXT_ANALYTICS_ENDPOINT_STABLE: $(python-textanalytics-test-textanalytics-account-name) + AZURE_TEXT_ANALYTICS_ENDPOINT: $(python-textanalytics-test-textanalytics-account-name-gated-preview) AZURE_TEXT_ANALYTICS_KEY: $(python-textanalytics-test-textanalytics-account-key) AZURE_TENANT_ID: $(aad-azure-sdk-test-tenant-id) AZURE_CLIENT_SECRET: $(aad-azure-sdk-test-client-secret)