Textrazor.Configurationtype t = {secure : bool;Whether to use SSL when querying TextRazor.
*)use_eu_endpoint : bool;Whether to use the European endpoint only, for GPDR purposes.
*)}Data structure for client-level configuration.
val create : ?secure:bool -> ?use_eu_endpoint:bool -> unit -> tCreates a new configuration.
Default values are {secure = true; use_eu_endpoint = false}.