Enum AlignResult
Represents the result of attempting alignment for a single IAlignableContentPair
Namespace: Sdl.Core.FineGrainedAlignment
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public enum AlignResult
Fields
| Name | Description |
|---|---|
| Aligned | Alignment was performed on the pair |
| AlignError | An exception occurred while trying to align the pair |
| CorruptModel | The aligner is model-based, but the model data is corrupt |
| InvalidAlignmentData | 'Native' alignments were provided with the pair in AlignmentData, but the data was invalid |
| NoModel | The aligner is model-based, but no model was available for use to perform alignment |
| PairEmptyOrTooLarge | The pair either had no significant content or was too large for the aligner |
| PairUntokenized | The pair was not tokenized so alignment could not be performed |