Class AnalysisReportCounts
Encapsulates segment counts in an analysis report for a specific category of rows.
Inheritance
System.Object
AnalysisReportCounts
Syntax
public class AnalysisReportCounts
Fields
SegmentCount
Number of segments.
Declaration
public int SegmentCount
Type
System.Int32SourceAsianCharCount
Number of Asian words on the source side.
Declaration
public int SourceAsianCharCount
Type
System.Int32SourceCharCount
Number of characters on the source side, including tag weights.
Declaration
public int SourceCharCount
Type
System.Int32SourceNonAsianWordCount
Number of non-Asian words on the source side.
Declaration
public int SourceNonAsianWordCount
Type
System.Int32SourceTagCount
Number of tags on the source side.
Declaration
public int SourceTagCount
Type
System.Int32SourceWordCount
Number of words on the source side, including tag weights.
Declaration
public int SourceWordCount