Share via


ImageTag.BoundingBox Property

Definition

Gets the bounding box for this tag. For the default tag, there is no bounding box.

[Newtonsoft.Json.JsonProperty(PropertyName="boundingBox")]
public Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImageTagRegion BoundingBox { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="boundingBox")>]
member this.BoundingBox : Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImageTagRegion
Public ReadOnly Property BoundingBox As ImageTagRegion

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to