Search Results for

    Show / Hide Table of Contents

    Class BilingualChiSquareComputer3

    Inheritance
    object
    BilingualChiSquareComputer3
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Sdl.Core.FineGrainedAlignment
    Assembly: Sdl.Core.FineGrainedAlignment.dll
    Syntax
    public class BilingualChiSquareComputer3

    Constructors

    BilingualChiSquareComputer3(DataLocation2, Func<Task<Pair<IntSegment>>>)

    Declaration
    public BilingualChiSquareComputer3(DataLocation2 location, Func<Task<Pair<IntSegment>>> getSegmentFunc)
    Parameters
    Type Name Description
    DataLocation2 location
    Func<Task<Pair<IntSegment>>> getSegmentFunc

    Fields

    Progress

    Declaration
    public EventHandler<TranslationModelProgressEventArgs> Progress
    Field Value
    Type Description
    EventHandler<TranslationModelProgressEventArgs>
    In this article
    • Constructors
      • BilingualChiSquareComputer3(DataLocation2, Func<Task<Pair<IntSegment>>>)
    • Fields
      • Progress
    Back to top Generated by DocFX