TextBlock class
A collection of recognized text lines found in a text area (block) on the image.
final class TextBlock {
public final TextLine[] TextLines;
}
Properties
Name | Type | Description |
---|---|---|
TextLines | TextLine[] | The lines of recognized text. |
3/2/2022 12:59:15 PM