package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Default
  2. | DEFAULT
    (*

    Returns response with a sample size that balances speed and accuracy.

    *)
  3. | FASTER
    (*

    Returns a fast response with a smaller sample size.

    *)
  4. | HIGHER_PRECISION
    (*

    Returns a more accurate response using a large sample size, but this may result in the response being slower.

    *)
val to_string : t -> string
val of_string : string -> t