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