类 PlateRecognition2Response
java.lang.Object
com.icetech.sdk.response.BaseResponse
com.icetech.sdk.response.PlateRecognition2Response
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 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Gets plate num.intGets plate reliability.voidsetPlateNum(String plateNum) Sets plate num.voidsetPlateReliability(int plateReliability) Sets plate reliability.从类继承的方法 com.icetech.sdk.response.BaseResponse
getErrorResponse, getRequestId, isSuccess, setErrorResponse, setRequestId
-
构造器详细资料
-
PlateRecognition2Response
public PlateRecognition2Response()
-
-
方法详细资料
-
getPlateNum
Gets plate num.- 返回:
- the plate num
-
setPlateNum
Sets plate num.- 参数:
plateNum- the plate num
-
getPlateReliability
public int getPlateReliability()Gets plate reliability.- 返回:
- the plate reliability
-
setPlateReliability
public void setPlateReliability(int plateReliability) Sets plate reliability.- 参数:
plateReliability- the plate reliability
-