github Azure/azure-sdk-for-python azure-ai-contentunderstanding_1.0.0

5 hours ago

1.0.0 (2026-02-28)

Features Added

  • GA release of Azure AI Content Understanding client library for Python
  • Each ContentField subclass (e.g., StringField, NumberField) now exposes a value property with a type appropriate to that subclass (e.g., str for StringField, float for NumberField)

Other Changes

The following API changes were made from the preview SDK (1.0.0b1) to the GA SDK to align with Azure SDK for Python design guidelines:

  • Type renames: AnalyzeInputAnalysisInput, AnalyzeResultAnalysisResult, MediaContentAnalysisContent, MediaContentKindAnalysisContentKind
  • Property renames: AnalysisInput.input_rangecontent_range
  • Method signatures: begin_analyze inputs parameter is now a required keyword argument (previously optional); parameter order changed to inputs, model_deployments, processing_location
  • Method signatures: begin_analyze_binary input_range keyword renamed to content_range; parameter order changed to content_range, content_type, processing_location
  • Added new sample sample_create_analyzer_with_labels for label-based training (sync + async)

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

NewReleases is sending notifications on new releases.