Search Results for

    Show / Hide Table of Contents

    Class WordCounts

    Inheritance
    System.Object
    WordCounts
    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.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public class WordCounts

    Constructors

    WordCounts()

    Declaration
    public WordCounts()

    WordCounts(WordCounts)

    Declaration
    public WordCounts(WordCounts other)
    Parameters
    Type Name Description
    WordCounts other

    WordCounts(IList<Token>)

    Declaration
    public WordCounts(IList<Token> tokens)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<Token> tokens

    WordCounts(IList<Token>, WordCountsOptions, CultureInfo)

    Declaration
    public WordCounts(IList<Token> tokens, WordCountsOptions options, CultureInfo culture)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<Token> tokens
    WordCountsOptions options
    System.Globalization.CultureInfo culture

    WordCounts(IList<Token>, Boolean, Boolean, Boolean, Boolean)

    Declaration
    public WordCounts(IList<Token> tokens, bool breakOnHyphen, bool breakOnDash, bool breakOnTag, bool breakOnApostrophe)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<Token> tokens
    System.Boolean breakOnHyphen
    System.Boolean breakOnDash
    System.Boolean breakOnTag
    System.Boolean breakOnApostrophe

    Properties

    Characters

    Declaration
    public int Characters { get; set; }
    Property Value
    Type Description
    System.Int32

    IsZero

    Declaration
    public bool IsZero { get; }
    Property Value
    Type Description
    System.Boolean

    Placeables

    Declaration
    public int Placeables { get; set; }
    Property Value
    Type Description
    System.Int32

    Segments

    Declaration
    public int Segments { get; set; }
    Property Value
    Type Description
    System.Int32

    Tags

    Declaration
    public int Tags { get; set; }
    Property Value
    Type Description
    System.Int32

    Words

    Declaration
    public int Words { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    Assign(WordCounts)

    Declaration
    public void Assign(WordCounts other)
    Parameters
    Type Name Description
    WordCounts other

    Duplicate()

    Declaration
    public WordCounts Duplicate()
    Returns
    Type Description
    WordCounts

    Inc(WordCounts)

    Declaration
    public void Inc(WordCounts other)
    Parameters
    Type Name Description
    WordCounts other

    On this page

    • Constructors
      • WordCounts()
      • WordCounts(WordCounts)
      • WordCounts(IList<Token>)
      • WordCounts(IList<Token>, WordCountsOptions, CultureInfo)
      • WordCounts(IList<Token>, Boolean, Boolean, Boolean, Boolean)
    • Properties
      • Characters
      • IsZero
      • Placeables
      • Segments
      • Tags
      • Words
    • Methods
      • Assign(WordCounts)
      • Duplicate()
      • Inc(WordCounts)
    Back to top Generated by DocFX