Class ActionInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tci.v20190318.models.ActionInfo
-
public class ActionInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ActionInfo()ActionInfo(ActionInfo 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionTypegetBodyPosture()Get 躯体动作识别结果,包含坐着(sit)、站立(stand)和趴睡(sleep)ActionTypegetHandup()Get 举手识别结果,包含举手(hand)和未检测到举手(nothand)LonggetHeight()Get 动作图像高度LonggetLeft()Get 动作出现图像的左侧起始坐标位置ActionTypegetLookHead()Get 是否低头识别结果,包含抬头(lookingahead)和未检测到抬头(notlookingahead)LonggetTop()Get 动作出现图像的上侧起始侧坐标位置LonggetWidth()Get 动作图像宽度ActionTypegetWriting()Get 是否写字识别结果,包含写字(write)和未检测到写字(notlookingahead)voidsetBodyPosture(ActionType BodyPosture)Set 躯体动作识别结果,包含坐着(sit)、站立(stand)和趴睡(sleep)voidsetHandup(ActionType Handup)Set 举手识别结果,包含举手(hand)和未检测到举手(nothand)voidsetHeight(Long Height)Set 动作图像高度voidsetLeft(Long Left)Set 动作出现图像的左侧起始坐标位置voidsetLookHead(ActionType LookHead)Set 是否低头识别结果,包含抬头(lookingahead)和未检测到抬头(notlookingahead)voidsetTop(Long Top)Set 动作出现图像的上侧起始侧坐标位置voidsetWidth(Long Width)Set 动作图像宽度voidsetWriting(ActionType Writing)Set 是否写字识别结果,包含写字(write)和未检测到写字(notlookingahead)voidtoMap(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
-
ActionInfo
public ActionInfo()
-
ActionInfo
public ActionInfo(ActionInfo 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
-
getBodyPosture
public ActionType getBodyPosture()
Get 躯体动作识别结果,包含坐着(sit)、站立(stand)和趴睡(sleep)- Returns:
- BodyPosture 躯体动作识别结果,包含坐着(sit)、站立(stand)和趴睡(sleep)
-
setBodyPosture
public void setBodyPosture(ActionType BodyPosture)
Set 躯体动作识别结果,包含坐着(sit)、站立(stand)和趴睡(sleep)- Parameters:
BodyPosture- 躯体动作识别结果,包含坐着(sit)、站立(stand)和趴睡(sleep)
-
getHandup
public ActionType getHandup()
Get 举手识别结果,包含举手(hand)和未检测到举手(nothand)- Returns:
- Handup 举手识别结果,包含举手(hand)和未检测到举手(nothand)
-
setHandup
public void setHandup(ActionType Handup)
Set 举手识别结果,包含举手(hand)和未检测到举手(nothand)- Parameters:
Handup- 举手识别结果,包含举手(hand)和未检测到举手(nothand)
-
getLookHead
public ActionType getLookHead()
Get 是否低头识别结果,包含抬头(lookingahead)和未检测到抬头(notlookingahead)- Returns:
- LookHead 是否低头识别结果,包含抬头(lookingahead)和未检测到抬头(notlookingahead)
-
setLookHead
public void setLookHead(ActionType LookHead)
Set 是否低头识别结果,包含抬头(lookingahead)和未检测到抬头(notlookingahead)- Parameters:
LookHead- 是否低头识别结果,包含抬头(lookingahead)和未检测到抬头(notlookingahead)
-
getWriting
public ActionType getWriting()
Get 是否写字识别结果,包含写字(write)和未检测到写字(notlookingahead)- Returns:
- Writing 是否写字识别结果,包含写字(write)和未检测到写字(notlookingahead)
-
setWriting
public void setWriting(ActionType Writing)
Set 是否写字识别结果,包含写字(write)和未检测到写字(notlookingahead)- Parameters:
Writing- 是否写字识别结果,包含写字(write)和未检测到写字(notlookingahead)
-
getHeight
public Long getHeight()
Get 动作图像高度- Returns:
- Height 动作图像高度
-
setHeight
public void setHeight(Long Height)
Set 动作图像高度- Parameters:
Height- 动作图像高度
-
getLeft
public Long getLeft()
Get 动作出现图像的左侧起始坐标位置- Returns:
- Left 动作出现图像的左侧起始坐标位置
-
setLeft
public void setLeft(Long Left)
Set 动作出现图像的左侧起始坐标位置- Parameters:
Left- 动作出现图像的左侧起始坐标位置
-
getTop
public Long getTop()
Get 动作出现图像的上侧起始侧坐标位置- Returns:
- Top 动作出现图像的上侧起始侧坐标位置
-
setTop
public void setTop(Long Top)
Set 动作出现图像的上侧起始侧坐标位置- Parameters:
Top- 动作出现图像的上侧起始侧坐标位置
-
getWidth
public Long getWidth()
Get 动作图像宽度- Returns:
- Width 动作图像宽度
-
setWidth
public void setWidth(Long Width)
Set 动作图像宽度- Parameters:
Width- 动作图像宽度
-
-