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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET