sign_language_translator.models.text_to_sign.t2s_model module
- class sign_language_translator.models.text_to_sign.t2s_model.TextToSignModel[source]
Bases:
ABC- abstract property sign_format
The format of the sign language (e.g. slt.Vision.sign.sign.Sign).
- abstract property sign_language
The target sign language of the model.
- abstract property text_language
The source text language of the model.