public class LicensePlateOCRResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| LicensePlateOCRResponse() | 
| LicensePlateOCRResponse(LicensePlateOCRResponse 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 之间。 | 
| LicensePlateInfo[] | getLicensePlateInfos()Get 全部车牌信息。 | 
| String | getNumber()Get 识别出的车牌号码。 | 
| Rect | getRect()Get 文本行在原图片中的像素坐标框。 | 
| String | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | setColor(String Color)Set 识别出的车牌颜色,目前支持颜色包括 “白”、“黑”、“蓝”、“绿“、“黄”、“黄绿”、“临牌”、“喷漆”、“其它”。 | 
| void | setConfidence(Long Confidence)Set 置信度,0 - 100 之间。 | 
| void | setLicensePlateInfos(LicensePlateInfo[] LicensePlateInfos)Set 全部车牌信息。 | 
| void | setNumber(String Number)Set 识别出的车牌号码。 | 
| void | setRect(Rect Rect)Set 文本行在原图片中的像素坐标框。 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| 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 LicensePlateOCRResponse()
public LicensePlateOCRResponse(LicensePlateOCRResponse 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 - 识别出的车牌颜色,目前支持颜色包括 “白”、“黑”、“蓝”、“绿“、“黄”、“黄绿”、“临牌”、“喷漆”、“其它”。public LicensePlateInfo[] getLicensePlateInfos()
public void setLicensePlateInfos(LicensePlateInfo[] LicensePlateInfos)
LicensePlateInfos - 全部车牌信息。public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.