Search Results for

    Show / Hide Table of Contents

    Class WordCountStatistics

    This class represents word count statistics for a section of content.

    Inheritance
    System.Object
    WordCountStatistics
    AnalysisStatistics
    Inherited Members
    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 WordCountStatistics

    Constructors

    WordCountStatistics()

    Declaration
    public WordCountStatistics()

    Properties

    Repetitions

    Gets statistics about the amount of repeated content within the section of content for which these statistics are relevant. A segment is counted as a repeated segment if there is an identical segment for which there is no match in the translation memory.

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

    Total

    Gets statistics about the total number of words.

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

    WordCountStatus

    Gets the status of these statistics.

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

    On this page

    • Constructors
      • WordCountStatistics()
    • Properties
      • Repetitions
      • Total
      • WordCountStatus
    Back to top Generated by DocFX