Module Values.ValueWithServiceIdsSource

Information about a segment annotation.

Sourcetype nonrec t = {
  1. annotationValue : AnnotationValue.t option;
    (*

    Values of the annotation.

    *)
  2. serviceIds : ServiceIds.t option;
    (*

    Services to which the annotation applies.

    *)
}
Sourceval make : ?annotationValue:??? -> ?serviceIds:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of String_.t ] list | `String of String_.t ]) list ] list | `Structure of (string * [> `Boolean of NullableBoolean.t | `Double of NullableDouble.t | `String of String_.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t