ContentArea

ContentArea class

A content area detected in an image.

public class ContentArea

Constructors

NameDescription
ContentArea()The default constructor.

Properties

NameDescription
Rectangle { get; set; }The bounding rectangle of the content area.

Fields

NameDescription
imageImage region with the content.
indexThe sequential index of the content area, unique within the image.

See Also