public class PlateRecognizeResponse extends BaseResponse
BaseResponse.ErrorResponse| 构造器和说明 |
|---|
PlateRecognizeResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getFakeResult()
Gets fake result.
|
String |
getFakeScore()
Gets fake score.
|
String |
getPlateNum()
Gets plate num.
|
int |
getPlateReliability()
Gets plate reliability.
|
void |
setFakeResult(int fakeResult)
Sets fake result.
|
void |
setFakeScore(String fakeScore)
Sets fake score.
|
void |
setPlateNum(String plateNum)
Sets plate num.
|
void |
setPlateReliability(int plateReliability)
Sets plate reliability.
|
getErrorResponse, getRequestId, isSuccess, setErrorResponse, setRequestIdpublic String getPlateNum()
public void setPlateNum(String plateNum)
plateNum - the plate numpublic int getPlateReliability()
public void setPlateReliability(int plateReliability)
plateReliability - the plate reliabilitypublic int getFakeResult()
public void setFakeResult(int fakeResult)
fakeResult - the fake resultpublic String getFakeScore()
public void setFakeScore(String fakeScore)
fakeScore - the fake scoreCopyright © 2022. All rights reserved.