Class MultiLanguageTextCheckEval.DetectionResults
java.lang.Object
org.languagetool.remote.multiLang.MultiLanguageTextCheckEval.DetectionResults
- Enclosing class:
MultiLanguageTextCheckEval
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate longprivate floatprivate intprivate intprivate floatprivate floatprivate int -
Constructor Summary
ConstructorsConstructorDescriptionDetectionResults(float time, float timeWithout, float detectionRate, int wrongDetected, long charsInText, int sentencesInText, int injectedSentecesInText) -
Method Summary
-
Field Details
-
time
private float time -
timeWithout
private float timeWithout -
detectionRate
private float detectionRate -
wrongDetected
private int wrongDetected -
charsInText
private long charsInText -
sentencesInText
private int sentencesInText -
injectedSentecesInText
private int injectedSentecesInText
-
-
Constructor Details
-
DetectionResults
DetectionResults(float time, float timeWithout, float detectionRate, int wrongDetected, long charsInText, int sentencesInText, int injectedSentecesInText)
-
-
Method Details
-
getTimeDiff
public float getTimeDiff()
-