Partager via


RecognizedEntityRegion.MatchingEntities Propriété

Définition

Obtient une liste d’entités qui, selon Bing, correspondent à l’entité trouvée dans la région. Les entités sont dans l’ordre décroissant de confiance (consultez le champ matchConfidence de RecognizedEntity).

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à