Search Results for

    Show / Hide Table of Contents

    Class AnalysisStatistics

    Inheritance
    System.Object
    WordCountStatistics
    AnalysisStatistics
    Inherited Members
    WordCountStatistics.Repetitions
    WordCountStatistics.Total
    WordCountStatistics.WordCountStatus
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.ProjectAutomation.Core
    Assembly: Sdl.ProjectAutomation.Core.dll
    Syntax
    public class AnalysisStatistics : WordCountStatistics

    Constructors

    AnalysisStatistics()

    Declaration
    public AnalysisStatistics()

    Properties

    AnalysisStatus

    Declaration
    public ValueStatus AnalysisStatus { get; }
    Property Value
    Type Description
    ValueStatus

    Exact

    Declaration
    public CountData Exact { get; }
    Property Value
    Type Description
    CountData

    Fuzzy

    Declaration
    public FuzzyCountData[] Fuzzy { get; }
    Property Value
    Type Description
    FuzzyCountData[]

    InContextExact

    Declaration
    public CountData InContextExact { get; }
    Property Value
    Type Description
    CountData

    New

    Declaration
    public CountData New { get; }
    Property Value
    Type Description
    CountData

    Perfect

    Declaration
    public CountData Perfect { get; }
    Property Value
    Type Description
    CountData

    On this page

    • Constructors
      • AnalysisStatistics()
    • Properties
      • AnalysisStatus
      • Exact
      • Fuzzy
      • InContextExact
      • New
      • Perfect
    Back to top Generated by DocFX