| Description | | Area on a page. Returned by PageSearchAreaLocal, PageSearchAreaGlobal, PageAreaLocal, and PageAreaGlobal methods (these functions have page numbers as their arguments). Can be expressed either in global or local coordinates, depending on which function has been called. |
| Methods | XInterval Left() | The left boundary of the part of the hypothesis located on the given page, horizontal interval. |
| YInterval Top() | The top boundary of the part of the hypothesis located on the given page, vertical interval. |
| XInterval Right() | The right boundary of the part of the hypothesis located on the given page, horizontal interval. |
| YInterval Bottom() | The bottom boundary of the part of the hypothesis located on the given page, vertical interval. |
| XInterval XCenter() | The abscissa of the center of the part of the hypothesis located on the given page, horizontal interval. |
| YInterval YCenter() | The ordinate of the center of the part of the hypothesis located on the given page, vertical interval. |
| DistInterval Width() | The width of the part of the hypothesis located on the given page. |
| DistInterval Height() | The height of the part of the hypothesis located on the given page. |
| FuzzyRect FuzzyRect() | The fuzzy rectangle of the part of the hypothesis located on the given page. |
| Rect Rect() | The enclosing rectangle of the part of the hypothesis located on the given page. Coincides with the outward rectangle of the fuzzy rectangle. |
| Region Region() | The region of the part of the hypothesis located on the given page. |
| Region SimplifiedRegion() | The region of the part of the hypothesis located on the given page, simplified for better viewing. |
| ImageObjectSet Set() | Image objects captured by the part of the hypothesis located on the given page. |
| ImageObjectSet ExcludeSet() | Image objects on the part of the image excluded from the search area of the part of the hypothesis located on the given page by Exclude methods. |
| RectArray Rects() | The array of rectangles of the image objects capture by the part of the hypothesis located on the given page. |