NBoilerpipe.Document.TextBlock.ToString C# (CSharp) Method

ToString() public method

public ToString ( ) : string
return string
        public override string ToString()
        {
            return "[" + offsetBlocksStart + "-" + offsetBlocksEnd + ";tl=" + tagLevel + "; nw="
                 + numWords + ";nwl=" + numWrappedLines + ";ld=" + linkDensity + "]\t" + (isContent
                 ? "CONTENT" : "boilerplate") + "," + labels + "\n" + GetText();
        }