次の方法で共有


ImageAnalysisResult.Caption プロパティ

定義

分析された画像の内容を記述する生成されたフレーズを取得します。

public Azure.AI.Vision.ImageAnalysis.ContentCaption Caption { get; }
member this.Caption : Azure.AI.Vision.ImageAnalysis.ContentCaption
Public ReadOnly Property Caption As ContentCaption

プロパティ値

注釈

このプロパティは、ImageAnalysisOptions.Features の設定中に ImageAnalysisFeature.Caption が含まれていた場合にのみ設定されます。

適用対象