Class AutoPageTranslateService.Stats
- java.lang.Object
-
- com.composum.ai.aem.core.impl.autotranslate.AutoPageTranslateService.Stats
-
- Enclosing interface:
- AutoPageTranslateService
public static class AutoPageTranslateService.Stats extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
collectedAdditionalInstructions
int
modifiedButRetranslatedProperties
Properties that have manually been modified after translation, but were now changed to automatic translation because of a change in the sourceint
paths
int
relocatedPaths
int
retranslatedProperties
Were already translated, but translation source had changed.int
translateableProperties
int
translatedProperties
-
Constructor Summary
Constructors Constructor Description Stats()
-
-
-
Field Detail
-
translateableProperties
public int translateableProperties
-
translatedProperties
public int translatedProperties
-
retranslatedProperties
public int retranslatedProperties
Were already translated, but translation source had changed.
-
modifiedButRetranslatedProperties
public int modifiedButRetranslatedProperties
Properties that have manually been modified after translation, but were now changed to automatic translation because of a change in the source. -> manual care is needed. Also count asretranslatedProperties
.
-
paths
public int paths
-
relocatedPaths
public int relocatedPaths
-
collectedAdditionalInstructions
public String collectedAdditionalInstructions
-
-