Text

Models. Text

A class representing a linguistic text

Constructor

new Text()

Source:

Extends

Members

(readonly) cid :UUID

The client ID for this model. Generated on instantiation if not already present.

Overrides:
Source:
Type:
  • UUID

(readonly) dateCreated :Date

The date that the data for this model were originally created. Generated on instantiation if not already present.

Overrides:
Source:
Type:
  • Date

dateModified :Date

The date that the data for this model were last modified. Generated on instantiation if not already present.

Overrides:
Source:
Type:
  • Date

(constant) type :String

The type for this model, e.g. Language, Text, Lexeme, etc.

Overrides:
Source:
Type:
  • String