Values.AnnotationValueSourceValue of a segment annotation. Has one of three value types: Number, Boolean, or String.
type nonrec t = {numberValue : NullableDouble.t option;Value for a Number annotation.
*)booleanValue : NullableBoolean.t option;Value for a Boolean annotation.
*)stringValue : String_.t option;Value for a String annotation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Double of NullableDouble.t
| `String of String_.t ])
list ]