public class TeacherOutScreenResult extends AbstractModel
Constructor and Description |
---|
TeacherOutScreenResult() |
TeacherOutScreenResult(TeacherOutScreenResult 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 |
---|---|
String |
getClass_()
Get 动作识别结果,InScreen:在屏幕内
OutScreen:不在屏幕内
Java getClass cannot and should not be overrided, hence we have to transfer it to a new name which should never conflict with another attribute.
|
Long |
getHeight()
Get 识别结果高度
|
Long |
getLeft()
Get 识别结果左坐标
|
Long |
getTop()
Get 识别结果顶坐标
|
Long |
getWidth()
Get 识别结果宽度
|
void |
setClass(String Class)
Set 动作识别结果,InScreen:在屏幕内
OutScreen:不在屏幕内
|
void |
setHeight(Long Height)
Set 识别结果高度
|
void |
setLeft(Long Left)
Set 识别结果左坐标
|
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 TeacherOutScreenResult()
public TeacherOutScreenResult(TeacherOutScreenResult source)
public String getClass_()
public void setClass(String Class)
Class
- 动作识别结果,InScreen:在屏幕内
OutScreen:不在屏幕内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.