Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Textrazor.ClientData structure for clients.
val create : ?configuration:Configuration.t -> string -> tCreates a new client from its API key.
By default, uses Configuration.create () as its configuration.
Fetches information about the client's TextRazor account.
val analyze :
[ `Text of string | `Uri of Uri.t ] ->
?options:Analysis.Options.t ->
t ->
(Analysis.t, string) resultAnalyzes a text using TextRazor.
Use (`Text "text") to send TextRazor raw text, or (`Uri uri) to send a publicly available URL containing the document to be analyzed.
By default, uses Analysis.Options.default as analysis options.