public class LicensePlateInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| LicensePlateInfo() | 
| LicensePlateInfo(LicensePlateInfo 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 识别出的车牌颜色,目前支持颜色包括 “白”、“黑”、“蓝”、“绿“、“黄”、“黄绿”、“临牌”、“喷漆”、“其它”。 | 
| Long | getConfidence()Get 置信度,0 - 100 之间。 | 
| String | getNumber()Get 识别出的车牌号码。 | 
| Rect | getRect()Get 文本行在原图片中的像素坐标框。 | 
| void | setColor(String Color)Set 识别出的车牌颜色,目前支持颜色包括 “白”、“黑”、“蓝”、“绿“、“黄”、“黄绿”、“临牌”、“喷漆”、“其它”。 | 
| void | setConfidence(Long Confidence)Set 置信度,0 - 100 之间。 | 
| void | setNumber(String Number)Set 识别出的车牌号码。 | 
| void | setRect(Rect Rect)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 LicensePlateInfo()
public LicensePlateInfo(LicensePlateInfo source)
public String getNumber()
public void setNumber(String Number)
Number - 识别出的车牌号码。public Long getConfidence()
public void setConfidence(Long Confidence)
Confidence - 置信度,0 - 100 之间。public Rect getRect()
public void setRect(Rect Rect)
Rect - 文本行在原图片中的像素坐标框。public String getColor()
public void setColor(String Color)
Color - 识别出的车牌颜色,目前支持颜色包括 “白”、“黑”、“蓝”、“绿“、“黄”、“黄绿”、“临牌”、“喷漆”、“其它”。Copyright © 2025. All rights reserved.