RecognizedImage
RecognizedImage class
Represents text, extracted from an image as a result of its recognition process.
public class RecognizedImage
Constructors
| Name |
Description |
| RecognizedImage(IEnumerable<TextLine>) |
Initializes a new instance of the class, using a set of recognized lines. |
Properties
| Name |
Description |
| Lines { get; } |
Gets lines of text, with their fragments, recognized within the document. |
| Text { get; } |
Gets textual equivalent of the structured text. |
Methods
| Name |
Description |
| override ToString() |
Gets textual equivalent of the structured text. |
Learn more
See Also