Class BaseAIResultInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.BaseAIResultInfo
-
public class BaseAIResultInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocationgetLocation()Get 截图中坐标信息StringgetName()Get 名称。返回值有人体识别结果名称(person)、宠物识别结果名称(cat和dog) 、车辆车牌识别结果名称(vehicle)LonggetScore()Get 置信度voidsetLocation(Location Location)Set 截图中坐标信息voidsetName(String Name)Set 名称。返回值有人体识别结果名称(person)、宠物识别结果名称(cat和dog) 、车辆车牌识别结果名称(vehicle)voidsetScore(Long Score)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
-
BaseAIResultInfo
public BaseAIResultInfo()
-
BaseAIResultInfo
public 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.
-
-
Method Detail
-
getName
public String getName()
Get 名称。返回值有人体识别结果名称(person)、宠物识别结果名称(cat和dog) 、车辆车牌识别结果名称(vehicle)- Returns:
- Name 名称。返回值有人体识别结果名称(person)、宠物识别结果名称(cat和dog) 、车辆车牌识别结果名称(vehicle)
-
setName
public void setName(String Name)
Set 名称。返回值有人体识别结果名称(person)、宠物识别结果名称(cat和dog) 、车辆车牌识别结果名称(vehicle)- Parameters:
Name- 名称。返回值有人体识别结果名称(person)、宠物识别结果名称(cat和dog) 、车辆车牌识别结果名称(vehicle)
-
getScore
public Long getScore()
Get 置信度- Returns:
- Score 置信度
-
setScore
public void setScore(Long Score)
Set 置信度- Parameters:
Score- 置信度
-
getLocation
public Location getLocation()
Get 截图中坐标信息- Returns:
- Location 截图中坐标信息
-
setLocation
public void setLocation(Location Location)
Set 截图中坐标信息- Parameters:
Location- 截图中坐标信息
-
-