Class TeacherOutScreenResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tci.v20190318.models.TeacherOutScreenResult
-
public class TeacherOutScreenResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
TeacherOutScreenResult
public TeacherOutScreenResult()
-
TeacherOutScreenResult
public 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.
-
-
Method Detail
-
getClass_
public 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. The underscode(_) is used as a postfix, because it is invalid in API 3.0, but can be used in Java, even it is not recommended.- Returns:
- Class 动作识别结果,InScreen:在屏幕内 OutScreen:不在屏幕内
-
setClass
public void setClass(String Class)
Set 动作识别结果,InScreen:在屏幕内 OutScreen:不在屏幕内- Parameters:
Class
- 动作识别结果,InScreen:在屏幕内 OutScreen:不在屏幕内
-
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
- 识别结果左坐标
-
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
- 识别结果宽度
-
-