public class Orientation extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Float | getProbability()Get Type识别概率值,[0.0,1.0],代表判断正确的概率。如0.8则代表有Type值有80%概率正确。 | 
| String | getType()Get 人体朝向信息,返回值为以下集合中的一个 {正向, 背向, 左, 右}。 | 
| void | setProbability(Float Probability)Set Type识别概率值,[0.0,1.0],代表判断正确的概率。如0.8则代表有Type值有80%概率正确。 | 
| void | setType(String Type)Set 人体朝向信息,返回值为以下集合中的一个 {正向, 背向, 左, 右}。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Orientation()
public Orientation(Orientation source)
public String getType()
public void setType(String Type)
Type - 人体朝向信息,返回值为以下集合中的一个 {正向, 背向, 左, 右}。public Float getProbability()
public void setProbability(Float Probability)
Probability - Type识别概率值,[0.0,1.0],代表判断正确的概率。如0.8则代表有Type值有80%概率正确。Copyright © 2025. All rights reserved.