Class AIConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.AIConfig
-
public class AIConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDetectType()
Get AI 分析类型。可选值为 Facemask(口罩识别)、Chefhat(厨师帽识别)、Smoking(抽烟检测)、Chefcloth(厨师服识别)、PhoneCall(接打电话识别)、Pet(宠物识别)、Body(人体识别)和Car(车辆车牌识别)等OperTimeSlot[]
getOperTimeSlot()
Get 模板生效的时间段。最多包含5组时间段Long
getTimeInterval()
Get 截图频率。可选值1~20秒void
setDetectType(String DetectType)
Set AI 分析类型。可选值为 Facemask(口罩识别)、Chefhat(厨师帽识别)、Smoking(抽烟检测)、Chefcloth(厨师服识别)、PhoneCall(接打电话识别)、Pet(宠物识别)、Body(人体识别)和Car(车辆车牌识别)等void
setOperTimeSlot(OperTimeSlot[] OperTimeSlot)
Set 模板生效的时间段。最多包含5组时间段void
setTimeInterval(Long TimeInterval)
Set 截图频率。可选值1~20秒void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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组时间段
-
-