An annotation to draw on an image.
| Name | Type | Required | Description |
|---|---|---|---|
| geometry | AnnotateGeometry | Yes | |
| label | Optional[str] | No | An optional text label to display with the annotation. |
| color | Optional[Color] | No | |
| thickness | Optional[float] | No | The thickness of the annotation lines. |
| font_size | Optional[int] | No | The font size for the label text. |