次の方法で共有


EntireDetectResponse.IsAnomaly プロパティ

定義

isAnomaly に各入力ポイントの異常プロパティを取得または設定します。 True を指定すると、負または正のいずれかの異常が検出されました。 配列のインデックスは入力系列と一致します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象