public static class ImageSceneTextLine.Region extends GenericModel
| Constructor and Description | 
|---|
Region()  | 
| Modifier and Type | Method and Description | 
|---|---|
Integer | 
getHeight()
Gets the region height. 
 | 
Integer | 
getWidth()
Gets the region width. 
 | 
Integer | 
getX()
Gets the region x. 
 | 
Integer | 
getY()
Gets the region y. 
 | 
void | 
setHeight(Integer height)
Sets the region height. 
 | 
void | 
setWidth(Integer width)
Sets the region width. 
 | 
void | 
setX(Integer x)
Sets the region x. 
 | 
void | 
setY(Integer y)
Sets the region y. 
 | 
equals, hashCode, toStringpublic Integer getHeight()
public Integer getWidth()
public Integer getX()
public Integer getY()
public void setHeight(Integer height)
height - The heightpublic void setWidth(Integer width)
width - The widthpublic void setX(Integer x)
x - The x.public void setY(Integer y)
y - The yCopyright © 2015–2016 IBM Watson. All rights reserved.