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 The recognized license plate color, which currently includes "white", "black", "blue", "green", "yellow", "yellow-green", and "temporary plate".
|
Long |
getConfidence()
Get The confidence score (0–100).
|
String |
getNumber()
Get The recognized license plate number.
|
Rect |
getRect()
Get The bounding box coordinates of the text line in the original image.
|
void |
setColor(String Color)
Set The recognized license plate color, which currently includes "white", "black", "blue", "green", "yellow", "yellow-green", and "temporary plate".
|
void |
setConfidence(Long Confidence)
Set The confidence score (0–100).
|
void |
setNumber(String Number)
Set The recognized license plate number.
|
void |
setRect(Rect Rect)
Set The bounding box coordinates of the text line in the original image.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LicensePlateInfo()
public LicensePlateInfo(LicensePlateInfo source)
public String getNumber()
public void setNumber(String Number)
Number
- The recognized license plate number.public Long getConfidence()
public void setConfidence(Long Confidence)
Confidence
- The confidence score (0–100).public Rect getRect()
public void setRect(Rect Rect)
Rect
- The bounding box coordinates of the text line in the original image.public String getColor()
public void setColor(String Color)
Color
- The recognized license plate color, which currently includes "white", "black", "blue", "green", "yellow", "yellow-green", and "temporary plate".Copyright © 2024. All rights reserved.