Search Results for

    Show / Hide Table of Contents

    Class FuzzyCountData

    Represents statistics for a piece of content that falls into a particular analysis band.

    Inheritance
    object
    CountData
    FuzzyCountData
    Inherited Members
    CountData.Create(int, int, int, int, int)
    CountData.Increment(int, int, int, int, int)
    CountData.Increment(CountData)
    CountData.Words
    CountData.Segments
    CountData.Characters
    CountData.Placeables
    CountData.Tags
    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 FuzzyCountData : CountData

    Constructors

    FuzzyCountData()

    Declaration
    public FuzzyCountData()

    Properties

    Band

    Gets the analysis band to which to statistics apply.

    Declaration
    public AnalysisBand Band { get; }
    Property Value
    Type Description
    AnalysisBand
    In this article
    • Constructors
      • FuzzyCountData()
    • Properties
      • Band
    Back to top Generated by DocFX