github Azure/azure-sdk-for-python azure-ai-textanalytics_5.3.0b1

latest releases: azure-ai-ml_1.22.1, azure-ai-evaluation_1.0.0, azure-appconfiguration-provider_2.0.0b3...
pre-release24 months ago

5.3.0b1 (2022-11-17)

This version of the client library defaults to the service API version 2022-10-01-preview.

Features Added

  • Added the Extractive Summarization feature and related models: ExtractSummaryAction, ExtractSummaryResult, and SummarySentence.
    Access the feature through the begin_analyze_actions API.
  • Added keyword arguments fhir_version and document_type to begin_analyze_healthcare_entities and AnalyzeHealthcareEntitiesAction.
  • Added property fhir_bundle to AnalyzeHealthcareEntitiesResult.
  • Added property confidence_score to HealthcareRelation.
  • Added enum HealthcareDocumentType.
  • Added property resolutions to CategorizedEntity.
  • Added models and enums related to resolutions: BaseResolution, ResolutionKind, AgeResolution, AreaResolution,
    BooleanResolution, CurrencyResolution, DateTimeResolution, InformationResolution, LengthResolution,
    NumberResolution, NumericRangeResolution, OrdinalResolution, SpeedResolution, TemperatureResolution,
    TemporalSpanResolution, VolumeResolution, WeightResolution, AgeUnit, AreaUnit, TemporalModifier,
    InformationUnit, LengthUnit, NumberKind, RangeKind, RelativeTo, SpeedUnit, TemperatureUnit,
    VolumeUnit, DateTimeSubKind, and WeightUnit.
  • Added the Abstractive Summarization feature and related models: AbstractSummaryAction, AbstractSummaryResult, AbstractiveSummary,
    and SummaryContext. Access the feature through the begin_analyze_actions API.
  • Added automatic language detection to long-running operation APIs. Pass auto into the document language hint to use this feature.
  • Added autodetect_default_language to long-running operation APIs. Pass as the default/fallback language for automatic language detection.
  • Added property detected_language to RecognizeEntitiesResult, RecognizePiiEntitiesResult, AnalyzeHealthcareEntitiesResult,
    ExtractKeyPhrasesResult, RecognizeLinkedEntitiesResult, AnalyzeSentimentResult, RecognizeCustomEntitiesResult,
    ClassifyDocumentResult, ExtractSummaryResult, and AbstractSummaryResult to indicate the language detected by automatic language detection.
  • Added property script to DetectedLanguage to indicate the script of the input document.
  • Added the dynamic_classification client method to perform dynamic classification on documents without needing to train a model.

Other Changes

  • Removed dependency on msrest.

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.