LineRow constructor

LineRow(
  1. List<TextElement> e
)

Implementation

LineRow(List<mlkit.TextElement> e) {
  words = e;
}