Share via


EntireDetectResponse.ExpectedValues Property

Definition

Gets or sets expectedValues contain expected value for each input point. The index of the array is consistent with the input series.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to