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 GPTConfigurationAutoPageTranslateServiceImpl. determineConfiguration(org.apache.sling.api.resource.Resource resource, AutoTranslateCaConfig autoTranslateCaConfig, AutoTranslateService.TranslationParameters translationParameters, AutoPageTranslateService.Stats stats)protected GPTConfigurationAutoPageTranslateServiceImpl. maybeIncludeAlreadyTranslatedTextAsExample(List<AutoPageTranslateServiceImpl.PropertyToTranslate> propertiesToTranslate, AutoTranslateCaConfig autoTranslateCaConfig, 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.
-