Azure.AI.ContentUnderstanding_1.1.0

Azure OpenAI .NET Releases / 4/22/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical Usage

Key Points

  • Azure.AI.ContentUnderstanding のバージョン 1.1.0(2026-04-21)で新機能が追加されました。
  • IConfiguration から ContentUnderstandingClient を作成できるようにするため、ContentUnderstandingClientSettings が追加され、設定ベースの認証解決やDI登録に対応しています。
  • REST API が返す課金・トークン消費の情報を取り出すために、AnalyzeUsageDetails クラスと AnalyzeOperationExtensions.GetUsage() 拡張メソッドが追加されました。

1.1.0 (2026-04-21)

Features Added

  • Added ContentUnderstandingClientSettings to support creating a ContentUnderstandingClient from IConfiguration, including configuration-based credential resolution and dependency injection registration.
  • Added AnalyzeUsageDetails class and AnalyzeOperationExtensions.GetUsage() extension method to surface billing and token consumption details (AnalyzeUsageDetails) returned by the REST API.