neuralset.events.etypes.Text

class neuralset.events.etypes.Text(*, start: float, timeline: str, duration: Annotated[float, Ge(ge=0)] = 0.0, extra: dict[str, Any] = {}, text: Annotated[str, MinLen(min_length=1)], language: str = '', context: str = '', modality: Literal['heard', 'read', 'imagined', 'typed', 'written', 'caption'] | None = None)[source][source]

General text event, possibly containing multiple sentences.