Uses of Class
com.basistech.rosette.dm.TranslatedData
Packages that use TranslatedData
-
Uses of TranslatedData in com.basistech.rosette.dm
Methods in com.basistech.rosette.dm that return TranslatedDataModifier and TypeMethodDescriptionTranslatedData.Builder.build()Builds a new TranslatedData object from the current state of the builder.Methods in com.basistech.rosette.dm that return types with arguments of type TranslatedDataModifier and TypeMethodDescriptionAnnotatedText.getTranslatedData()Returns the translations for the text.Method parameters in com.basistech.rosette.dm with type arguments of type TranslatedDataModifier and TypeMethodDescriptionAnnotatedText.Builder.translatedData(ListAttribute<TranslatedData> translatedData) Attaches a TranslatedData object.Constructors in com.basistech.rosette.dm with parameters of type TranslatedDataModifierConstructorDescriptionBuilder(TranslatedData toCopy) Constructs a builder from an existing TranslatedData object