Class ImageTerrorDetect

    • Constructor Detail

      • ImageTerrorDetect

        public ImageTerrorDetect()
      • ImageTerrorDetect

        public ImageTerrorDetect​(ImageTerrorDetect source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getKeywords

        public String[] getKeywords()
        Get 关键词明细 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Keywords 关键词明细 注意:此字段可能返回 null,表示取不到有效值。
      • setKeywords

        public void setKeywords​(String[] Keywords)
        Set 关键词明细 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Keywords - 关键词明细 注意:此字段可能返回 null,表示取不到有效值。
      • getEvilType

        public Long getEvilType()
        Get 恶意类型 100:正常 24001:暴恐 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        EvilType 恶意类型 100:正常 24001:暴恐 注意:此字段可能返回 null,表示取不到有效值。
      • setEvilType

        public void setEvilType​(Long EvilType)
        Set 恶意类型 100:正常 24001:暴恐 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        EvilType - 恶意类型 100:正常 24001:暴恐 注意:此字段可能返回 null,表示取不到有效值。
      • getLabels

        public String[] getLabels()
        Get 暴恐标签:返回暴恐特征中文描述 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Labels 暴恐标签:返回暴恐特征中文描述 注意:此字段可能返回 null,表示取不到有效值。
      • setLabels

        public void setLabels​(String[] Labels)
        Set 暴恐标签:返回暴恐特征中文描述 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Labels - 暴恐标签:返回暴恐特征中文描述 注意:此字段可能返回 null,表示取不到有效值。
      • getScore

        public Long getScore()
        Get 暴恐分:分值范围0--100,分数越高暴恐倾向越明显 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Score 暴恐分:分值范围0--100,分数越高暴恐倾向越明显 注意:此字段可能返回 null,表示取不到有效值。
      • setScore

        public void setScore​(Long Score)
        Set 暴恐分:分值范围0--100,分数越高暴恐倾向越明显 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Score - 暴恐分:分值范围0--100,分数越高暴恐倾向越明显 注意:此字段可能返回 null,表示取不到有效值。
      • getHitFlag

        public Long getHitFlag()
        Get 处置判定 0:正常 1:可疑 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        HitFlag 处置判定 0:正常 1:可疑 注意:此字段可能返回 null,表示取不到有效值。
      • setHitFlag

        public void setHitFlag​(Long HitFlag)
        Set 处置判定 0:正常 1:可疑 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        HitFlag - 处置判定 0:正常 1:可疑 注意:此字段可能返回 null,表示取不到有效值。