com.baidubce.services.ocr.model
Class GeneralRecognitionResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.ocr.model.GeneralRecognitionResponse
- All Implemented Interfaces:
- Serializable
public class GeneralRecognitionResponse
- extends AbstractBceResponse
Created by lvsiyuan on 16/11/21.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeneralRecognitionResponse
public GeneralRecognitionResponse()
getLogId
public BigInteger getLogId()
setLogId
public void setLogId(BigInteger logId)
getDirection
public Integer getDirection()
setDirection
public void setDirection(Integer direction)
getResultNum
public Long getResultNum()
setResultNum
public void setResultNum(Long resultNum)
getResult
public List<GeneralWordsResult> getResult()
setResult
public void setResult(List<GeneralWordsResult> result)
Copyright © 2018. All rights reserved.