public class HandTrackingResult extends AbstractModel
Constructor and Description |
---|
HandTrackingResult() |
Modifier and Type | Method and Description |
---|---|
String |
getClass_()
获取识别结果
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.
|
Float |
getConfidence()
获取置信度
|
Long |
getHeight()
获取识别结果高度
|
Long |
getLeft()
获取识别结果左坐标
|
Long |
getTop()
获取识别结果顶坐标
|
Long |
getWidth()
获取识别结果宽度
|
void |
setClass(String Class)
设置识别结果
|
void |
setConfidence(Float Confidence)
设置置信度
|
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
- 识别结果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 Long getTop()
public void setTop(Long Top)
Top
- 识别结果顶坐标public Long getWidth()
public void setWidth(Long Width)
Width
- 识别结果宽度Copyright © 2019. All rights reserved.