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