public class CarAIResultInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
CarAIResultInfo() |
CarAIResultInfo(CarAIResultInfo 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 |
---|---|
String |
getBrand()
Get 车辆品牌
|
String |
getColor()
Get 车辆颜色
|
Long |
getConfidence()
Get 置信度,0 - 100
|
Location |
getLocation()
Get 截图中坐标信息
|
PlateContent |
getPlateContent()
Get 车牌信息
|
String |
getSerial()
Get 车系
|
String |
getType()
Get 车辆类型
|
Long |
getYear()
Get 年份,识别不出年份时返回0
|
void |
setBrand(String Brand)
Set 车辆品牌
|
void |
setColor(String Color)
Set 车辆颜色
|
void |
setConfidence(Long Confidence)
Set 置信度,0 - 100
|
void |
setLocation(Location Location)
Set 截图中坐标信息
|
void |
setPlateContent(PlateContent PlateContent)
Set 车牌信息
|
void |
setSerial(String Serial)
Set 车系
|
void |
setType(String Type)
Set 车辆类型
|
void |
setYear(Long Year)
Set 年份,识别不出年份时返回0
|
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, toJsonString
public CarAIResultInfo()
public CarAIResultInfo(CarAIResultInfo source)
public String getSerial()
public void setSerial(String Serial)
Serial
- 车系public String getBrand()
public void setBrand(String Brand)
Brand
- 车辆品牌public String getType()
public void setType(String Type)
Type
- 车辆类型public String getColor()
public void setColor(String Color)
Color
- 车辆颜色public Long getConfidence()
public void setConfidence(Long Confidence)
Confidence
- 置信度,0 - 100public Long getYear()
public void setYear(Long Year)
Year
- 年份,识别不出年份时返回0public PlateContent getPlateContent()
public void setPlateContent(PlateContent PlateContent)
PlateContent
- 车牌信息public Location getLocation()
public void setLocation(Location Location)
Location
- 截图中坐标信息Copyright © 2025. All rights reserved.