Package io.anyline2
Class TrainerUtilAdapter
-
- All Implemented Interfaces:
public class TrainerUtilAdapter
Wraps the native TrainerUtil class.
-
-
Field Summary
Fields Modifier and Type Field Description public static TrainerUtilAdapter
instance
-
Constructor Summary
Constructors Constructor Description TrainerUtilAdapter()
-
Method Summary
Modifier and Type Method Description String
reportCorrectedResult(String trainerContext, String blobKey, String correctedResult)
static TrainerUtilAdapter
getInstance()
static void
setInstance(TrainerUtilAdapter instance)
-
-
Method Detail
-
reportCorrectedResult
String reportCorrectedResult(String trainerContext, String blobKey, String correctedResult)
-
getInstance
static TrainerUtilAdapter getInstance()
-
setInstance
static void setInstance(TrainerUtilAdapter instance)
-
-
-
-