Share via


ImageInsights.RecognizedEntityGroups Property

Definition

Gets a list of groups that contain images of entities that match the entity found in the specified image. For example, the response might include images from the general celebrity group if the entity was recognized in that group.

[Newtonsoft.Json.JsonProperty(PropertyName="recognizedEntityGroups")]
public Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.RecognizedEntitiesModule RecognizedEntityGroups { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="recognizedEntityGroups")>]
member this.RecognizedEntityGroups : Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.RecognizedEntitiesModule
Public ReadOnly Property RecognizedEntityGroups As RecognizedEntitiesModule

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to