com.baidubce.services.ocr.model
Class IdcardWordsResult

java.lang.Object
  extended by com.baidubce.services.ocr.model.IdcardWordsResult

public class IdcardWordsResult
extends Object

Created by lvsiyuan on 16/11/23.


Constructor Summary
IdcardWordsResult()
           
 
Method Summary
 Location getLocation()
           
 String getWords()
           
 void setLocation(Location location)
           
 void setWords(String words)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdcardWordsResult

public IdcardWordsResult()
Method Detail

getLocation

public Location getLocation()

setLocation

public void setLocation(Location location)

getWords

public String getWords()

setWords

public void setWords(String words)


Copyright © 2018. All rights reserved.