public class CarPlateContent extends AbstractModel
Constructor and Description |
---|
CarPlateContent() |
CarPlateContent(CarPlateContent 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 |
getColor()
Get 车牌颜色。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPlate()
Get 车牌信息。
注意:此字段可能返回 null,表示取不到有效值。
|
Coord[] |
getPlateLocation()
Get 车牌在图片中的坐标信息。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 车牌类型;渣土车车牌遮挡时,该值为枚举值“异常”。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setColor(String Color)
Set 车牌颜色。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPlate(String Plate)
Set 车牌信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPlateLocation(Coord[] PlateLocation)
Set 车牌在图片中的坐标信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 车牌类型;渣土车车牌遮挡时,该值为枚举值“异常”。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CarPlateContent()
public CarPlateContent(CarPlateContent source)
public String getPlate()
public void setPlate(String Plate)
Plate
- 车牌信息。
注意:此字段可能返回 null,表示取不到有效值。public String getColor()
public void setColor(String Color)
Color
- 车牌颜色。
注意:此字段可能返回 null,表示取不到有效值。public String getType()
public void setType(String Type)
Type
- 车牌类型;渣土车车牌遮挡时,该值为枚举值“异常”。
注意:此字段可能返回 null,表示取不到有效值。public Coord[] getPlateLocation()
public void setPlateLocation(Coord[] PlateLocation)
PlateLocation
- 车牌在图片中的坐标信息。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.