entities property

List<TextEntity> entities
read / write

Entities contained in the text. Entities can be nested, but must not mutually intersect with each other..

Implementation

late List<TextEntity> entities;