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 |
Fields
| Name |
Description |
| static readonly Empty |
Empty recognized image |
See Also