Represents text occurrence.
| Name | Type | Description | Notes |
|---|---|---|---|
| text | String | Text of the occurrence. | [optional] |
| page | Integer | Page on which the occurrence is found. | [optional] |
| rect | Rectangle | Rectangle of the occurrence. | [optional] |
| horizontal_alignment | HorizontalAlignment | Gets or sets a horizontal alignment of text fragment. | [optional] |
| vertical_alignment | VerticalAlignment | Gets or sets a vertical alignment of text fragment. | [optional] |
| position | Position | Gets or sets text position for text, represented with TextRect object. | [optional] |
| baseline_position | Position | Gets text position for text, represented with TextRect object. The YIndent of the Position structure represents baseline coordinate of the text fragment. | [optional] |
| text_state | TextState | Gets or sets text state for the text that TextRect object represents. | [optional] |