Share via


RecognizedEntitiesModule.Value Property

Definition

Gets a list of recognized entities.

[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.RecognizedEntityGroup> Value { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Value : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.RecognizedEntityGroup>
Public ReadOnly Property Value As IList(Of RecognizedEntityGroup)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to