ContentArea
Inheritance: java.lang.Object
public class ContentArea
A content area detected in an image.
Constructors
Constructor | Description |
---|---|
ContentArea() |
Fields
Field | Description |
---|---|
image | Image region with the content. |
index | The sequential index of the content area, unique within the image. |
rectangle | The bounding rectangle of the content area. |
ContentArea()
public ContentArea()
image
public BufferedImage image
Image region with the content.
index
public int index
The sequential index of the content area, unique within the image.
rectangle
public Rectangle rectangle
The bounding rectangle of the content area.