Class Orientation
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bda.v20200324.models.Orientation
-
public class Orientation extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description Orientation()Orientation(Orientation 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 FloatgetProbability()Get Type识别概率值,[0.0,1.0],代表判断正确的概率。如0.8则代表有Type值有80%概率正确。StringgetType()Get 人体朝向信息,返回值为以下集合中的一个 {正向, 背向, 左, 右}。voidsetProbability(Float Probability)Set Type识别概率值,[0.0,1.0],代表判断正确的概率。如0.8则代表有Type值有80%概率正确。voidsetType(String Type)Set 人体朝向信息,返回值为以下集合中的一个 {正向, 背向, 左, 右}。voidtoMap(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
-
Orientation
public Orientation()
-
Orientation
public Orientation(Orientation 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
-
getType
public String getType()
Get 人体朝向信息,返回值为以下集合中的一个 {正向, 背向, 左, 右}。- Returns:
- Type 人体朝向信息,返回值为以下集合中的一个 {正向, 背向, 左, 右}。
-
setType
public void setType(String Type)
Set 人体朝向信息,返回值为以下集合中的一个 {正向, 背向, 左, 右}。- Parameters:
Type- 人体朝向信息,返回值为以下集合中的一个 {正向, 背向, 左, 右}。
-
getProbability
public Float getProbability()
Get Type识别概率值,[0.0,1.0],代表判断正确的概率。如0.8则代表有Type值有80%概率正确。- Returns:
- Probability Type识别概率值,[0.0,1.0],代表判断正确的概率。如0.8则代表有Type值有80%概率正确。
-
setProbability
public void setProbability(Float Probability)
Set Type识别概率值,[0.0,1.0],代表判断正确的概率。如0.8则代表有Type值有80%概率正确。- Parameters:
Probability- Type识别概率值,[0.0,1.0],代表判断正确的概率。如0.8则代表有Type值有80%概率正确。
-
-