| Package | Description |
|---|---|
| com.tencentcloudapi.tci.v20190318.models |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
ActionInfo.getBodyPosture()
Get 躯体动作识别结果,包含坐着(sit)、站立(stand)和趴睡(sleep)
|
ActionType |
ActionInfo.getHandup()
Get 举手识别结果,包含举手(hand)和未检测到举手(nothand)
|
ActionType |
ActionInfo.getLookHead()
Get 是否低头识别结果,包含抬头(lookingahead)和未检测到抬头(notlookingahead)
|
ActionType |
ActionInfo.getWriting()
Get 是否写字识别结果,包含写字(write)和未检测到写字(notlookingahead)
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionInfo.setBodyPosture(ActionType BodyPosture)
Set 躯体动作识别结果,包含坐着(sit)、站立(stand)和趴睡(sleep)
|
void |
ActionInfo.setHandup(ActionType Handup)
Set 举手识别结果,包含举手(hand)和未检测到举手(nothand)
|
void |
ActionInfo.setLookHead(ActionType LookHead)
Set 是否低头识别结果,包含抬头(lookingahead)和未检测到抬头(notlookingahead)
|
void |
ActionInfo.setWriting(ActionType Writing)
Set 是否写字识别结果,包含写字(write)和未检测到写字(notlookingahead)
|
| Constructor and Description |
|---|
ActionType(ActionType 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.
|
Copyright © 2021. All rights reserved.