Class UnknownPerson

    • Constructor Detail

      • UnknownPerson

        public UnknownPerson()
      • UnknownPerson

        public UnknownPerson​(UnknownPerson 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

      • getVideoAppearSet

        public VideoAppearInfo[] getVideoAppearSet()
        Get 视觉出现信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        VideoAppearSet 视觉出现信息 注意:此字段可能返回 null,表示取不到有效值。
      • setVideoAppearSet

        public void setVideoAppearSet​(VideoAppearInfo[] VideoAppearSet)
        Set 视觉出现信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        VideoAppearSet - 视觉出现信息 注意:此字段可能返回 null,表示取不到有效值。
      • getPutLibraryAllowed

        public Boolean getPutLibraryAllowed()
        Get 未知人物是否可以入库(只有当未知人物人脸小图质量分符合要求时才可入库) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        PutLibraryAllowed 未知人物是否可以入库(只有当未知人物人脸小图质量分符合要求时才可入库) 注意:此字段可能返回 null,表示取不到有效值。
      • setPutLibraryAllowed

        public void setPutLibraryAllowed​(Boolean PutLibraryAllowed)
        Set 未知人物是否可以入库(只有当未知人物人脸小图质量分符合要求时才可入库) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        PutLibraryAllowed - 未知人物是否可以入库(只有当未知人物人脸小图质量分符合要求时才可入库) 注意:此字段可能返回 null,表示取不到有效值。