github Azure/azure-sdk-for-java azure-ai-textanalytics_5.3.0-beta.1

latest releases: azure-sdk-bom_1.2.25, azure-cosmos-encryption_2.13.0, azure-cosmos_4.62.0...
pre-release19 months ago

5.3.0-beta.1 (2022-11-18)

Features Added

  • This version of the client library marks a beta release and defaults to the service API version 2022-10-01-preview.
  • Added properties fhirVersion and documentType to AnalyzeHealthcareEntitiesOptions and AnalyzeHealthcareEntitiesAction.
  • Added property fhirBundle to AnalyzeHealthcareEntitiesResult.
  • Added property confidenceScore to HealthcareEntityRelation.
  • Added enum HealthcareDocumentType and FhirVersion.
  • 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, and WeightUnit.
  • Added the Extractive Summarization feature and related models: ExtractSummaryAction, ExtractSummaryActionResult,
    ExtractSummaryResultCollection, ExtractSummaryResult, SummarySentence and SummarySentencesOrder.
    Access the feature through the beginAnalyzeActions API.
  • Added the Abstractive Summarization feature and related models: AbstractSummaryAction, AbstractSummaryActionResult,
    AbstractSummaryResultCollection, AbstractSummaryResult, AbstractiveSummary, and SummaryContext.
    Access the feature through the beginAnalyzeActions API.
  • Added the dynamic text classification on documents without needing to train a model. The feature can be used by calling:
    • Synchronous API: Response<DynamicClassifyDocumentResultCollection> dynamicClassificationBatchWithResponse(Iterable<TextDocumentInput> documents, DynamicClassificationOptions options, Context context)
    • Asynchronous API: Mono<Response<DynamicClassifyDocumentResultCollection>> dynamicClassificationBatchWithResponse(Iterable<TextDocumentInput> documents, DynamicClassificationOptions options).
    • Added new models: ClassificationType, DynamicClassificationOptions and DynamicClassifyDocumentResultCollection.
  • Added automatic language detection to long-running operation APIs. Pass auto into the document language hint to use this feature.
  • Added property detectedLanguage 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, and new enum model ScriptKind.

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

NewReleases is sending notifications on new releases.