com.baidubce.services.ocr.model
Class BankcardRecognitionResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.ocr.model.BankcardRecognitionResponse
All Implemented Interfaces:
Serializable

public class BankcardRecognitionResponse
extends AbstractBceResponse

Created by lvsiyuan on 16/11/23.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
BankcardRecognitionResponse()
           
 
Method Summary
 BigInteger getLogId()
           
 BankCardResult getResult()
           
 void setLogId(BigInteger logId)
           
 void setResult(BankCardResult result)
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BankcardRecognitionResponse

public BankcardRecognitionResponse()
Method Detail

getLogId

public BigInteger getLogId()

setLogId

public void setLogId(BigInteger logId)

getResult

public BankCardResult getResult()

setResult

public void setResult(BankCardResult result)


Copyright © 2018. All rights reserved.