sign_language_translator.config.settings module

defines settings constants for global context

Module Structure: - Settings (class): contains config constants as class variables.

class sign_language_translator.config.settings.Settings[source][source]

Bases: object

Class containing settings and configuration parameters for the sign language translator library.

AUTO_DOWNLOAD = True[source]

A flag indicating whether automatic downloading of missing dataset files is enabled.

FILENAME_CONNECTOR = '-'[source]

The connector used in filenames to join parts of same attribute.

FILENAME_SEPARATOR = '_'[source]

The separator used in dataset filenames to separate different attributes.

SHOW_DOWNLOAD_PROGRESS = True[source]

A flag indicating whether the download progress should be shown by default.