com.baidubce.services.ocr.model
Class GeneralWordsResult

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

public class GeneralWordsResult
extends Object

Created by lvsiyuan on 16/11/23.


Constructor Summary
GeneralWordsResult()
           
 
Method Summary
 List<Chars> getChars()
           
 Location getLocation()
           
 String getWords()
           
 void setChars(List<Chars> chars)
           
 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

GeneralWordsResult

public GeneralWordsResult()
Method Detail

getLocation

public Location getLocation()

setLocation

public void setLocation(Location location)

getWords

public String getWords()

setWords

public void setWords(String words)

getChars

public List<Chars> getChars()

setChars

public void setChars(List<Chars> chars)


Copyright © 2018. All rights reserved.