Class AIConfig

    • Constructor Detail

      • AIConfig

        public AIConfig()
      • AIConfig

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

      • getDetectType

        public String getDetectType()
        Get AI 分析类型。可选值为 Facemask(口罩识别)、Chefhat(厨师帽识别)、Smoking(抽烟检测)、Chefcloth(厨师服识别)、PhoneCall(接打电话识别)、Pet(宠物识别)、Body(人体识别)和Car(车辆车牌识别)等
        Returns:
        DetectType AI 分析类型。可选值为 Facemask(口罩识别)、Chefhat(厨师帽识别)、Smoking(抽烟检测)、Chefcloth(厨师服识别)、PhoneCall(接打电话识别)、Pet(宠物识别)、Body(人体识别)和Car(车辆车牌识别)等
      • setDetectType

        public void setDetectType​(String DetectType)
        Set AI 分析类型。可选值为 Facemask(口罩识别)、Chefhat(厨师帽识别)、Smoking(抽烟检测)、Chefcloth(厨师服识别)、PhoneCall(接打电话识别)、Pet(宠物识别)、Body(人体识别)和Car(车辆车牌识别)等
        Parameters:
        DetectType - AI 分析类型。可选值为 Facemask(口罩识别)、Chefhat(厨师帽识别)、Smoking(抽烟检测)、Chefcloth(厨师服识别)、PhoneCall(接打电话识别)、Pet(宠物识别)、Body(人体识别)和Car(车辆车牌识别)等
      • getTimeInterval

        public Long getTimeInterval()
        Get 截图频率。可选值1~20秒
        Returns:
        TimeInterval 截图频率。可选值1~20秒
      • setTimeInterval

        public void setTimeInterval​(Long TimeInterval)
        Set 截图频率。可选值1~20秒
        Parameters:
        TimeInterval - 截图频率。可选值1~20秒
      • getOperTimeSlot

        public OperTimeSlot[] getOperTimeSlot()
        Get 模板生效的时间段。最多包含5组时间段
        Returns:
        OperTimeSlot 模板生效的时间段。最多包含5组时间段
      • setOperTimeSlot

        public void setOperTimeSlot​(OperTimeSlot[] OperTimeSlot)
        Set 模板生效的时间段。最多包含5组时间段
        Parameters:
        OperTimeSlot - 模板生效的时间段。最多包含5组时间段