- API ›
- Constructors ›
- TextImage
TextImage
---types--- textImage#081ccf4f document_id:long w:int h:int = RichText
Belongs to
| RichText |
In Rust this constructor is a variant of the enums::RichText enum.
Match on it with: if let enums::RichText::TextImage(v) = result { ... }