Skip to content

Expressions

Expression

The standard Expression Object. Should never be used directly as it neither contains no valueable data nor can we make any statements about it.

MoveExpression

Bases: Expression

A Move Expression. Saves a Movement-Command to some Exhibit.

PauseExpression

Bases: Expression

A Pause Expression. Represents a pause inbetween speeches.

SpeechExpression

Bases: Expression

A Speech Expression. Represents a cut-off part of a speech that will be read by the TTS with in a certain emotional tone.

__init__(emotion, text)

Initializes the Speech Expression.

Parameters:

Name Type Description Default
emotion Emotion

The emotional tone that the text should be read in.

required
text str

The text that should be read.

required