Package com.acumenvelocity.ath.common
Class ParagraphAlignmentInput
- java.lang.Object
-
- com.acumenvelocity.ath.common.ParagraphAlignmentInput
-
public class ParagraphAlignmentInput extends Object
-
-
Field Summary
Fields Modifier and Type Field Description StringsourceLanguageList<AlignmentData.ParagraphWithSegments>sourceParagraphsStringtargetLanguageList<AlignmentData.ParagraphWithSegments>targetParagraphs
-
Constructor Summary
Constructors Constructor Description ParagraphAlignmentInput()
-
-
-
Field Detail
-
sourceLanguage
public String sourceLanguage
-
targetLanguage
public String targetLanguage
-
sourceParagraphs
public List<AlignmentData.ParagraphWithSegments> sourceParagraphs
-
targetParagraphs
public List<AlignmentData.ParagraphWithSegments> targetParagraphs
-
-