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

RecognizedEntity.MatchConfidence 属性

定义

获取必应对图像中的实体与此实体匹配的置信度。 置信度范围为 0.0 到 1.0,1.0 非常有信心。

[Newtonsoft.Json.JsonProperty(PropertyName="matchConfidence")]
public double? MatchConfidence { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="matchConfidence")>]
member this.MatchConfidence : Nullable<double>
Public ReadOnly Property MatchConfidence As Nullable(Of Double)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于