ImageInsights.RecognizedEntityGroups Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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