package textrazor

  1. Overview
  2. Docs
type t = {
  1. classifier_id : string;
  2. id : string;
  3. label : string;
  4. score : float;
}

Data structure for categories.