EntireDetectResponse.IsAnomaly 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.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET