Share via


ImageAnalysisResult.Tags Property

Definition

A list of content tags in the analyzed image.

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

Property Value

Remarks

This property will only be populated if ImageAnalysisFeature.Tags was included while setting ImageAnalysisOptions.Features.

Applies to