public class TeacherOutScreenResult extends AbstractModel
构造器和说明 |
---|
TeacherOutScreenResult() |
限定符和类型 | 方法和说明 |
---|---|
String |
getClass_()
获取动作识别结果,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()
获取识别结果高度
|
Long |
getLeft()
获取识别结果左坐标
|
Long |
getTop()
获取识别结果顶坐标
|
Long |
getWidth()
获取识别结果宽度
|
void |
setClass(String Class)
设置动作识别结果,InScreen:在屏幕内
OutScreen:不在屏幕内
|
void |
setHeight(Long Height)
设置识别结果高度
|
void |
setLeft(Long Left)
设置识别结果左坐标
|
void |
setTop(Long Top)
设置识别结果顶坐标
|
void |
setWidth(Long Width)
设置识别结果宽度
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2019. All rights reserved.