public class BaseAIResultInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BaseAIResultInfo() | 
| BaseAIResultInfo(BaseAIResultInfo 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 | 
|---|---|
| Location | getLocation()Get 截图中坐标信息 | 
| String | getName()Get 名称。返回值有人体识别结果名称(person)、宠物识别结果名称(cat和dog) 、车辆车牌识别结果名称(vehicle) | 
| Long | getScore()Get 置信度 | 
| void | setLocation(Location Location)Set 截图中坐标信息 | 
| void | setName(String Name)Set 名称。返回值有人体识别结果名称(person)、宠物识别结果名称(cat和dog) 、车辆车牌识别结果名称(vehicle) | 
| void | setScore(Long Score)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 BaseAIResultInfo()
public BaseAIResultInfo(BaseAIResultInfo source)
public String getName()
public void setName(String Name)
Name - 名称。返回值有人体识别结果名称(person)、宠物识别结果名称(cat和dog) 、车辆车牌识别结果名称(vehicle)public Long getScore()
public void setScore(Long Score)
Score - 置信度public Location getLocation()
public void setLocation(Location Location)
Location - 截图中坐标信息Copyright © 2025. All rights reserved.