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

# Objects.spaces.annotation.range annotation

## \_RangeObjectAnnotation Objects

```python theme={"dark"}
class _RangeObjectAnnotation(_ObjectAnnotation)
```

Annotations for range-based modalities (e.g. Text, Audio).

#### frame

```python theme={"dark"}
@property
def frame() -> int
```

This field is deprecated. It is only here for backwards compatibility. It always returns 0.

#### coordinates

```python theme={"dark"}
@coordinates.setter
def coordinates(coordinates: AudioCoordinates | TextCoordinates) -> None
```

This field is deprecated. It is only here for backwards compatibility. Use .ranges instead.
