Search Results for

    Show / Hide Table of Contents

    Class WordCounter

    Inheritance
    System.Object
    WordCounter
    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.AutomaticTasks
    Assembly: Sdl.ProjectAutomation.AutomaticTasks.dll
    Syntax
    public class WordCounter

    Methods

    Count(ISegment)

    Declaration
    public CountData Count(ISegment segment)
    Parameters
    Type Name Description
    ISegment segment
    Returns
    Type Description
    CountData

    Count(ISegment, Boolean)

    Declaration
    public CountData Count(ISegment segment, bool useNewTokenization)
    Parameters
    Type Name Description
    ISegment segment
    System.Boolean useNewTokenization
    Returns
    Type Description
    CountData

    On this page

    • Methods
      • Count(ISegment)
      • Count(ISegment, Boolean)
    Back to top Generated by DocFX