类 PlateRecognizeResponse
java.lang.Object
com.icetech.sdk.response.BaseResponse
com.icetech.sdk.response.PlateRecognizeResponse
Description PlateRecognizeResponse
Copyright (c) Department of Research and Development/Beijing
All Rights Reserved
- 版本:
- 1.0 @Date 2022/6/22 10:38
- 作者:
- wgy
-
嵌套类概要
从类继承的嵌套类/接口 com.icetech.sdk.response.BaseResponse
BaseResponse.ErrorResponse -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intGets fake result.Gets fake score.voidsetFakeResult(int fakeResult) Sets fake result.voidsetFakeScore(String fakeScore) Sets fake score.从类继承的方法 com.icetech.sdk.response.BaseResponse
getErrorResponse, getRequestId, isSuccess, setErrorResponse, setRequestId
-
构造器详细资料
-
PlateRecognizeResponse
public PlateRecognizeResponse()
-
-
方法详细资料
-
getFakeResult
public int getFakeResult()Gets fake result.- 返回:
- the fake result
-
setFakeResult
public void setFakeResult(int fakeResult) Sets fake result.- 参数:
fakeResult- the fake result
-
getFakeScore
Gets fake score.- 返回:
- the fake score
-
setFakeScore
Sets fake score.- 参数:
fakeScore- the fake score
-