Logic IsNull() | Whether this is a null hypothesis (if the element has been detected, IsNull property of the hypothesis is True). |
Logic IsFound() | Whether the hypothesis is not null (if the element has not been detected, IsNull property of the hypothesis is False). Equivalent to IsNull. |
XInterval Left() | The left boundary of the hypothesis, horizontal range in global coordinates. |
YInterval top() | The top boundary of the hypothesis, vertical range in global coordinates. |
XInterval Right() | The right boundary of the hypothesis, horizontal range in global coordinates. |
YInterval Bottom() | The bottom boundary of the hypothesis, vertical range in global coordinates. |
XInterval XCenter() | The X-coordinate of the center of the hypotheses, horizontal range in global coordinates. |
YInterval YCenter() | The Y-coordinate of the center of the hypotheses, vertical range in global coordinates. |
DistInterval Width() | The width of the hypothesis in global coordinates, range of distances. |
DistInterval Height() | The height of the hypothesis in global coordinates, range of distances. |
FuzzyRect FuzzyRect() | Fuzzy rectangle of the hypothesis in global coordinates. |
Rect Rect() | The rectangle circumscribing the hypothesis in global coordinates. Coincides with the external rectangle of the fuzzy rectangle. |
Region Region() | The region of the hypothesis in global coordinates. The method is not supported for Group elements. |
Region SimplifiedRegion() | The region of the hypothesis in global coordinates simplified for better visual representation. The method is not supported for Group elements. |
ImageObjectSet Set() | The image objects which are part of the hypothesis. |
ImageObjectSet ExcludeSet() | The image objects which are in the region excluded from the search area by methods of type Exclude. |
RectArray Rects() | The array of the rectangles included in the hypothesis. For most elements, it coincides with the array of the rectangles enclosing detected objects. For White Gap and Region elements, no objects are available. |
Int HypothesesCount() | The number of hypothesis which can be formulated for the element in the search area. The function may only be used if the maximum and minimum numbers of pages in the document are set to 1, i.e. the detected document has only one page. If you use this function for a multi-page document, matching a FlexiLayout will return an error. |
PageInterval Pages() | The range of pages where the hypothesis is to be found. |
PageArea PageAreaGlobal( Int PageNumber ) | Returns the part of the hypothesis located on the given page in global coordinates. |
PageArea PageAreaLocal( Int PageNumber ) | Returns the part of the hypothesis located on the given page in the local coordinates of the page. |