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