public class ActionInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
ActionType |
getBodyPosture()
Get 躯体动作识别结果,包含坐着(sit)、站立(stand)和趴睡(sleep)
|
ActionType |
getHandup()
Get 举手识别结果,包含举手(hand)和未检测到举手(nothand)
|
Long |
getHeight()
Get 动作图像高度
|
Long |
getLeft()
Get 动作出现图像的左侧起始坐标位置
|
ActionType |
getLookHead()
Get 是否低头识别结果,包含抬头(lookingahead)和未检测到抬头(notlookingahead)
|
Long |
getTop()
Get 动作出现图像的上侧起始侧坐标位置
|
Long |
getWidth()
Get 动作图像宽度
|
ActionType |
getWriting()
Get 是否写字识别结果,包含写字(write)和未检测到写字(notlookingahead)
|
void |
setBodyPosture(ActionType BodyPosture)
Set 躯体动作识别结果,包含坐着(sit)、站立(stand)和趴睡(sleep)
|
void |
setHandup(ActionType Handup)
Set 举手识别结果,包含举手(hand)和未检测到举手(nothand)
|
void |
setHeight(Long Height)
Set 动作图像高度
|
void |
setLeft(Long Left)
Set 动作出现图像的左侧起始坐标位置
|
void |
setLookHead(ActionType LookHead)
Set 是否低头识别结果,包含抬头(lookingahead)和未检测到抬头(notlookingahead)
|
void |
setTop(Long Top)
Set 动作出现图像的上侧起始侧坐标位置
|
void |
setWidth(Long Width)
Set 动作图像宽度
|
void |
setWriting(ActionType Writing)
Set 是否写字识别结果,包含写字(write)和未检测到写字(notlookingahead)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ActionInfo()
public ActionInfo(ActionInfo source)
public ActionType getBodyPosture()
public void setBodyPosture(ActionType BodyPosture)
BodyPosture
- 躯体动作识别结果,包含坐着(sit)、站立(stand)和趴睡(sleep)public ActionType getHandup()
public void setHandup(ActionType Handup)
Handup
- 举手识别结果,包含举手(hand)和未检测到举手(nothand)public ActionType getLookHead()
public void setLookHead(ActionType LookHead)
LookHead
- 是否低头识别结果,包含抬头(lookingahead)和未检测到抬头(notlookingahead)public ActionType getWriting()
public void setWriting(ActionType Writing)
Writing
- 是否写字识别结果,包含写字(write)和未检测到写字(notlookingahead)public Long getHeight()
public void setHeight(Long Height)
Height
- 动作图像高度public Long getLeft()
public void setLeft(Long Left)
Left
- 动作出现图像的左侧起始坐标位置public Long getTop()
public void setTop(Long Top)
Top
- 动作出现图像的上侧起始侧坐标位置public Long getWidth()
public void setWidth(Long Width)
Width
- 动作图像宽度Copyright © 2021. All rights reserved.