Class StudentBodyMovementResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tci.v20190318.models.StudentBodyMovementResult
-
public class StudentBodyMovementResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StudentBodyMovementResult()StudentBodyMovementResult(StudentBodyMovementResult 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 FloatgetConfidence()Get 置信度(已废弃)FloatgetHandupConfidence()Get 举手识别结果置信度StringgetHandupStatus()Get 举手识别结果,包含举手(handup)和未举手(nothandup)LonggetHeight()Get 识别结果高度LonggetLeft()Get 识别结果左坐标StringgetMovements()Get 动作识别结果(已废弃)FloatgetStandConfidence()Get 站立识别结果置信度StringgetStandStatus()Get 站立识别结果,包含站立(stand)和坐着(sit)LonggetTop()Get 识别结果顶坐标LonggetWidth()Get 识别结果宽度voidsetConfidence(Float Confidence)Set 置信度(已废弃)voidsetHandupConfidence(Float HandupConfidence)Set 举手识别结果置信度voidsetHandupStatus(String HandupStatus)Set 举手识别结果,包含举手(handup)和未举手(nothandup)voidsetHeight(Long Height)Set 识别结果高度voidsetLeft(Long Left)Set 识别结果左坐标voidsetMovements(String Movements)Set 动作识别结果(已废弃)voidsetStandConfidence(Float StandConfidence)Set 站立识别结果置信度voidsetStandStatus(String StandStatus)Set 站立识别结果,包含站立(stand)和坐着(sit)voidsetTop(Long Top)Set 识别结果顶坐标voidsetWidth(Long Width)Set 识别结果宽度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
-
StudentBodyMovementResult
public StudentBodyMovementResult()
-
StudentBodyMovementResult
public StudentBodyMovementResult(StudentBodyMovementResult 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
-
getConfidence
public Float getConfidence()
Get 置信度(已废弃)- Returns:
- Confidence 置信度(已废弃)
-
setConfidence
public void setConfidence(Float Confidence)
Set 置信度(已废弃)- Parameters:
Confidence- 置信度(已废弃)
-
getHandupConfidence
public Float getHandupConfidence()
Get 举手识别结果置信度- Returns:
- HandupConfidence 举手识别结果置信度
-
setHandupConfidence
public void setHandupConfidence(Float HandupConfidence)
Set 举手识别结果置信度- Parameters:
HandupConfidence- 举手识别结果置信度
-
getHandupStatus
public String getHandupStatus()
Get 举手识别结果,包含举手(handup)和未举手(nothandup)- Returns:
- HandupStatus 举手识别结果,包含举手(handup)和未举手(nothandup)
-
setHandupStatus
public void setHandupStatus(String HandupStatus)
Set 举手识别结果,包含举手(handup)和未举手(nothandup)- Parameters:
HandupStatus- 举手识别结果,包含举手(handup)和未举手(nothandup)
-
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- 识别结果左坐标
-
getMovements
public String getMovements()
Get 动作识别结果(已废弃)- Returns:
- Movements 动作识别结果(已废弃)
-
setMovements
public void setMovements(String Movements)
Set 动作识别结果(已废弃)- Parameters:
Movements- 动作识别结果(已废弃)
-
getStandConfidence
public Float getStandConfidence()
Get 站立识别结果置信度- Returns:
- StandConfidence 站立识别结果置信度
-
setStandConfidence
public void setStandConfidence(Float StandConfidence)
Set 站立识别结果置信度- Parameters:
StandConfidence- 站立识别结果置信度
-
getStandStatus
public String getStandStatus()
Get 站立识别结果,包含站立(stand)和坐着(sit)- Returns:
- StandStatus 站立识别结果,包含站立(stand)和坐着(sit)
-
setStandStatus
public void setStandStatus(String StandStatus)
Set 站立识别结果,包含站立(stand)和坐着(sit)- Parameters:
StandStatus- 站立识别结果,包含站立(stand)和坐着(sit)
-
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- 识别结果宽度
-
-