Skip to main content

_RangeObjectAnnotation Objects

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

frame

@property
def frame() -> int
This field is deprecated. It is only here for backwards compatibility. It always returns 0.

coordinates

@coordinates.setter
def coordinates(coordinates: AudioCoordinates | TextCoordinates) -> None
This field is deprecated. It is only here for backwards compatibility. Use .ranges instead.