azure-ai-transcription 1.0.0b1__tar.gz → 1.0.0b2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- azure_ai_transcription-1.0.0b2/CHANGELOG.md +13 -0
- {azure_ai_transcription-1.0.0b1/azure_ai_transcription.egg-info → azure_ai_transcription-1.0.0b2}/PKG-INFO +8 -2
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/README.md +1 -1
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/_version.py +1 -1
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2/azure_ai_transcription.egg-info}/PKG-INFO +8 -2
- azure_ai_transcription-1.0.0b1/CHANGELOG.md +0 -7
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/LICENSE +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/MANIFEST.in +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/__init__.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/__init__.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/__init__.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/_client.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/_configuration.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/_operations/__init__.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/_operations/_operations.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/_operations/_patch.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/_patch.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/_utils/__init__.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/_utils/model_base.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/_utils/serialization.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/_utils/utils.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/aio/__init__.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/aio/_client.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/aio/_configuration.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/aio/_operations/__init__.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/aio/_operations/_operations.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/aio/_operations/_patch.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/aio/_patch.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/models/__init__.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/models/_enums.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/models/_models.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/models/_patch.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/py.typed +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure_ai_transcription.egg-info/SOURCES.txt +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure_ai_transcription.egg-info/dependency_links.txt +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure_ai_transcription.egg-info/requires.txt +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure_ai_transcription.egg-info/top_level.txt +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/pyproject.toml +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/samples/README.md +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/samples/async_samples/sample_transcribe_audio_file_async.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/samples/async_samples/sample_transcribe_from_url_async.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/samples/async_samples/sample_transcribe_multiple_languages_async.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/samples/async_samples/sample_transcribe_with_diarization_async.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/samples/async_samples/sample_transcribe_with_enhanced_mode_async.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/samples/async_samples/sample_transcribe_with_phrase_list_async.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/samples/async_samples/sample_transcribe_with_profanity_filter_async.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/samples/sample_transcribe_audio_file.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/samples/sample_transcribe_from_url.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/samples/sample_transcribe_multiple_languages.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/samples/sample_transcribe_with_diarization.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/samples/sample_transcribe_with_enhanced_mode.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/samples/sample_transcribe_with_phrase_list.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/samples/sample_transcribe_with_profanity_filter.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/setup.cfg +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/tests/conftest.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/tests/preparer.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/tests/test_transcription_basic.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/tests/test_transcription_basic_async.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/tests/test_transcription_client_management.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/tests/test_transcription_client_management_async.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/tests/test_transcription_diarization.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/tests/test_transcription_diarization_async.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/tests/test_transcription_enhanced_mode.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/tests/test_transcription_file.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/tests/test_transcription_file_async.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/tests/test_transcription_options.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/tests/test_transcription_options_async.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/tests/test_transcription_url.py +0 -0
- {azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/tests/test_transcription_url_async.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: azure-ai-transcription
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.0b2
|
|
4
4
|
Summary: Microsoft Corporation Azure AI Transcription Client Library for Python
|
|
5
5
|
Author-email: Microsoft Corporation <azpysdkhelp@microsoft.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -442,7 +442,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
|
|
|
442
442
|
<!-- LINKS -->
|
|
443
443
|
[source_code]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitiveservices/azure-ai-transcription
|
|
444
444
|
[pypi_package]: https://pypi.org/project/azure-ai-transcription/
|
|
445
|
-
[api_reference]: https://
|
|
445
|
+
[api_reference]: https://learn.microsoft.com/python/api/azure-ai-transcription/azure.ai.transcription?view=azure-python-preview
|
|
446
446
|
[product_docs]: https://learn.microsoft.com/azure/ai-services/speech-service/
|
|
447
447
|
[azure_sub]: https://azure.microsoft.com/free/
|
|
448
448
|
[speech_resource]: https://learn.microsoft.com/azure/ai-services/speech-service/overview
|
|
@@ -464,6 +464,12 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
|
|
|
464
464
|
|
|
465
465
|
# Release History
|
|
466
466
|
|
|
467
|
+
## 1.0.0b2 (2025-12-19)
|
|
468
|
+
|
|
469
|
+
### Bugs Fixed
|
|
470
|
+
|
|
471
|
+
- Fixed API reference link
|
|
472
|
+
|
|
467
473
|
## 1.0.0b1 (2025-12-03)
|
|
468
474
|
|
|
469
475
|
### Other Changes
|
|
@@ -417,7 +417,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
|
|
|
417
417
|
<!-- LINKS -->
|
|
418
418
|
[source_code]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitiveservices/azure-ai-transcription
|
|
419
419
|
[pypi_package]: https://pypi.org/project/azure-ai-transcription/
|
|
420
|
-
[api_reference]: https://
|
|
420
|
+
[api_reference]: https://learn.microsoft.com/python/api/azure-ai-transcription/azure.ai.transcription?view=azure-python-preview
|
|
421
421
|
[product_docs]: https://learn.microsoft.com/azure/ai-services/speech-service/
|
|
422
422
|
[azure_sub]: https://azure.microsoft.com/free/
|
|
423
423
|
[speech_resource]: https://learn.microsoft.com/azure/ai-services/speech-service/overview
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: azure-ai-transcription
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.0b2
|
|
4
4
|
Summary: Microsoft Corporation Azure AI Transcription Client Library for Python
|
|
5
5
|
Author-email: Microsoft Corporation <azpysdkhelp@microsoft.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -442,7 +442,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
|
|
|
442
442
|
<!-- LINKS -->
|
|
443
443
|
[source_code]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitiveservices/azure-ai-transcription
|
|
444
444
|
[pypi_package]: https://pypi.org/project/azure-ai-transcription/
|
|
445
|
-
[api_reference]: https://
|
|
445
|
+
[api_reference]: https://learn.microsoft.com/python/api/azure-ai-transcription/azure.ai.transcription?view=azure-python-preview
|
|
446
446
|
[product_docs]: https://learn.microsoft.com/azure/ai-services/speech-service/
|
|
447
447
|
[azure_sub]: https://azure.microsoft.com/free/
|
|
448
448
|
[speech_resource]: https://learn.microsoft.com/azure/ai-services/speech-service/overview
|
|
@@ -464,6 +464,12 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
|
|
|
464
464
|
|
|
465
465
|
# Release History
|
|
466
466
|
|
|
467
|
+
## 1.0.0b2 (2025-12-19)
|
|
468
|
+
|
|
469
|
+
### Bugs Fixed
|
|
470
|
+
|
|
471
|
+
- Fixed API reference link
|
|
472
|
+
|
|
467
473
|
## 1.0.0b1 (2025-12-03)
|
|
468
474
|
|
|
469
475
|
### Other Changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/__init__.py
RENAMED
|
File without changes
|
{azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/_patch.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/azure/ai/transcription/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/tests/test_transcription_basic.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/tests/test_transcription_file.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{azure_ai_transcription-1.0.0b1 → azure_ai_transcription-1.0.0b2}/tests/test_transcription_url.py
RENAMED
|
File without changes
|
|
File without changes
|