Uses of Class
com.composum.ai.aem.core.impl.autotranslate.AutoTranslateService.TranslationParameters
-
Packages that use AutoTranslateService.TranslationParameters Package Description com.composum.ai.aem.core.impl.autotranslate com.composum.ai.aem.core.impl.autotranslate.workflow -
-
Uses of AutoTranslateService.TranslationParameters in com.composum.ai.aem.core.impl.autotranslate
Methods in com.composum.ai.aem.core.impl.autotranslate that return AutoTranslateService.TranslationParameters Modifier and Type Method Description AutoTranslateService.TranslationParametersAutoTranslateService.TranslationParameters. clone()Methods in com.composum.ai.aem.core.impl.autotranslate with parameters of type AutoTranslateService.TranslationParameters Modifier and Type Method Description protected booleanAutoPageTranslateServiceImpl. collectPropertiesToTranslate(org.apache.sling.api.resource.Resource resource, List<AutoPageTranslateServiceImpl.PropertyToTranslate> propertiesToTranslate, AutoPageTranslateService.Stats stats, AutoTranslateService.TranslationParameters translationParameters, boolean force)Searches for properties we have to translate.protected com.composum.ai.backend.base.service.chat.GPTConfigurationAutoPageTranslateServiceImpl. determineConfiguration(org.apache.sling.api.resource.Resource resource, AutoTranslateCaConfig autoTranslateCaConfig, AutoTranslateService.TranslationParameters translationParameters, AutoPageTranslateService.Stats stats)protected voidAutoPageTranslateServiceImpl. markAsAiTranslated(org.apache.sling.api.resource.Resource resource, com.day.cq.wcm.msm.api.LiveRelationship liveRelationship, AutoTranslateService.TranslationParameters parameters, com.composum.ai.backend.base.service.chat.GPTConfiguration configuration)AutoTranslateService.TranslationRunAutoTranslateService. startTranslation(org.apache.sling.api.resource.ResourceResolver resourceResolver, String path, AutoTranslateService.TranslationParameters translationParameters)Starts a new translation run.AutoTranslateService.TranslationRunAutoTranslateServiceImpl. startTranslation(org.apache.sling.api.resource.ResourceResolver resourceResolver, String path, AutoTranslateService.TranslationParameters translationParameters)AutoPageTranslateService.StatsAutoPageTranslateService. translateLiveCopy(org.apache.sling.api.resource.Resource resource, AutoTranslateService.TranslationParameters translationParameters)Implements the actual translation for one page or asset.AutoPageTranslateService.StatsAutoPageTranslateServiceImpl. translateLiveCopy(org.apache.sling.api.resource.Resource resource, AutoTranslateService.TranslationParameters translationParameters) -
Uses of AutoTranslateService.TranslationParameters in com.composum.ai.aem.core.impl.autotranslate.workflow
Methods in com.composum.ai.aem.core.impl.autotranslate.workflow that return AutoTranslateService.TranslationParameters Modifier and Type Method Description protected AutoTranslateService.TranslationParametersAutoTranslateWorkflowProcess. getTranslationParameters(String processArguments)Deprecated.Methods in com.composum.ai.aem.core.impl.autotranslate.workflow with parameters of type AutoTranslateService.TranslationParameters Modifier and Type Method Description protected voidAutoTranslateWorkflowProcess. translate(org.apache.sling.api.resource.Resource resource, AutoTranslateService.TranslationParameters parms, int depth)Deprecated.
-