com.baidubce.services.ocr.model
Class Chars

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

public class Chars
extends Object

Created by lvsiyuan on 16/11/22.


Constructor Summary
Chars()
           
 
Method Summary
 String getCharacter()
           
 Location getLocation()
           
 void setCharacter(String character)
           
 void setLocation(Location location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Chars

public Chars()
Method Detail

getLocation

public Location getLocation()

setLocation

public void setLocation(Location location)

getCharacter

public String getCharacter()

setCharacter

public void setCharacter(String character)


Copyright © 2018. All rights reserved.