Module Values.BatchDetectSyntaxItemResultSource

The result of calling the operation. The operation returns one object that is successfully processed by the operation.

Sourcetype nonrec t = {
  1. index : Integer.t option;
    (*

    The zero-based index of the document in the input list.

    *)
  2. syntaxTokens : ListOfSyntaxTokens.t option;
    (*

    The syntax tokens for the words in the document, one token for each word.

    *)
}
Sourceval make : ?index:??? -> ?syntaxTokens:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `List of [> `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Enum of string | `Float of Float_.t ]) list ]) list ] 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