Property TextElements
TextElements
Gets the collection of TextElement instances found on the page. Each text element may optionally include bounding box coordinates describing its layout.
[JsonPropertyName("TextElements")]
public IEnumerable<TextElement> TextElements { get; }