EntireDetectResponse.IsAnomaly Property

Definition

Gets or sets isAnomaly contains anomaly properties for each input point. True means an anomaly either negative or positive has been detected. The index of the array is consistent with the input series.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to