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
, andSummarySentence
.
Access the feature through thebegin_analyze_actions
API. - Added keyword arguments
fhir_version
anddocument_type
tobegin_analyze_healthcare_entities
andAnalyzeHealthcareEntitiesAction
. - Added property
fhir_bundle
toAnalyzeHealthcareEntitiesResult
. - Added property
confidence_score
toHealthcareRelation
. - Added enum
HealthcareDocumentType
. - Added property
resolutions
toCategorizedEntity
. - 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
, andWeightUnit
. - Added the Abstractive Summarization feature and related models:
AbstractSummaryAction
,AbstractSummaryResult
,AbstractiveSummary
,
andSummaryContext
. Access the feature through thebegin_analyze_actions
API. - Added automatic language detection to long-running operation APIs. Pass
auto
into the documentlanguage
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
toRecognizeEntitiesResult
,RecognizePiiEntitiesResult
,AnalyzeHealthcareEntitiesResult
,
ExtractKeyPhrasesResult
,RecognizeLinkedEntitiesResult
,AnalyzeSentimentResult
,RecognizeCustomEntitiesResult
,
ClassifyDocumentResult
,ExtractSummaryResult
, andAbstractSummaryResult
to indicate the language detected by automatic language detection. - Added property
script
toDetectedLanguage
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
.