> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TextRotations

> Allowed text orientations (HorizontalText, ClockwiseText, CounterClockwiseText) in the FlexiLayout language, combined into a set with the join operator.

A type for representing a set of allowed orientations of the recognized text. Possible values:

* `HorizontalText`
* `ClockwiseText`
* `CounterClockwiseText`

## Operators

| Operator | Description                           |
| :------- | :------------------------------------ |
| `+`      | Joins values of type `TextRotations`. |
