次の方法で共有


Candidate.Confidence プロパティ

定義

信頼度レベルを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象