Archived
This project has been archived by its maintainers, and is no longer receiving any updates.
Microsoft Azure SDK for Python
This package is no longer being maintained. Please install the azure-ai-textanalytics package for the latest features and support.
Release History
0.2.2 (2024-05-01)
- This package is no longer being maintained. Please install the azure-ai-textanalytics package for the latest features and support.
0.2.1 (2022-02-15)
- There is a newer version of this package. Please install the azure-ai-textanalytics package for the latest features and support.
0.2.0 (2019-03-12)
Features
- Client class can be used as a context manager to keep the underlying HTTP session open for performance
- New method "entities"
- Model KeyPhraseBatchResultItem has a new parameter statistics
- Model KeyPhraseBatchResult has a new parameter statistics
- Model LanguageBatchResult has a new parameter statistics
- Model LanguageBatchResultItem has a new parameter statistics
- Model SentimentBatchResult has a new parameter statistics
Breaking changes
- TextAnalyticsAPI main client has been renamed TextAnalyticsClient
- TextAnalyticsClient parameter is no longer a region but a complete endpoint
General Breaking changes
This version uses a next-generation code generator that might introduce breaking changes.
- Model signatures now use only keyword-argument syntax. All positional arguments must be re-written as keyword-arguments. To keep auto-completion in most cases, models are now generated for Python 2 and Python 3. Python 3 uses the "*" syntax for keyword-only arguments.
- Enum types now use the "str" mixin (class AzureEnum(str, Enum)) to
improve the behavior when unrecognized enum values are encountered.
While this is not a breaking change, the distinctions are important,
and are documented here:
https://docs.python.org/3/library/enum.html#others At a glance:
- "is" should not be used at all.
- "format" will return the string value, where "%s" string
formatting will return
NameOfEnum.stringvalue. Format syntax should be prefered.
Bugfixes
- Compatibility of the sdist with wheel 0.31.0
0.1.0 (2018-01-12)
- Initial Release
Release files for azure-cognitiveservices-language-textanalytics 0.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| azure-cognitiveservices-language-textanalytics-0.2.2.tar.gz | 15.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| azure_cognitiveservices_language_textanalytics-0.2.2-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 59.9 kB
Release files / azure-cognitiveservices-language-textanalytics-0.2.2.tar.gz
| Download URL | azure-cognitiveservices-language-textanalytics-0.2.2.tar.gz |
|---|---|
| Size | 15.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9cefd10abbbe019e59d5747d336911840fd4c4156707e47782edf6f768cad661
|
|
BLAKE2b-256 checksum How to use checksums |
d1de72195ca1fd8144dc48a8b34223922bdbb77ccd808ce6bcf4c94c189bfc39
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
RestSharp/106.13.0.0
|
Release files / azure_cognitiveservices_language_textanalytics-0.2.2-py2.py3-none-any.whl
| Download URL | azure_cognitiveservices_language_textanalytics-0.2.2-py2.py3-none-any.whl |
|---|---|
| Size | 44.8 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
9203d1099024585fd8d65c194fa1f551ffa09b09d0dae54234773ed2b319e01b
|
|
BLAKE2b-256 checksum How to use checksums |
1222ab197d00c5b3a2136bb94ac47f9ce9c222d5ad2a09ad3799ff0189502c3e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
RestSharp/106.13.0.0
|