Module Values.TermSource

The term being translated by the custom terminology.

Sourcetype nonrec t = {
  1. sourceText : String_.t option;
    (*

    The source text of the term being translated by the custom terminology.

    *)
  2. targetText : String_.t option;
    (*

    The target text of the term being translated by the custom terminology.

    *)
}
Sourceval make : ?sourceText:??? -> ?targetText:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) 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