Uses of Class
com.acumenvelocity.ath.model.MtTargetInfo
-
Packages that use MtTargetInfo Package Description com.acumenvelocity.ath.common com.acumenvelocity.ath.model -
-
Uses of MtTargetInfo in com.acumenvelocity.ath.common
Methods in com.acumenvelocity.ath.common that return types with arguments of type MtTargetInfo Modifier and Type Method Description static List<MtTargetInfo>ConversionUtil. toMtTargets(net.sf.okapi.common.annotation.AltTranslationsAnnotation ata) -
Uses of MtTargetInfo in com.acumenvelocity.ath.model
Methods in com.acumenvelocity.ath.model that return MtTargetInfo Modifier and Type Method Description MtTargetInfoMtTargetInfo. mtConfidenceScore(Double mtConfidenceScore)The confidence score for the machine translation, ranging from 0 (no confidence) to 1 (full confidence).MtTargetInfoMtTargetInfo. mtModelId(String mtModelId)ID of the model that generated this translation.MtTargetInfoMtTargetInfo. mtTarget(LayeredTextX mtTarget)Methods in com.acumenvelocity.ath.model that return types with arguments of type MtTargetInfo Modifier and Type Method Description List<MtTargetInfo>DocumentSegment. getMtTargets()Method parameters in com.acumenvelocity.ath.model with type arguments of type MtTargetInfo Modifier and Type Method Description DocumentSegmentDocumentSegment. mtTargets(List<MtTargetInfo> mtTargets)Array of MtTargetInfo objects.voidDocumentSegment. setMtTargets(List<MtTargetInfo> mtTargets)
-