Uses of Class
com.composum.ai.aem.core.impl.autotranslate.AutoTranslateCaConfig
-
Packages that use AutoTranslateCaConfig Package Description com.composum.ai.aem.core.impl.autotranslate -
-
Uses of AutoTranslateCaConfig in com.composum.ai.aem.core.impl.autotranslate
Methods in com.composum.ai.aem.core.impl.autotranslate with parameters of type AutoTranslateCaConfig Modifier and Type Method Description protected List<AutoTranslateRuleConfig>
AutoPageTranslateServiceImpl. collectTranslationTables(AutoTranslateCaConfig autoTranslateCaConfig, org.apache.sling.api.resource.Resource resource)
protected com.composum.ai.backend.base.service.chat.GPTConfiguration
AutoPageTranslateServiceImpl. determineConfiguration(org.apache.sling.api.resource.Resource resource, AutoTranslateCaConfig autoTranslateCaConfig, AutoTranslateService.TranslationParameters translationParameters, AutoPageTranslateService.Stats stats)
protected com.composum.ai.backend.base.service.chat.GPTConfiguration
AutoPageTranslateServiceImpl. maybeIncludeAlreadyTranslatedTextAsExample(List<AutoPageTranslateServiceImpl.PropertyToTranslate> propertiesToTranslate, AutoTranslateCaConfig autoTranslateCaConfig, com.composum.ai.backend.base.service.chat.GPTConfiguration configuration)
If configured, we include the already translated parts of the page as example.protected List<AutoPageTranslateServiceImpl.PropertyToTranslate>
AutoPageTranslateServiceImpl. reducePropertiesToTranslate(List<AutoPageTranslateServiceImpl.PropertyToTranslate> propertiesToTranslate, AutoTranslateCaConfig autoTranslateCaConfig)
Collects the values we need to translate.
-