Share via


DetectorInfo.Score Property

Definition

Gets defines score of a detector to power ML based matching.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to