TextDataPatch
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| confidence | Option<**f32**> | [optional] | |
| detected_font_size_px | Option<**f32**> | [optional] | |
| detector | Option<**String**> | [optional] | |
| font_prediction | Option<models::FontPrediction> | [optional] | |
| line_polygons | Option<Vec<Vec<Vec>>> | [optional] | |
| lock_layout_box | Option<**bool**> | [optional] | |
| rendered_direction | Option<models::TextDirection> | [optional] | |
| rotation_deg | Option<**f32**> | [optional] | |
| source_direction | Option<models::TextDirection> | [optional] | |
| source_lang | Option<**String**> | [optional] | |
| sprite | Option<**String**> | Hex-encoded blake3 hash of an immutable blob. | [optional] |
| sprite_transform | Option<models::Transform> | [optional] | |
| style | Option<models::TextStyle> | [optional] | |
| text | Option<**String**> | [optional] | |
| translation | Option<**String**> | [optional] |