AlternateFileFormatCandidate.Probability Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Probability that this extension is the right one; possible values are between 0.0 (lowest confidence) and 1.0 (highest confidence)
[System.Text.Json.Serialization.JsonPropertyName("Probability")]
public double? Probability { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("Probability")>]
member this.Probability : Nullable<double> with get, set
Public Property Probability As Nullable(Of Double)
Property Value
- Attributes