Share via


RecognizedEntityGroup.RecognizedEntityRegions Property

Definition

Gets or sets the regions of the image that contain entities.

[Newtonsoft.Json.JsonProperty(PropertyName="recognizedEntityRegions")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.RecognizedEntityRegion> RecognizedEntityRegions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="recognizedEntityRegions")>]
member this.RecognizedEntityRegions : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.RecognizedEntityRegion> with get, set
Public Property RecognizedEntityRegions As IList(Of RecognizedEntityRegion)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to