TextFragment

TextFragment class

Represents a part of recognized text (word, symbol, etc), extracted by OCR engine.

public class TextFragment

Constructors

Name Description
TextFragment(string, Rectangle) Initializes a new instance of the recognized text fragment.

Properties

Name Description
Rectangle { get; } Gets a bounding rectangle of the recognized text fragment.
Text { get; } Gets a textual content of the recognized text fragment.

See Also