entities property
read / write
Entities contained in the text. Entities can be nested, but must not mutually intersect with each other..
Implementation
late List<TextEntity> entities;
Entities contained in the text. Entities can be nested, but must not mutually intersect with each other..
late List<TextEntity> entities;