你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RecognizedEntityRegion.MatchingEntities 属性

定义

获取必应认为与区域中找到的实体匹配的实体的列表。 实体按置信度降序 (请参阅 RecognizedEntity) 的 matchConfidence 字段。

[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)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于