次の方法で共有


EntireDetectResponse.ExpectedValues プロパティ

定義

expectedValues に各入力ポイントの期待値が含まれる値を取得または設定します。 配列のインデックスは入力系列と一致します。

[Newtonsoft.Json.JsonProperty(PropertyName="expectedValues")]
public System.Collections.Generic.IList<double> ExpectedValues { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="expectedValues")>]
member this.ExpectedValues : System.Collections.Generic.IList<double> with get, set
Public Property ExpectedValues As IList(Of Double)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象