public class BodyMovementResult extends AbstractModel
Constructor and Description |
---|
BodyMovementResult() |
BodyMovementResult(BodyMovementResult 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 |
---|---|
Float |
getConfidence()
Get 置信度
|
Long |
getHeight()
Get 识别结果高度
|
Long |
getLeft()
Get 识别结果左坐标
|
String |
getMovements()
Get 老师动作识别结果,包含
1、teach_on_positive_attitude 正面讲解
2、point_to_the_blackboard 指黑板
3、writing_blackboard 写板书
4、other 其他
|
Long |
getTop()
Get 识别结果顶坐标
|
Long |
getWidth()
Get 识别结果宽度
|
void |
setConfidence(Float Confidence)
Set 置信度
|
void |
setHeight(Long Height)
Set 识别结果高度
|
void |
setLeft(Long Left)
Set 识别结果左坐标
|
void |
setMovements(String Movements)
Set 老师动作识别结果,包含
1、teach_on_positive_attitude 正面讲解
2、point_to_the_blackboard 指黑板
3、writing_blackboard 写板书
4、other 其他
|
void |
setTop(Long Top)
Set 识别结果顶坐标
|
void |
setWidth(Long Width)
Set 识别结果宽度
|
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 BodyMovementResult()
public BodyMovementResult(BodyMovementResult source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- 置信度public Long getHeight()
public void setHeight(Long Height)
Height
- 识别结果高度public Long getLeft()
public void setLeft(Long Left)
Left
- 识别结果左坐标public String getMovements()
public void setMovements(String Movements)
Movements
- 老师动作识别结果,包含
1、teach_on_positive_attitude 正面讲解
2、point_to_the_blackboard 指黑板
3、writing_blackboard 写板书
4、other 其他public Long getTop()
public void setTop(Long Top)
Top
- 识别结果顶坐标public Long getWidth()
public void setWidth(Long Width)
Width
- 识别结果宽度Copyright © 2021. All rights reserved.