| Constructor and Description |
|---|
AlignedPair(List<TextPart> sourceParts,
List<TextPart> targetParts,
LocaleId localeId)
Creates an AlignedPair from source and target
TextParts |
AlignedPair(Segment sourceSegment,
Segment targetSegment,
LocaleId localeId)
Creates an AlignedPair from source and target
Segments |
| Modifier and Type | Method and Description |
|---|---|
LocaleId |
getLocaleId()
Gets the
LocaleId of the target parts |
List<TextPart> |
getSourceParts()
Gets the source
TextParts |
List<TextPart> |
getTargetParts()
Gets the target
TextParts |
public AlignedPair(List<TextPart> sourceParts, List<TextPart> targetParts, LocaleId localeId)
TextPartssourceParts - List source inter-segment and segment partstargetParts - List target inter-segment and segment partslocaleId - LocaleId of the target partsCopyright © 2022. All rights reserved.