public class CarTagItem extends AbstractModel
header, skipSign| Constructor and Description |
|---|
CarTagItem() |
CarTagItem(CarTagItem 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 车辆品牌
|
Coord[] |
getCarLocation()
Get 车辆在图片中的坐标信息
|
String |
getColor()
Get 车辆颜色
|
Long |
getColorConfidence()
Get 车辆颜色置信度,0-100,仅车辆识别(增强版)支持
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getConfidence()
Get 车系置信度,0-100
|
String |
getOrientation()
Get 车辆朝向,仅车辆识别(增强版)支持
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getOrientationConfidence()
Get 车辆朝向置信度,0-100,仅车辆识别(增强版)支持
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPlateConfidence()
Get 车牌信息置信度,0-100,仅车辆识别(增强版)支持
注意:此字段可能返回 null,表示取不到有效值。
|
CarPlateContent |
getPlateContent()
Get 车牌信息,仅车辆识别(增强版)支持
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSerial()
Get 车系
|
String |
getType()
Get 车辆类型
|
Long |
getTypeConfidence()
Get 车辆类型置信度,0-100,仅车辆识别(增强版)支持
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getYear()
Get 年份,没识别出年份的时候返回0
|
void |
setBrand(String Brand)
Set 车辆品牌
|
void |
setCarLocation(Coord[] CarLocation)
Set 车辆在图片中的坐标信息
|
void |
setColor(String Color)
Set 车辆颜色
|
void |
setColorConfidence(Long ColorConfidence)
Set 车辆颜色置信度,0-100,仅车辆识别(增强版)支持
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConfidence(Long Confidence)
Set 车系置信度,0-100
|
void |
setOrientation(String Orientation)
Set 车辆朝向,仅车辆识别(增强版)支持
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOrientationConfidence(Long OrientationConfidence)
Set 车辆朝向置信度,0-100,仅车辆识别(增强版)支持
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPlateConfidence(Long PlateConfidence)
Set 车牌信息置信度,0-100,仅车辆识别(增强版)支持
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPlateContent(CarPlateContent PlateContent)
Set 车牌信息,仅车辆识别(增强版)支持
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSerial(String Serial)
Set 车系
|
void |
setType(String Type)
Set 车辆类型
|
void |
setTypeConfidence(Long TypeConfidence)
Set 车辆类型置信度,0-100,仅车辆识别(增强版)支持
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonStringpublic CarTagItem()
public CarTagItem(CarTagItem 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 Coord[] getCarLocation()
public void setCarLocation(Coord[] CarLocation)
CarLocation - 车辆在图片中的坐标信息public CarPlateContent getPlateContent()
public void setPlateContent(CarPlateContent PlateContent)
PlateContent - 车牌信息,仅车辆识别(增强版)支持
注意:此字段可能返回 null,表示取不到有效值。public Long getPlateConfidence()
public void setPlateConfidence(Long PlateConfidence)
PlateConfidence - 车牌信息置信度,0-100,仅车辆识别(增强版)支持
注意:此字段可能返回 null,表示取不到有效值。public Long getTypeConfidence()
public void setTypeConfidence(Long TypeConfidence)
TypeConfidence - 车辆类型置信度,0-100,仅车辆识别(增强版)支持
注意:此字段可能返回 null,表示取不到有效值。public Long getColorConfidence()
public void setColorConfidence(Long ColorConfidence)
ColorConfidence - 车辆颜色置信度,0-100,仅车辆识别(增强版)支持
注意:此字段可能返回 null,表示取不到有效值。public String getOrientation()
public void setOrientation(String Orientation)
Orientation - 车辆朝向,仅车辆识别(增强版)支持
注意:此字段可能返回 null,表示取不到有效值。public Long getOrientationConfidence()
public void setOrientationConfidence(Long OrientationConfidence)
OrientationConfidence - 车辆朝向置信度,0-100,仅车辆识别(增强版)支持
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.