RecognizedTextLinesUnit
The RecognizedTextLinesUnit
interface represents an intermediate result unit containing recognized text lines.
interface RecognizedTextLinesUnit extends Core.IntermediateResultUnit {
recognizedTextLines: Array<RecognizedTextLineElement>;
}
recognizedTextLines
All the RecognizedTextLineElement objects.
recognizedTextLines: Array<RecognizedTextLineElement>;
See Also