Share via


RecognizedEntity.MatchConfidence Property

Definition

Gets the confidence that Bing has that the entity in the image matches this entity. The confidence ranges from 0.0 through 1.0 with 1.0 being very confident.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to