Document
#
Bases: object
A Document
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content
|
str
|
the document content |
required |
life
|
int | Tuple[int, int]
|
the optional lifespan for the document (single value corresponds to an event, a tuple corresponds to a window). |
required |