Class WordCountStatistics
This class represents word count statistics for a section of content.
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public class WordCountStatistics
Constructors
WordCountStatistics()
This class represents word count statistics for a section of content.
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 |