Search Results for

    Show / Hide Table of Contents

    Class SpanPairNode

    Stores information about an alignment between a pair of LiftSpan objects.

    Inheritance
    System.Object
    ExtensionDataContainer
    SpanPairNode
    Implements
    ICloneable<SpanPairNode>
    Inherited Members
    ExtensionDataContainer.ExtensionData
    Namespace: Sdl.Core.Bcm.BcmModel.Alignment
    Assembly: Sdl.Core.Bcm.BcmModel.dll
    Syntax
    public class SpanPairNode : ExtensionDataContainer, ICloneable<SpanPairNode>

    Constructors

    SpanPairNode()

    Declaration
    public SpanPairNode()

    Properties

    Confidence

    A value indicating how reliable this alignment should be considered to be. A zero value indicates that no reliability-value can be applied. Otherwise, the value should be no greater than 1, which indicates maximum reliability.

    Declaration
    public float Confidence { get; set; }
    Property Value
    Type Description
    System.Single

    Provenance

    A value recording how the alignment was produced.

    ValueDescription
    1NodeAlignment
    2SeedConfirmation
    3PlaceableAlignment
    4PhraseExtractor
    5Structure
    6TrainedAligner
    7Other

    Declaration
    public int Provenance { get; set; }
    Property Value
    Type Description
    System.Int32

    SourceSpan

    The source LiftSpan.

    Declaration
    public LiftSpan SourceSpan { get; set; }
    Property Value
    Type Description
    LiftSpan

    TargetSpan

    The target LiftSpan.

    Declaration
    public LiftSpan TargetSpan { get; set; }
    Property Value
    Type Description
    LiftSpan

    Methods

    Clone()

    Clones this instance.

    Declaration
    public SpanPairNode Clone()
    Returns
    Type Description
    SpanPairNode

    Implements

    ICloneable<T>

    On this page

    Back to top Generated by DocFX