TextAnnotation
A text label on a 2D image
Parent schema
TextAnnotation
appears in the ImageAnnotations
message schema.
Schema
field | type | description |
---|---|---|
timestamp | time | Timestamp of annotation |
position | Point2 | Bottom-left origin of the text label in 2D image coordinates (pixels). |
text | string | Text to display |
font_size | float64 | Font size in pixels |
text_color | Color | Text color |
background_color | Color | Background fill color |